/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC3300;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	display: inline;
}
.topmenu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC3300;
	border-bottom-color: #CC3300;
}
a.menu:link{
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a.menu:visited{
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a.menu:hover{
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}
a.link:link{
	color: #CC3300;
	text-decoration: none;
	font-size: 13px;
}
a.link:visited{
	color: #CC3300;
	text-decoration: none;
	font-size: 13px;
}
a.link:hover{
	color: #CC3300;
	text-decoration: underline;
	font-size: 13px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	display: inline;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC3300;
	display: inline;
}
.right_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}.topbanner {
	border: 1px solid #CC3300;
}
