@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-image:url(images/padrao.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #131313;
	text-align:left;
}

/* ------------------------------ TEXT AND FONTS */

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: lighter;
	color: #FFFFFF;
	margin-left:10px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #FFFFFF;
	border-bottom: thin dotted #ffffff;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #339900;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	background-color: #339900;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.submaintitulo {
	color: #cc0033;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 8px;
	line-height: 18px;
}


/* ------------------------------ TABLES TO DIVS */

div#print {
	display: none;
	}
	
div#table {
	position:relative;
	float: left;
	margin:0px;
	width: 698px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
div#generalfrm {
}

div#topframe { }

div#menu { }

div#content { }

div#title {
	margin-top: 20px;
	height: 150px;
	border-top: thin solid #339900;
}

div#subtitle {
	height: 30px;
	border-bottom: thin solid #339900;
}

div#information {
margin-top:20px;
padding-bottom:20px;
border-bottom: thin solid #339900;
}

div#informationa {
float: left;
margin-left:10px;
width:310px;
}

div#informationb {
margin-left:330px;
width:310px;
}

div#squat {
margin:142px 0 0 698px;

}

div#bottom {
	margin:15px 0 0 10px;
	font-size: xx-small;
	color: #339900;
}




/* ------------------------------ ULs and LIs */


ul#menu{
	margin: 30px 0 1px 0;
	padding: 2px 0 2px 0;
	list-style: none;
	background-color:#ff0033;
	width:487px;
		}
		
ul#menu li{
	display: inline;
	padding: 0 10px 0 8px;
	background-color:#ff0033;
	
			}
ul#menu a { 
text-decoration: none;
}
ul#menu a:hover {
color: #FFFFFF;
background-color: #cc0033;
			}.contentsubtitl {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #FFFFFF;
	margin-left:10px;
}

