*{
border: 0;
margin: 0;
}
body{
background: url('images/bg.gif');
color: #636363;
font-family: Arial;
font-size: 11px;
margin: 0;
}

a:hover {
	color: #aaa;
	text-decoration: none;
	/*filter:glow(Color=#ffffff,Strength=4); height: 0;*/


}

a {
/*	color: #724C35;*/
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #eee;
	text-decoration: none;
	text-transform: none;
	font-weight: none;

}


.titulo {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #0059ad;
	text-decoration: none;
	text-transform: none;
	font-weight:bold;
}

.texto {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

.texto_branco {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

.titulo_page {
	font-family: Tahoma;
	font-size: 12pt;
	font-style: normal;
	color: #0059ad;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

.texto_rodape {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #0054a5;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

.link_interno {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #2381dc;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

.link_branco {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}


.bordaimg {
	border-left-color:#cfcfcf;
	border-left-style:solid;
	border-bottom-color:#cfcfcf;
	border-bottom-style:solid;
	border-right-color:#cfcfcf;
	border-right-style:solid;
	border-top-color:#cfcfcf;
	border-top-style:solid;
	border-width:1px;
}


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
color: #636363;
font-family: Arial;
font-size: 11px;
height: 1%;

}

.cssform label{

float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/

}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
border-left-color:#cfcfcf;
	border-left-style:solid;
	border-bottom-color:#cfcfcf;
	border-bottom-style:solid;
	border-right-color:#cfcfcf;
	border-right-style:solid;
	border-top-color:#cfcfcf;
	border-top-style:solid;
	border-width:1px;
	color: #636363;
font-family: Arial;
font-size: 11px;
}

.cssform textarea{
width: 250px;
height: 150px;
border-left-color:#cfcfcf;
	border-left-style:solid;
	border-bottom-color:#cfcfcf;
	border-bottom-style:solid;
	border-right-color:#cfcfcf;
	border-right-style:solid;
	border-top-color:#cfcfcf;
	border-top-style:solid;
	border-width:1px;
	color: #636363;
font-family: Arial;
font-size: 11px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


