/* global declarations */

*html #footer {
position: absolute;
bottom: 0px;
}

body {
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
scrollbar-base-color:#595959;
background-color:#ffffff;
}
body,table,td,p,div,span,b,input,textarea,select {
font-family:trebuchet,verdana,arial,helvetica,sans-serif;
color:#FFFFFF;
font-size:12px;
line-height:18px;
}

.greyBoxCopy {
font-family:verdana,arial,helvetica,sans-serif;
color:#ffffff;
font-size:11px;
line-height:15px;
}

p {line-height:18px;}

.normal {color:#000000;}

.element {width:250px}
.bold {font-weight:bold;}
.head {font-weight:bold;color:#5d9732;}
.field {font-weight:bold;color:#666666;}
.fieldL {font-size:9px;font-weight:bold;color:#666666;}
.org {color:#f09307;font-weight:bold}

/* leftside navigation */
a.leftnav:link {text-decoration:none;color:#999999;margin-left:75px;font-weight:bold}
a.leftnav:visited {text-decoration:none;color:#999999;margin-left:75px;font-weight:bold}
a.leftnav:active {text-decoration:none;color:#999999;margin-left:75px;font-weight:bold}
a.leftnav:hover {
	text-decoration:none;
	color:#FFFFFF;
	margin-left:75px;
	font-weight:bold;
	background-color: #999999;
}

/* regular bodytext link */
a.linktext:link {text-decoration:underline;color:#FFFFFF;font-weight:normal}
a.linktext:visited {text-decoration:underline;color:#FFFFFF;font-weight:normal}
a.linktext:active {text-decoration:underline;color:#FFFFFF;font-weight:normal}
a.linktext:hover {text-decoration:underline;color:#F38C1E;font-weight:normal}


.orangetitle {
font-family:trebuchet,verdana,arial,helvetica,sans-serif;
	font-size: 21px;
	line-height:30px;
	font-variant: normal;
	color: #F38C1E;
}

.orangetitle36 {
font-family:trebuchet,verdana,arial,helvetica,sans-serif;
	font-size: 36px;
	line-height:30px;
	font-variant: normal;
	color: #F38C1E;
}

.bodylarge {
font-family:trebuchet,verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	line-height:24px;
	font-variant: normal;
	color: #FFFFFF;
}

