body {
	font-family:verdana;
	margin:0;
	font-size:12px;
	background-color: #CBA1B5;
	background-image: url(../_img/gradient.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
	
}
a {
	color:#006;
	text-decoration:underline;
}
a:hover{
	color:#9E1120;
	text-decoration:none;
}			
a:visited {
	color:#9E1120;
	text-decoration:none;
}		
.topbar{
	background-image: url(../_img/topbackgroud.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	background-color: #A5C316;
}
.mainmenu {
	color:#006;
	text-decoration:underline;
	font-weight: bold;
	font-size: 14px;
}
.mainmenu:hover{
	color:#9E1120;
	text-decoration:none;
}			
.mainmenu:visited {
	color:#9E1120;
}		
.side_dmenu{
	
}
.secondmenu {
	color:#006;
	text-decoration:underline;
	font-weight: bold;
}
.secondmenu:hover{
	color:#9E1120;
	text-decoration:none;
}			
.secondmenu:visited {
	color:#9E1120;
	text-decoration:underline;
}		
.external_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9E1120;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;	
}
.external_link:hover{
	color:#9E1120;
	text-decoration:none;
}			
.external_link:visited {
	color:#9E1120;
}		
.titulo{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	line-height: 36px;
}
.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: #000000;
	text-decoration: none;
}
.texts {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding:10px;
	font-size: 12px;
}
.button{
	background-color: #000099; 
	font-family: Verdana, Arial, Helvetica, sans-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; 
}
.information {
	font-size: 18px;
	font-weight: bold; 
}

.news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:transparent;
	background-color:#FAF269;
	border: thin solid #894A41;
	filter:alpha(opacity = 60);
	-moz-opacity:.60;
	-khtml-opacity: 0.6;
	opacity:.60;
	padding: 10px;
}
.news:hover {
	filter:alpha(opacity = 100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
}

