/* CSS Document */
.h1 {
	font-size: 10pt;
	font-family: Arial;
	letter-spacing: 0px;
	font-weight: bold;
	color: #003366;
}
.h2 {
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	color: #000;
}
.h3 {
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 0px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.formbuton {
	font-family: Arial;
	font-size: 8pt;
	color: #000003;
	text-decoration: none;
	background-color: #ECE9D8;
}
.inputform {
	font-size: 8pt;
	font-family: Arial;
}
link {
	text-decoration: underline;
}
link:hover {
	text-decoration: underline;
	color: #E5DE0B;
}
.menu {
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 0px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.menu2 {
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 0px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.menulink {
	font-family: Arial;
	font-size: 8pt;
	color: #003366;
	text-decoration: underline;
}
.normal {
	font-family: Arial;
	font-size: 9pt;
	color: #000;
}
.normalpequeno {
	font-family: Arial;
	font-size: 8pt;
	color: #000;
}
.normalBold {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}
.branco {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.vermelho {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bolder;
	color: #A6111F;
}
.vermelhoBig {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
	color: #A6111F;
}
.brancogrande {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #A6111F;
}
/* menu vertical*/
.menuvertical{
border:1px solid white;
background-color:white;
border-bottom-width:0;
width:147px;
}
.menuvertical ul{
padding:0;
margin:0;
list-style-type:none;
}
.menuvertical a{
font:bold 10px Arial;
padding:4px 3px;
display:block;
width:100%;
color:#3200B2;
text-decoration:none;
border-bottom:1px solid #C0C0C0;
}
.menuvertical a:hover{
background-color:#CCCCCC;
color:#B2093B;
}
.menuvertical a:visited{
color:#3200B2;
}
/* menu Horizontal*/
#menu {
	font-family: Arial;
	float:left;
	width:100%;
	background:#efefef;
	font-size:83%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}

