.small {
	font-size: 10px;
	color: #000000;
	text-align: left;
}

a.crashlink:link, a.crashlink:visited {
	font-size: 10px;
	color: #FFFF00;
	font-family: Verdana, Helvetica, sans-serif;
}

a.crashlink:hover {
	font-size: 10px;
	color: silver;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.crashlink {
	font-size: 10px;
	color: #FFFF00;
	font-weight: bold;
}
a:link, a:visited {
	color: cc6600;
	text-decoration: underline;
	font-weight: bold;
}

}
a.pdf:link, a.pdf:visited {
	color: cc6600;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

a.category:link, a.category:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

a.category:hover {
	color: #9AB6C2;
	text-decoration: none;
	font-weight: bold;
}

a.pagenav, a.pagenav:visited {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

a.pagenav:hover {
	color: #9AB6C2;
	text-decoration: none;
}

.biggertitle {
	face: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.newsfeedheading {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align:left;
}

.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.footeronwhite {
	font-size: 10px;
	color: gray;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a.footerhref:link, a.footerhref:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a.footerhref:hover {
	text-decoration: underline;
	color: Silver;
}

td,tr,p,div {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}



.button {
	font-weight: bold;
	border:solid 1px #9DA6B3;
	background-color: #293B42;
	color: #FFFF00;
	text-align: center;
	font-size: 9px;
	margin-top: 5px;
}

.inputbox {
	font-weight: normal;
	color: red;
	background: #000000;
	border: 1px solid #9DA6B3;
}

/* ---------------- unedited below here ----------------------*/

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #121A1D;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 0px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #FFFF00;
}

.offtab {
	background-color: #25343B;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cccccc;
}

.tabpadding {
}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h4 {
	color: #cccccc;
	font-size: 16px; font-weight: bold;
}

h5 {
	color: #cccccc;
	font-size: 14px; font-weight: bold;
}

h6 {
	color: #dddddd;
	font-size: 12px; font-weight: bold;
}

/* Horizontal Line */
hr {
	background: #999999; height:1px; border: 1px solid;
}

hr.separator {
	background: #495C5F;
	height: 1px;
	width: 75px;
	border: 0px;
}
INPUT { FONT-FAMILY: verdana,geneva,arial,helvetica,sans-serif; color: cc6600; FONT-SIZE: 11px }
TEXTAREA { FONT-FAMILY: verdana,geneva,arial,helvetica,sans-serif; color: cc6600; FONT-SIZE: 11px }