body{
	margin:0px; font:11px "Verdana"; color:#394148; background:#e8ddcc;
}
/********* CLASS *********/

.headerbg{
	background:url(images/bg2.jpg);
}
.headerbg2{
	background:url(images/bgimg.jpg) right no-repeat;
}
.texttransform{
	text-transform:capitalize; font:bold 12px "Verdana";
}
.blue{
	color:#0024ff; text-decoration:none;
}
.orange{
	font:bold 12px "Verdana"; color:#FF6600;
}
.paddingborder{
	padding-top:8px; border-bottom:1px dotted #e4e4e4;
}
.borderbot{
	border-bottom:1px solid #e4e4e4;
}

/****** LINK CLASS *******/

a.footer{
	color:#000000; text-decoration:none;
}
a.footer:hover{
	color:#806c4e;
}