.content{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}

A.content{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : underline;
}

A.content:HOVER{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
}


.footer{
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
	background-color : #DD9F4C;
}

A.footer:HOVER{
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
	background-color : #DD9F4C;
}


A.footer{
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
	background-color : #DD9F4C;
}

hr{
	border: dotted #DD9F4C;
}

.nav, A.nav{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #DD9F4C;
	text-decoration : none;
	background-color : #000000;
}

.nav:hover{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
	background-color : #000000;
}

.blackborder{
	border : 1px solid Black;
}
.black{
	background-color : #000000;
}

.lightyellow{
	background-color : #FFFF99;
}

.yellow{
	background-color : #FADF00;
}

.green{
	background-color : #007856;
}
.lightgreen{
	background-color : #7DBAA9;
}



/* ------------------ form styles-----------------------------*/
	input{
	border : 1px solid #000000;
	height : 18px;
	font-family : Verdana, sans-serif;
	font-size : 11px;
	width: 160px;
	background-color : #FFFFFF;
	color : 000000;
}
/*------------------ content styles---------------*/

.pagetitle{
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
}