﻿/* Only Roxo */
/* Formatação Menu Vertical */
.menuLinkVertical 
{
	font-family:Verdana;
	font-size:11px;
	color:#4f2086;
	margin-left:2px;
}
.menuLink_hoverVertical 
{
	font-family:Verdana;
	font-size:11px;
	background:#2e66c1;
	color:#FFF;
}
.menuLink_dynamicVertical 
{
	font-family:Verdana;
	font-size:11px;
	color:#4f2086;
	background:#e8f5fc;
	border:solid 1px #7ea0d2;
}
.menuLink_selectedVertical 
{
	font-family:Verdana;
	font-size:11px;
	color:#4f2086;
	background:#ffffaa;
}
/* Formatação Menu Horizontal */
.menuLinkHorizontal 
{
	font-family:Verdana;
	font-size:11px;
	color:#4f2086;
	display:block;
	border-right:solid 1px #4f2086;
	padding:0px 4px 0px 4px;
	
}
.menuLink_hoverHorizontal 
{
	font-family:Verdana;
	font-size:11px;
}
.menuLink_dynamicHorizontal 
{
	font-family:Verdana;
	font-size:11px;
	color:#4f2086;
	border:solid 1px #7ea0d2;
}
.menuLink_selectedHorizontal 
{
	font-family:Verdana;
	font-size:11px;
	color:#4f2086;
	background:#ffffaa;
}






.image_contato 
{
	background:URL(contato.gif);
	width:174px;
	height:350px;
}
.image_enviar 
{
	background:URL(botao_enviar.gif);
	width:62px;
	height:52px;
}
.image_estrela 
{
	background:URL(estrelas.gif);
	width:42px;
	height:15px;
}
.mainSubtitulo_texto 
{
	font-size:12px;
	color:#341aa2;
	font-family:Verdana;
	font-weight:bold;
	border-bottom:solid 1px #7e21b5;
	height:35px;
}