html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url('../img/bg_top.jpg');
	background-repeat: repeat-x;
	color: #000;
}

DIV {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding: 0;
}

FORM {
	margin: 0px;
}

UL, LI {
	margin-top: 0px;
	margin-bottom: 2px;
}

.footer {
	font-family: verdana, Arial, Helvetica;
	font-size: xx-small;
	line-height: 17px;
	color: #8F8F8F;
	text-align: left;
}

.footer a {
	text-decoration: none;
	color: #8F8F8F;
}

.footer a:hover {
	text-decoration: underline;
	color: #8F8F8F;
}

.title {
	font-family: verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.highlight {
	font-family: verdana, Arial, Helvetica;
	font-size: 11px;
	margin-bottom: 6px;
	color: #afb724;
	font-weight: bold;
}

.content {
	font-family: verdana, Arial, Helvetica;
	font-size: xx-small;
	line-height: 18px;
	color: #000000;
	text-align: left;
}

.content a {
	text-decoration: none;
	color: #f5a300;
}

.content a:hover {
	text-decoration: underline;
	color: #f5a300;
}

.subnav {
	font-family: verdana, Arial, Helvetica;
	font-size: xx-small;
	color: #adadad;
	text-align: right;
	font-weight: bold;
}

.subnav a {
	text-decoration: none;
	color: #adadad;
}

.subnav a:hover {
	text-decoration: underline;
	color: #adadad;
}

.subnavact {
	font-family: verdana, Arial, Helvetica;
	font-size: xx-small;
	color: #f5a300;
	text-align: right;
	font-weight: bold;
}

.subnavact a {
	text-decoration: none;
	color: #f5a300;
}

.subnavact a:hover {
	text-decoration: none;
	color: #f5a300;
}


/***************************** FORMS *****************************/

form {
	margin: 0;
	padding: 0;
}

.formfield {   	
	background-color: #FFF; 
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 240px;
	height: 20px;
	background-image: url('../img/bg_formfield.jpg');
	border-top: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
}

.formfield50 {   	
	background-color: #FFF; 
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 50px;
	height: 16px;
	background-image: url('../img/bg_formfield.jpg');
	border-top: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
}

.textbox {   	
	background-color: #FFF; 
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 300px;
	height: 140px;
	background-image: url('../img/bg_txtarea.jpg');
	border-top: 1px #eaeaea solid;
	border-left: 1px #eaeaea solid;
	border-right: 1px #eaeaea solid;
	border-bottom: 1px #eaeaea solid;
}

.frmbutton {
	color: #ffffff;
	font-size: 10px;
	width: 122px;
	height: 25px;
	font-family: verdana, Arial, Helvetica;
	background-image: url('../img/bg_button_green.gif');
	border: 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-bottom: 2px;
	font-weight: bold;
}

.frmbuttonGrey {
	color: #000000;
	font-size: 10px;
	width: 122px;
	height: 25px;
	font-family: verdana, Arial, Helvetica;
	background-image: url('../img/bg_button_grey.gif');
	border: 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-bottom: 2px;
}