﻿body {font-family: arial;
	font-size: 80%;
    margin: 0px;
} 



#banner_header {
    width: 100%; 
    vertical-align: middle; 
    background-color: #43526C;
    font-size: 16px; 
    color: white;
    font-family: 'Lucida Sans','Lucida Grande',Arial;    
}
#banner_header h1 {
    color: white;
    font-size: 16px;  
    font-family: 'Lucida Sans','Lucida Grande', Arial; 
    padding: 0px 0px 0px 0px;
    text-decoration: none;    
}
#banner_header h1 a {color: white;
   text-decoration: none;
   cursor: pointer;
}

#banner_header h2 {
    color: white;
    font-size: medium;  
    font-family: 'Lucida Sans','Lucida Grande', Arial; 
    padding: 0px 0px 0px 0px;    
}

#banner_header img {
    border-style: none; 
    cursor: pointer;  
}


table.banner_header {background-color: #009;
	color: #FFF;
	border: none;
}
.banner_td2 {
    white-space:nowrap;
}
.banner_td3 {
    width: 100%;
    vertical-align: middle;
    text-align:center;
    white-space:nowrap;   
}
#banner_navigation  {
    vertical-align: top;
    color: white;
    font-size: 14px;  
    font-family: 'Lucida Sans','Lucida Grande', Arial;
    padding: 5px 20px 5px 5px; 
    width: 100%;
}

#banner_navigation td {
    padding: 5px 20px 5px 5px;
    white-space: nowrap;
    cursor: pointer;
}

#content2 {background-color: white;
    margin: 10px;
}

#txt_home, #txt_help, #txt_prev, #txt_contact {
    font-family: 'Lucida Sans','Lucida Grande', Arial;
}

/*a {
    text-decoration: none;
    text-decoration-color: none;
    color: none;
}*/



.alert {
	color: #C00;
	font-weight: bold;
}

.darkBg {
	BACKGROUND-COLOR: #43526c;
}

.lightBg1 {
	BACKGROUND-COLOR: #d1d1d1;
}