/* main.css - agrenadavilla.com */

body, td {
	font-family 	: Verdana, Arial, Helvetica, sans-serif;
	font-size   	: 11px;
	color       	: #000000;
}

h1 {
 	font-family	: Verdana, sans-serif;
 	color		: #970000;
  	font-size	: 16px;
	font-weight 	: bold;
      	margin-top	: 10px
  }
.topHeader {
	font-family 	: Verdana, Arial, Helvetica, sans-serif;
	font-size   	: 16px;
	color 	    	: #CD3301;
	font-weight 	: bold;
	margin-left 	: 10px;
}
.homeBody {
	font-family 	: Verdana, sans-serif;
	font-size   	: 13px;
	color       	: #4F4F4F;
	font-weight 	: normal;
	line-height 	: 16px;
	text-align	: justify
}
.homeFooter {
	font-family 	: Verdana, Arial, Helvetica, sans-serif;
	font-size   	: 12px;
	color       	: #FFF;
	font-weight 	: bold;
}

.innerHeader {
	font-family 	: Verdana, Arial, Helvetica, sans-serif;
	font-size   	: 13px;
	color 	    	: #CD3301;
	font-weight 	: bold;
	line-height 	: 15px;
}
.innerBody {
	font-family 	: Verdana, Arial, Helvetica, sans-serif;
	font-size   	: 11px;
	color       	: #000000;
	line-height 	: 14px;
}
.innerBodyIndent {
	font-family 	: Verdana, Arial, Helvetica, sans-serif;
	font-size   	: 10px;
	color       	: #000000;
	line-height 	: 14px;
	margin-left 	: 10px;
}

a:link		{color	:#0000FF;font-weight:bold;text-decoration:none;}
a:visited	{color	:#0000FF;font-weight:bold;text-decoration:none;}
a:active	{color	:#0000FF;font-weight:bold;text-decoration:none;}
a:hover		{color	:#CD3301;font-weight:bold;text-decoration:underline;}

a.map:link	{color	:#FFFFFF;font-weight:bold;text-decoration:none;}
a.map:visited	{color	:#FFFFFF;font-weight:bold;text-decoration:none;}
a.map:active	{color	:#FFFFFF;font-weight:bold;text-decoration:none;}
a.map:hover	{color	:#FFFFFF;font-weight:bold;text-decoration:underline;}


#links {
padding		: 0;
margin		: 0;
position	: absolute;
text-align	: left;
width		: 145px;
background	: transparent;
}
#links ul {
list-style	: none outside;
padding		: 0;
margin		: 0;
background	: #669900;
color		: #FFFFFF;
border-style	: solid;
border-color	: #669900;
border-width	: 0px 0px 0px 0px;
font		: 10px/15px verdana, helvetica, sans-serif;
}
#links ul li {
padding		: 0;
margin		: 0;
border		: none;
}
#links ul li a {
display		: block;
padding		: 4px 6px;
margin		: 0;
background	: #669900;
font-size       : 12px;
font-weight     : bold;
color		: #FFFFFF;
border-bottom	: 2px #456600 solid;
border-top	: 1px #8ACC00 solid;
width		: 145px;
text-decoration	: none;
}
html>body #links ul li a {
width		: 145px;
}
#links ul li a:hover {
background	: #598400;
font-size       : 12px;
font-weight     : bold;
color		: #C0C0C0;
border-bottom	: 2px #598400 solid;
border-top	: 1px #456600 solid;
text-decoration : none;
}
