/* basic elements */
body { 
    font: 12pt/20pt georgia; 
    color: #555753; 
    margin: 0px auto 0px auto;
}
p { 
    font: 12pt/16pt georgia; 
    margin-top: 0px; 
    text-align: justify;
}
h3 { 
    font: italic normal 12pt georgia; 
    letter-spacing: 1px; 
    margin-bottom: 0px; 
    color: #7D775C;
}
a:link { 
    font-weight: bold; 
    text-decoration: none; 
    color: #CCFFCC;
}
a:visited { 
    font-weight: bold; 
    text-decoration: none; 
    color: #70FF70;
}
a:hover, a:active { 
    text-decoration: underline; 
    color: orange;
}


#footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
}


#header {
	width: 740px;
	height: 210px;
}


#sidemenu {
	width: 100%;
	height: 600px;
	margin: 0px 0px 0px 0px;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0000000;
	text-align: center;
}

#container {
	width: 740px;
	margin: 0px auto 0px auto;
}

.textopadrao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
}

.textopadraoBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}