body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color: #0F1C50;
	color: #6AB7EB;	
	margin: 0px 0px 0px 0px;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#681E37;
	text-decoration:none;
}			
a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}		
.external {
	color:#FFFFFF;
	text-decoration:underline;
}
.external:hover {
	color:#9E1120;
	text-decoration:none;
}
.external:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.menu{
	background-color: #6699FF;
	text-align: left;	
}
.menu_link{
	font-size: 12px;
	font-weight: bold;
	color: #0F1C50;
	text-decoration: none;
}
.menu_link:hover{
	color: #9E1120;
	text-decoration:underline;
}
.menu_link:visited{
	color: #0F1C50;
	text-decoration:none;
}
.featured {
	background-color: #6699FF;
	color: #0F1C50;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo{
	text-align:left;
	background-color:#6699FF;
	font-size: 16px;
	font-weight:bold;
	height:32px;
	vertical-align:middle;
	color:#FFFFFF;
}
.button{
	background-color: #000099; 
	font-family: "Times New Roman", Times, serif; 
	font-weight: bold; 
	text-transform: none; 
	color: #FFFFFF; 
	font-size: 8pt; 
	border: thin outset; 
	line-height: 14px; 
	font-variant: normal
}
.button:active{
	background-color: #9E1120; 
	color: #FFFFFF; 
	border: thin inset;
}

.error {
	font-weight: bold; 
	color: #FF0000; 
}
.top{
	background-color:#6699FF;
	text-align:center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-attachment: fixed;
	background-image: url(../_img/top_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.images_background{
	background-color: #000000;
	height: 100%;
	width: 100%;
	position: fixed;
	visibility: hidden;
	z-index: 1;
	filter:alpha(opacity = 85);
	-moz-opacity:.85;
	-khtml-opacity: 0.85;
	opacity:.85;
	left: 0px;
	top: 0px;	
}

.images{
	height: 100%;
	width: 100%;
	overflow: inherit;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	left: 0px;
	top: 0px;	
}

