@charset "utf-8";
a:link {
	text-decoration: none;
	color: #0099CC;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #006666;
}
a:active {
	text-decoration: none;
}
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #003300;
	line-height: 25px;
	padding: 15px;
}
.smaller {
	font-size: 11px;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #003300;
}
.bot_nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #0099CC;
	background-color: #666633;
}

.bot_nav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #666633;
	background-color: #CCCC66;
}
.heado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: bolder;
	color: #003300;
}
f
