
/* CSS STYLE SHEET */

/* MENU SUPERIOR */

/* unvisited link */
a.menuSup:link {
    color: #595959;
	text-decoration: none;
}

/* visited link */
a.menuSup:visited {
    color: #595959;
	text-decoration: none;
}

/* mouse over link */
a.menuSup:hover {
    color: #595959;
	text-decoration: underline;
	font-style: oblique;
}

/* selected link */
a.menuSup:active {
    color: #595959;
	text-decoration: none;
}

/* MENU RODAPE */

/* unvisited link */
a.menuFotter:link {
    color: #E0E0E0;
	text-decoration: none;
}

/* visited link */
a.menuFotter:visited {
    color: #E0E0E0;
	text-decoration: none;
}

/* mouse over link */
a.menuFotter:hover {
    color: #E0E0E0;
	text-decoration: underline;
	font-style: oblique;
}

/* selected link */
a.menuFotter:active {
    color: #E0E0E0;
	text-decoration: none;
}

/* LINKS EM TEXTOS */

/* unvisited link */
a.text:link {
    color: #595959;
	text-decoration: underline;
}

/* visited link */
a.text:visited {
    color: #595959;
	text-decoration: underline;
}

/* mouse over link */
a.text:hover {
    color: #595959;
	text-decoration: underline;
	font-style: oblique;
}

/* selected link */
a.text:active {
    color: #595959;
	text-decoration: none;
}

#mainMenu{
	background-color: #F8F8F8;
	color: #595959;
	border-style: outset;
	border-color: #595959;
	border-width: 1px 1px 2px 2px;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
    cursor: pointer;
    text-align: center;
	padding-top: 22px;
	width: 155px; 
	height: 43px;
	float: left;
}

#bodyContent{
	width: 850px;
	height: 100%;
	color: #595959;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	text-align:justify;
}