/* Global Styles */

body {
	margin:0px;
	}
	

a {
	color: #333b74;
	}
	
a:hover {
	color: #f7941d;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #e1e8ec;
	}
	
#navigation a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #5890a0;
	line-height:12px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 15px;
	}
	
#navigation a:hover {
	background: #f7f9fa;
	color:#ff7e00;
	}


/* top Navega */	

.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(overbtn.png) no-repeat;
white-space: nowrap;
display: block;
width: 107px;
height: 37px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 12px;
width: 107px;
height: 37px;
display: block;
float: center;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 107px;
height: 37px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 77px;
}

	
	
/* Class Styles */
	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
