/* define menu fonts */
.bold {
	font-family : verdana,Arial;
	font-size : 11px;
	color : #800000;
	font-weight : bolder;
	letter-spacing : 2px;
}

.body_text{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #804000;
	line-height : 13px;
}

.body_text_green{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #70a100;
	line-height : 13px;
}

.menuTextBld {
	font-family : verdana,Arial;
	font-size : 10px;
	color : #804000;
	font-weight : bold;
	}
	
.sub {
	font-family : verdana,Arial;
	font-size : 10px;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}
	
A {
	font-family : verdana,Arial;
	font-size : 10px;
	font-weight : bold;
	color : #804000;
	text-decoration : none;
}
A:HOVER {
	font-family : verdana,Arial;
	font-size : 10px;
	font-weight : bold;
	color : #FF8000;
	text-decoration : none;
}

A.head {
	font-family : verdana,Arial;
	font-size : 10px;
	color : #804000;
	font-weight : bold;
	text-decoration : underline;
}

A#head:HOVER {
	font-family : verdana,Arial;
	font-size : 10px;
	color : #000000;
	font-weight : bold;
	text-decoration : underline;
}

A.more {
	font-family : verdana,Arial;
	font-size : 10px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

A#more:HOVER {
	font-family : verdana,Arial;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

A.sub {
	font-family : verdana,Arial;
	font-size : 10px;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

A#sub:HOVER {
	font-family : verdana,Arial;
	font-size : 10px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

A.menu:HOVER {
	font-family : verdana,Arial;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
}

DIV.body {
	font-family : verdana,Arial;
	font-size : 10px;
	color : #804000;
}

SPAN.body {
	font-family : verdana,Arial;
	font-size : 10px;
	color : #804000;
	font-weight : bold;
}
.textBodyBold {	font-family : verdana,Arial;font-size : 10px;color : #804000;font-weight : bold;}

