.topnavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-top-width: 1px;
	height: 30px;


}
.rborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.allborder {
	border: 1px solid #999999;
}
.redunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-left-color: #CC0000;

}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.title {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #CC0000;
	font-weight: bold;

}
ul {
	list-style-type: square;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;

}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #333333;

}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;

}
a:hover {
	font-style: normal;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;

}
