a.nav:link {color: #A13A01; text-decoration: underline;}
a.nav:visited {color: #A13A01; text-decoration: underline;}
a.nav:hover { color: #A13A01; text-decoration: underline;}


a.copyright:link {color: #DAB067; text-decoration: underline;}
a.copyright:visited {color: #DAB067; text-decoration: underline;}
a.copyright:hover { color: #DAB067; text-decoration: underline;}

body
{
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: F2DEBB;
	background-image: url("images/bg_campo.jpg");
	background-repeat: repeat-x;
	background-position: left top
}

.copyright
{
	font-family: Verdana;
	font-size: 9px;
	color: DAB067;
}

.mainbodytext
{
	font-family: Verdana;
	font-size: 11px;
	color: 2A4312;
}

.footerbg
{ 
background-image: url("images/footer_bg.gif");
background-repeat:repeat-x;
}

.homebg
{ 
background-image: url("images/home_bg.jpg");
background-repeat: no-repeat;
}

.campbg
{ 
background-color: F2DEBB;
background-image: url("images/bg_campo.jpg");
background-repeat: repeat-x;
background-position: left top
}


