@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(../images/image_backfade.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 10px;
}
#main
{
	border: 1px solid #000000;
	width: 950px;
}
.nav
{
	color: #010066;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 45px;
	text-align: left;
	font-style: italic;
}
.nav a
{
	color: #FF0000;
	cursor: hand;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover
{
	color: #010066;
	cursor: hand;
	text-decoration: underline;
}
.navcontent
{
	color: #010066;
	font-size: 12px;
	text-align: center;
}
.navcontent a
{
	color: #ff0000;
	cursor: hand;
	font-weight: bold;
	text-decoration: none;
}
.navcontent a:hover
{
	color: #010066;
	cursor: hand;
	text-decoration: underline;
}
.quote
{
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
	font-style: italic;
}
.red
{
	color: #FF0000;
}
.blue {
	color: #010066;
}
.bluebarback {
	background-image: url(../images/image_backbluebar.gif);
	background-repeat: repeat-y;
	width: 54px;
}
.selected
{
}
.selected a
{
	color: #FF0000;
}
.content {
	background-image: url(../images/btn_navarrow.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ff0000;
	color: #010066;
	cursor: hand;
	line-height: 25px;
	padding-left: 20px;
}
.mousedown {
	background-color: #999999;
	background-image: url(../images/btn_navarrow.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ff0000;
	color: #FFFFFF;
	cursor: hand;
	line-height: 25px;
	padding-left: 20px;
}
.mouseover {
	background-color: #FF0000;
	background-image: url(../images/btn_navarrow.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	cursor: hand;
	line-height: 25px;
	padding-left: 20px;
}
