.SideBG {
	background-color: #FF9900;
	background-repeat: repeat-x;

}
.SideBarTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
	text-transform: uppercase;
	font-weight: bold;


}
.SideBarContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;

}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
body {
	background-color: #000066;
		scrollbar-base-color:#000066;
}
.PageBorderC {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.CnrTopLeft {
	background-image: url(../images/corner_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.CnrBaseLeft {
	background-image: url(../images/corner_base_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.CnrTopRight {
	background-image: url(../images/corner_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.CnrBaseRight {
	background-image: url(../images/corner_base_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.copyright {
	color: #885200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}
.FadeBar {
	background-image: url(../images/fade_bar.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
