/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
body {
	background-color:#E8E8FF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #6F1400;
}

a.menu {
	font-size: 11px;
	color: #6F1400;
	font-weight: bold;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #6F1400;
}
a.menu:hover {
	text-decoration: none;
	color: #000000;
}
a.menu:active {
	text-decoration: none;
	color: #6F1400;
}

h1{
	font-weight:bold; 
	color:#000066; 
	font-size:20px; 
	font-family:Georgia, serif;
}

h2{
	font-weight:bold; 
	color:#000066;
	font-size:19px;
	font-family:Georgia, serif;
}


