/* Global Styles */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: lighter;
	text-align:justify;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: lighter;
	text-align:justify;
	}
	
a img {
        border: none;
}
a { outline: none; }

/* ID Styles */

#navigation a {
	font:11px arial;
	color: #ffffff;
	font-weight: normal ;
	text-decoration: none;
	letter-spacing:.12em;
	line-height:11px;
	display:block;
	padding:4px;
	border: 0pt solid rgb(,,);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#FFCC00;
	border: 1pt dotted white;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#vinculosmenu a {
	color: #cccccc;
	text-decoration:none;
	}
#vinculosmenu a:hover {
	color: #ffffff;
	text-decoration:none;
	}


/* Class Styles */

.bodyText {
	color:#333333;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	}
	
.pageName{
	font:16px arial;
	color: #000000;
	line-height:18px;
	letter-spacing:.05em;
	}
	
.subHeader {
	font:14px arial;
	color: #000000;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height:14px;
	}	
	
.sidebarHeader {
	font:12px arial;
	color: #000000;
	font-weight:normal;
	letter-spacing:0.04em;
	line-height:12px;
	}	
	
.detailTextN {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	}

.detailText {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	}
	
.smallText {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
	


.oneColElsCtr #container {
	width: 100%;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	margin: 0;
	padding: 0px;
	height: auto;
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
}

