@charset "utf-8";
#SideMenu {
	background-image: url(images/SideMenu.jpg);
	background-repeat: no-repeat;
	height: 595px;
	width: 200px;
}
body, td, th {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	color: #FFFFFF;
}
body {
	background-color: #990000;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2;
	border-color: #FFFFFF;
}
a:link {
	color: #CCFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF99;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFCCCC;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: xx-large;
	color: #FFFF00;
}
h2 {
	font-size: x-large;
	color: #FFFF00;
}
h3 {
	font-size: large;
	color: #FFFF00;
}
h4 {
	font-size: small;
	color: #FFFF00;
}
h5 {
	font-size: x-small;
	color: #FFFF00;
}
h6 {
	font-size: xx-small;
	color: #FFFF00;
}
.ImgBdrLeft {
	border: 1px solid #FFFFFF;
	clear: right;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.HangIndent {
	text-indent: -25px;
	list-style-type: none;
	white-space: normal;
	padding-bottom: 10px;
}
.ImgBdrNone {
	clear: both;
	border: 1px solid #FFFFFF;
}
