/* Estilos da página */

body
{
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
}

.backLightBlue {
	background-color: #E5EDF4;
}

.lightGreyOver {
	background-color: #F1F1F1;
}


a:hover
{
	text-decoration: underline;
}
a
{
	text-decoration: none;
}

.greyDottedLineHorzBottom
{
	background-image: url(../images/Design/lineDottedGreyHorz.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

form
{
	margin: 0px;
}

.btBlue
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #AAC1CE;
	border-left-color: #20628C;
	border-right-color: #AAC1CE;
	border-bottom-color: #20628C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #6199C6;
	color: #FFFFFF;
	font-weight: bold;
}

.btBlueSelected
{
	border: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: white;
	color: #20628C;
	font-weight: bold;
}


.inputWhite
{
	background-color: #FFFFFF;
	border: 1px solid #AAC1CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
	height: 17px;
}

.txtGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
}

.txtGreyBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
	font-weight: bold;
}
.txtGreyBold a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
	font-weight: bold;
}

.txtCyanBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6199C6;
	font-weight: bold;
}

.txtBlueBoldBig
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6199C6;
	font-weight: bold;
}


.txtBlueBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20628C;
	font-weight: bold;
}
.txtBlueBold a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20628C;
	font-weight: bold;
}


.txtOrangeBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F58A0E;
	font-weight: bold;
}
.txtOrangeBold a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F58A0E;
	font-weight: bold;
}

.txtBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20628C;
	font-weight: normal;
}


.transparencia
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
}

.txtDarkRedBoldBigger
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D3421C;
	font-weight: bold;
}