@charset "utf-8";
/* CSS Document */

.text	{
	font-size: 12px;
	}
	
body {
	background-color: #E1F0FD;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.outertable { 
	/*border-top-style: groove; */
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	/*border-top-width: 1px; */
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	/*border-top-color: ;*/
	border-bottom-color: #4B6F8A;
	border-left-color: #4B6F8A;
	border-right-color: #4B6F8A;
	background-repeat: no-repeat;
	background-image: none)
}

.mainMenu {
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: #000000; 
	display: block;
	text-decoration:none;
	background: #8199AA;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.mainMenu a {
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: #000000;
	display: block;
	text-decoration:none;
	background: #8199AA;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.mainMenu a:hover {
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-shadow: #000000;
	display: block;
	text-decoration:none;	
	background: #8199AA;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	font-weight: normal;	
}

.bottomNav a:visited {
	background-color:; color:#006699;
}
.bottomNav a:hover {
	color:#000000;
}

.titles	{
font-family: Lucida Sans Unicode;
	font-size: 13px;
	font-weight: normal;
	color: #8199AA;
	}
