/* basic elements */
body { 
	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background: #1C5B7E; 
	margin: 0px 0px 0px 0px; 
	
	
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	font-size:xx-small;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	font-size:xx-small;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: white;
	font-size:xx-small;
	}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.information_menu_heading {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}