@charset "utf-8";
/* CSS Document */
body {
		font-family: Arial, Helvetica, sans-serif;
		background-color: #E5E5E5;
		font-size: 12px;
}
a:link {
			text-decoration: none;
			color: #339900;
			}
a:visited {
			text-decoration: none;
			color: #990000;
			}
a:hover {
			text-decoration: none;
			color: #990000;
			/*font-weight: bolder;
			background-color: #DBE1E4;*/
			}
a:active {
			text-decoration: none;
			color: #339900;
			}

#language {

			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #FFFFFF;
}		

#Title {

			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bolder;
			color: #FFFFFF;
			
}



#Title input.textboxBlue {
		
		background-color:#00789B;
		border:1px solid #000000;
		font:Arial, Helvetica, sans-serif;
		color: #000000;
}


#Title input.searchSubmit {
	/*width: 7em;color: #00547E;*/
		height: 23px;
		border: solid 1px #00547E;
	
			}

#News {

			font-family: Arial, Helvetica, sans-serif;
			
			
}
#News .topic {
			text-transform: uppercase;
			font-size: 14px;
			font-weight: bolder;
			color: #01799C;
}
#News a:link {
			text-decoration: none;
			color: #339900;
			}
#News a:visited {
			text-decoration: none;
			color: #990000;
			}
#News a:hover {
			text-decoration: none;
			color: #990000;
			/*font-weight: bolder;
			background-color: #DBE1E4;*/
			}
#News a:active {
			text-decoration: none;
			color: #339900;
			}
			
			
#bottomMenu {

			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
}

#bottomMenu .department a:link {
			text-decoration: none;
			color: #339900;
			}
#bottomMenu .department a:visited {
			text-decoration: none;
			color: #990000;
			}
#bottomMenu .department a:hover {
			text-decoration: none;
			color: #990000;
			/*font-weight: bolder;
			background-color: #DBE1E4;*/
			}
#bottomMenu .department a:active {
			text-decoration: none;
			color: #339900;
			}
			
#footer {

			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #FFFFFF;
}


