

BODY, TH, TD, OL, UL, LI {

	color: #000000;
	font-family: verdana, arial, monaco;
	font-size: 12px;
	line-height: 18px;
}

INPUT { font: 12px arial; color:#333333; border:1px solid black; background-color: #dedede; }
TEXTAREA { font: 12px arial; color:#333333; border:1px solid black; background-color: #dedede; }
SELECT { font: 12px arial; color:#333333; border:1px solid black; background-color: #dedede; }


UL { line-height: 16pt; list-style: square; }

	
A {   font-weight: bold; color: #990000; text-decoration: none; }
A:hover {  font-weight: bold; color: #333333; text-decoration: none; }

A.mid_nav {  font-family: geneva; color: #dddddd; font-size: 14px; text-decoration: none; }
A.mid_nav:hover {  font-family: geneva; color: #ffffff; font-size: 14px; text-decoration: none; }


A.smaller {  font-size: 80%; font-weight: bold; color: #990000; text-decoration: none; }
A.smaller:hover {  font-size: 80%; font-weight: bold; color: #333333; text-decoration: none; }

A.white { font-size: 10px; font-weight: bold; text-decoration: none;  color: #ffffff;  }
A.white:hover { font-size: 10px; font-weight: bold;  text-decoration: underline; color: #cccccc; }

A.footer { font-size: 10px; font-weight: normal; text-decoration: none;  color: #ffffff;  }
A.footer:hover { font-size: 10px; font-weight: normal;  text-decoration: underline; color: #cccccc; }

.title { font-weight: bold; color: #000000; font-size: 18px;  }
.subtitle { font-weight: bold; color: #000000; font-size: 16px;  }

.redtitle { font-weight: bold; color: #b70303; font-size: 18px;  }
.subredtitle { font-weight: bold; color: #b70303; font-size: 16px;  }

H1 { font-weight: bold; color: #E9A025; font-size: 140%;  }

H2 { font-weight: bold; color: #E9A025; font-size: 120%;  }

.caption { font-size: 90%; font-weight: bold; }


.small { font-size: 90%; }
.smaller { font-size: 80%; line-height: 14px; }
.tiny { font-size: 70%; }

.smallbold { font-weight: bold; font-size: 90%; }
.smallerbold { font-weight: bold; font-size: 80%; }

.red_bold { font-weight: bold; color: #990000; }

.alert { font-weight: bold; color: red; }


.box_blue a {
	font-family: verdana,arial, monaco;
	font-size: 11px;
	color:  #cccccc;
	background-color:   #990000;
	padding: 3px;
	font-weight: bold;
	display: block;
	width: 180;
	border: 1px solid #000000;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}

.box_blue a:hover {
	font-family: verdana,arial, monaco;
	font-size: 11px;
	color: #cccccc;
	background-color:   #000000;
	padding: 3px;
	font-weight: bold;
	display: block;
	width: 180;
	border: 1px solid #990000;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}


