@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	line-height:20px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h3{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight:bold;
	color: #8AB08A;
	margin-bottom:0px;
	margin-top:10px;
}

h4{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #CC9966;
	margin-bottom:0px;
	margin-top:10px;
}

a{
	color:#8AA8EE;
}

a:hover{
	text-decoration:none;
}

a.leftnav{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight:bold;
	color: #CC9966;
	text-decoration:none;
}

a.leftnav:hover{
	color: #D6AC83;
}

#frame1{background-color:#FDE277
}