/* CSS Document */

* 
{
	background:#093; 
	color:yellow;  
	float:none; font-family:Arial, Helvetica, sans-serif
}
body 
{ 
	margin:10px;
	font-size:122%;
}
/* Formata Geral 
body,td,th {
	font-family: Arial;
	font-size: 11pt;
	color: white;
}

body {
	background-color: darkblue;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}*/
table
{
	width:100%;
}
td
{
	/*border:solid 1px gray;	*/
}
a, a:link, a:visited, a:hover {
	/* display: block;*/
	font-size: 14pt;
	color: yellow;
	font-weight:normal;	
}

a.NavSiteMapItem:link, a.NavSiteMapItem:visited, a:NavSiteMapItem:hover  {
	/* display: block;*/
	font-size: 14pt;
	color: Yellow;
}
.NavSiteMapItem
{
	font-size: 14pt;
	color: Yellow;
}
.hrSeparator
{
	width:100%;
	border: solid 3px white;	
}
h1
{
	font-size:16pt;
}

