@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.table_border {
	border: 1px solid #999999;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.title1 {
	background-color: #C1E7FD;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.hr {
	color: #C1E7FD;
}

a:link{color:#006699; text-decoration:none; font-weight: bold; font-family:sans-serif; font-size: 9pt;}
a:visited{
	color:#FF9900;
	text-decoration:none;
	font-weight: bold;
	font-family:sans-serif;
	font-size: 9pt;
}
a:active{color:#006699; text-decoration:none; font-weight: bold; font-family:sans-serif; font-size: 9pt;}
a:hover{color:#003366; text-decoration:underline; font-weight: bold; font-family:sans-serif; font-size: 9pt;}
