﻿        .MenuButton
        {
            height: 25px;
            width: 200px;
            background-color: #FFFFFF;
            font-family:Tahoma;
            font-size: 12px;
            font-weight: bold;
            color: #333388;
            padding: 2px;
            margin: 1px;
            border: none;
            text-align: right;
            white-space: nowrap;
        }
        .BlueBox
        {
            background-color: #00315A;
            font-family:Tahoma;
            font-size: 25px;
            color: #FFFFFF;
            padding: 10px;
            margin: 1px;
            border: none;
        }        
        body
        {
            font-family:Tahoma;
            color: #333388;
            font-size: 12px;
        }
        a:link
        {
            color: #333388;
            text-decoration: none;
            border: none;
        }        
        a:visited
        {
            color: #333388;
            text-decoration: none;
            border: none;            
        }
        a:hover
        {
            color: #333388;
            text-decoration: underline;
            cursor: pointer;
            border: none;            
        }        
       a:active
        {
            color: #000000;
            text-decoration: underline;
            cursor: pointer;
            border: none;            
        }          
        
        .SideMenuClass
        {
            font-family:Tahoma;
            color: #333388;
            font-size: 14px;   
            padding: 10px;
            width: 200px;
            border-bottom: dashed 1px gray;   
            white-space: nowrap;      
	    text-align: right;
        }
        .PageHeader
        {
            margin-left: 20px;
            margin-right: 20px;
            font-family:Tahoma;
            color: #333388;
            font-size: 20px;   

            white-space: nowrap;                
        }
        .SubContent
        {
            margin-left: 20px;
            margin-right: 20px;
            font-family:Tahoma;
            color: #333388;
            font-size: 14px;      
        }        
        .Mobile
        {
            font-family:Tahoma;
            color: #333388;
            font-size: 32px; 
        }