BODY
{
    margin: 0px 0px 0px 0px;
}

TABLE, TR, TD 
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:11px;
    color:#333333;
}

.Titulo 
{
    font-family:Arial,Sans-Serif;
    font-size:24px;
    font-weight:bold;
    color:#037FB3;   
}

.SubNav, .SubNav:link, .SubNav:active, .SubNav:visited
{
    font-family:Arial,Sans-Serif;
    font-size:13px;
    color:#000;
    font-weight:bold;
    text-decoration:none;
}

.SubNav:hover
{
    color:#F60;
    text-decoration:underline; 
}

.HierarNav, .HierarNav A, .HierarNav A:link, .HierarNav A:active, .HierarNav A:visited
{
    font-family:Verdana,Arial,Sans-Serif;
    font-size:9px;
    color:#48A8D0;
    font-weight:normal;
    text-decoration:none;
}

.HierarNav A:hover
{
    text-decoration:underline; 
}

.tituloContainer 
{
    font-family:Arial,Sans-Serif;
    font-size:15px;
    font-weight:bold;
    color:#037FB3;
}

/*Classes do DNN*/

.ControlPanel 
{
	padding-bottom:6px;
    width: 100%;
    height: 64px;
    background-color: #EEEEEE;
    BORDER-RIGHT: #CCC 1px solid; 
    BORDER-TOP: #F1F1F1 1px solid; 
    BORDER-LEFT: #F1F1F1 1px solid; 
    BORDER-BOTTOM: #CCC 3px solid; 
}

.Normal 
{
    font-family:Arial,Sans-Serif;
    line-height:140%;
    font-size:12px;
    color:#666;
}

.subHead
{
    font-family:Arial,Sans-Serif;
    font-size:13px;
    font-weight:bold;
    color:#037FB3;
}

.subHead:link, .subHead:active, .subHead:visited
{
    font-family:Arial,Sans-Serif;
    font-size:13px;
    font-weight:bold;
    color:#037FB3;
    text-decoration:underline;
}

.subHead:hover
{
    color:#F60;
}


/* Main Menu */
.MainMenu_MenuContainer {
	background-color: Transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:22px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	border-right: #EEEEEE 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15;
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid; 
	border-right: #EEEEEE 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #CC6666;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}