/* CSS Document */
body{
	font-family: arial;
	font-size: 12px;
	color:black;
	background: #8E8C8E url(../page_rpt1.jpg) top repeat-x;

}

p{ 
        font-family:arial; 
        font-size: 12px; 
        color: black; 
font-weight: normal;
} 

h1{ 
        font-family:arial; 
        font-size:16px; 
        color:black; 
} 
h2{ 
        font-family:arial; 
        font-size: 18px; 
        color: red; 
} 
h3{ 
        font-family:arial; 
        font-size:14px; 
        color:green; 
} 
ul{ 
        margin-top: 5px;        
		  margin-left:0;        
		  padding: 0;        
		  border: 0;
		  color: #A8D017;
} 

li{ 
        font-family:arial; 
        font-size:12px; 
        list-style: circle; 
        margin-left: 25px;         
        margin-top: 0px;
		color: #A8D017;
		} 

hr {
color:white;
background-color:white;
}
#links a, a:visited{ 
        text-decoration: none;         
        color: #A8D017;         
        font-weight: bold; 
		font-family: arial;
		font-size: 15px; 

} 

#links a:hover{ 
        color: white; 
}

#toplinks a, a:visited{ 
        text-decoration: none;         
        color: #A8D017;         
        font-weight: bold; 
		font-family: arial;
		font-size: 12px; 

} 

#toplinks a:hover{ 
        color: #646264; 
}
/* Menu */

#menu {
	width: 100%;
	background-color: #A8D017;
	color: #646264;
	float: left;
	text-align: right;
	vertical-align: sub;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menu a:link, #menu a:visited, #menu a:active {
	background-color: #A8D017;
	text-decoration:none;
	color: white;
	vertical-align: sub;
	float: left;
	width: 24%;
	font-weight:bold;
	padding-bottom: 7px;
	padding-top: 7px;	
	padding-left: 0px;
	padding-right: 7px;
}
#menu a:hover {
	background-color: #646264;
	text-decoration: none;
	color: #A8D017;
	vertical-align: sub;
	float: left;
		font-weight:bold;
		border:1px;

}

#content p{
color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}

#content h1{
color:#FFFFFF;
}

#content ul{ 
        margin-top: 5px;        
		  margin-left:0;        
		  padding-bottom: 15px;        
		  border: 0;
		  color: white;
} 

#content li{ 
        font-family:arial; 
        font-size:12px; 
        list-style: circle; 
        margin-left: 25px;         
        margin-top: 0px;
		color: white;
		} 
#content a, a:visited{ 
        text-decoration: none;         
        color: #A8D017;         
        font-weight: bold; 
		font-family: arial;

} 

#content a:hover{ 
        color: white; 
}
		
	
