body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7C0000;
}
.light_grey_bullet {
	color: #b5b5b5;
	font-weight: bold;
}
.body_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:15px;
	word-spacing:1px;
}
.body_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:14px;
}
.body_text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:13px;
}
.body_text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height:15px;
	word-spacing:1px;
}
.body_text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:14px;
	word-spacing:1px;
}
.header_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c0000;
	font-weight: bold;
}

.header_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.big_header_text {
	font-family: Verdana;
	font-size: 26px;
	color: #7c0000;
	font-weight: bold;
}

.red_text1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7c0000;
	font-weight: bold;
}
a:link {
	color: #7c0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7c0000;
}
a:hover {
	text-decoration: underline;
	color: #7c0000;
}
a:active {
	text-decoration: none;
	color: #7c0000;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border-right: 1px dashed white;
border-left:  1px dashed white;
border-bottom: 1px dashed white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 25px;
z-index: 100;
background-image: url('images/grey_button.gif');
background-repeat: no repeat;
width: 200px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dashed white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
font-size:11px;
text-indent: 5px;
color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background-image: url('images/maroon_button.gif');
background-repeat: no repeat;
}

#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

.level4_border{
border: 1px solid #000000;
}

TABLE.mainborder{
    border-right: 1px solid #000000;    
	border-top: 1px solid #000000;
}

TD.subborder {
	border-left: 1px solid #000000;    
	border-bottom: 1px solid #000000;
}