/***********
* Defaults *
***********/

body 
{ 
	font: 11px verdana, sans-serif; 
	margin-top: 0px;
	background-color:#000000;
}
.linkscima a:link {
font-size:12px;
color: white;
text-decoration:none}

.linkscima a:visited {
font-size:12px;
color: white;
color:#FFCC00;text-decoration:none;
}
.linkscima a:hover {
font-size:12px;
color:#A9C318; 
text-decoration:underline}

.conteudo { 
font:12px arial, sans-serif; 
 color: white;
 padding-left:5px;
 padding-right:10px; 

 }

p 
{ 
	font: 9pt verdana, sans-serif;
	text-align: left;
	margin: 5px 5px 5px 5px; 
}

ul { margin: 10px 30px 10px 50px; }

td { font: 9pt verdana, sans-serif; }

img { border: none;}

h1 { font: bold 16pt arial, sans-serif; margin: 10px 10px 10px 10px;
	 color: black;}
h2 { font: bold 9pt arial, sans-serif; margin: 5px 5px 5px 5px;
	 color: white;}
h3 { font:9pt arial, sans-serif; margin: 5px 5px 5px 5px; color: white; }

a { color: black;  text-decoration: none; }
a:hover { color: black; background-color: #ddddff; text-decoration: none; }



/*************
* Navigation *
*************/

/* Fix IE. Hide from IE Mac */
* html ul li { height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul.top-nav-list
{

	list-style-type: none;
	padding: 0px;
	margin: 0px;
				
}

li.top-nav-list
{
	list-style-type: none;
	padding: 4px 0px 4px 0px;
	width: 140px;
	background: #fff;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	filter: alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

ul.sub-nav-list
{
	list-style-type: none;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

li.sub-nav-list
{
	padding: 4px 0px 4px 0px;
	list-style-type: none;
	background-color:#666666;
	margin-top: 1px;
	font-size: 10px;
	color: white;
}

li.sub-nav-list2
{
	padding: 4px 0px 4px 0px;
	list-style-type: none;
	background-color:#666666;
	margin-top: 1px;
	font-size: 12px;
	color: #FF9900;
}

li a
{
	color: black;
}


/****************
* Other classes *
****************/

.header { 
			border-bottom: solid 1px #999;
		  }

.sidenav {	position: absolute;
			left: 80px; 
			width: 140px;
			padding: 0px;
		}

.right { float: right;
		 margin: 20px 20px 8px 10px;
		 border: 1px solid #D1D1D1;
		 }

.left { float: left;
		 margin: 0px 20px 8px 10px;
		 border: 1px solid #D1D1D1;
		 }

		
.homepage_image {
padding-right: 10px;
padding-top: 10px;}

#homepage_table {
margin-left: 10px;
margin-bottom: 20px;}

.smallfont { font-size: 8pt;}

.smallmargin { margin: 0px 10px 0px 5px;}

.content { border-left: solid 1px #d1d1d1;
		   border-top: solid 1px #d1d1d1; }

.floatright { float: right;
			  margin: 0px 20px 8px 20px;}

.messiah {	float: left;
			margin-left: 0px;
			font: 7pt verdana, sans-serif;
			border-bottom: 1px solid #b1b1b1;
			border-top: 1px solid #b1b1b1;}

.form { border: 1px solid #ccc; }

.title { font-weight: bold;
		 padding-top: 15px; 
		 vertical-align: top;}

