/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY{ 
	color: rgb(0,0,0);
	background-image: url("../assets/images/background.gif");
}
/*A:link{ 
	color: rgb(205,197,29);
}
A:visited{ 
	color: rgb(128,128,128);
}
P{ 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	color: rgb(0,51,204);
}*/
.sub_menu{
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size:9px;
	color:#000000;
	background:#00FF00;
}
.white_line{
	background-color: #FFFFFF;
}
.texto_otherLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: left;
	white-space: normal;
	text-decoration: none;
}
.texto_otherLeftBlueBoldMidle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #004F9D;
	text-align: left;
	white-space: normal;
	text-decoration: none;
	font-weight: bold;
}
.texto_otherLeftBlueBoldMidle_center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #004F9D;
	text-align: center;
	white-space: normal;
	text-decoration: none;
	font-weight: bold;
}
.texto_otherLeftBlueBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #004F9D;
	text-align: left;
	white-space: normal;
	text-decoration: none;
	font-weight: bold;
}
.menu_normal_selected{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-position: center;
	text-align: center;
}
.texto_otherLeftBlueBoldBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #004F9D;
	text-align: left;
	white-space: normal;
	text-decoration: none;
	font-weight: bold;
}
.texto_otherRightBlueBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #004F9D;
	text-align:right;
	white-space: normal;
	text-decoration: none;
	font-weight: bold;
}
.texto_otherCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: center;
	white-space: normal;
	text-decoration: none;
}
.Submenu_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;	
	text-align: center;
}
.Submenu_normal a:hover{
	color: #FF0000;
}
.Submenu_normal_selected{
	/*color: #004F9D;*/
	color:#FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
.Submenu_normal_selected a:hover{
	color:#FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
.texto_other {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: justify;
	white-space: normal;
}