td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3B3B;
	line-height: 14px;
}
body {
	background-color: #c5e0f7;
	margin: 0px;
}
a {
	text-decoration: underline;
}
a:link {
	color: #054795;
}
a:visited {
	color: #054795;
}
a:hover {
	text-decoration: none;
	color: #6C8E22;
}
a:active {
	color: #054795;
; text-decoration: underline
}





.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 121px; /* Width of Menu Items */
	border-bottom: 1px solid #EEF8C3;
	background: #FFFFFF; /* IE6 Bug */
	line-height: 11px;
	font-size: 12px;
; font-weight: bold
	}
	
.navigation ul li {
	position: relative;
	background: #FFFFFF; /* IE6 Bug */
	}
	
.navigation li ul {
	position: absolute;
	left: 120px; /* Set 1px less than menu width */
	width: 150px; /* Width of Menu Items */
	top: 0;
	display: none;
	font-size: 12px;
	background: #FFFFFF; /* IE6 Bug */
	}

/* Styles for Menu Items */
.navigation ul li a {
	display: block;
	text-decoration: none;
	background: #FFFFFF; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #EEF8C3; /* IE6 Bug */
	border-bottom: 0;
	font-size: 12px;
	}

	
/* Holly Hack. IE Requirement \*/
* html .navigation ul li { float: left; height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

.navigation a:hover {
	background: #EEF8C3;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #054795;
	font-weight: bold;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	color: #959595;
	font-size: 11px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888F65;
	line-height: 12px;
}
.copyright a:link{
	color: #717754;
}
.copyright a:visited {
	color: #717754;
}
.copyright a:hover {
	text-decoration: none;
	color: #717754;
}


body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
 } 