/* CSS Document */
body {
	background:#e6f6ff;
	background-image:url(images/mainBG.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

a:link {
	color: #0C1118;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C1118;
}
a:hover {
	text-decoration: none;
	color: #5FB9EA;
}
a:active {
	text-decoration: none;
	color: #5FB9EA;
}

.navigation {
	background-color:#cccccc; 
	padding:4px; 
	border-bottom:thin; 
	border-bottom-color:#eeeeee; 
	border-bottom-style:solid;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
}