@charset "utf-8";
/* CSS Document */

body{
background-color:#666666
}
.style2 {
	color: #663300;
	font-weight: bold;
	font-style: italic;
}

.style3 {color: #FFFFCC;
		line-height:20px;		
}
.style4{
	color:#F3F3F3;
}

td.left{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#009900;
	font-weight: 600;
    	
}
a{
	color:#000000; text-decoration:none;
	cursor:pointer;
}
a:link{
	color: #000000;
	text-decoration:none;
}
a:hover{
	color: #FFFF09;
	text-decoration:none;
}
a:visited{
	
	text-decoration:none;
}



a.links{
	color: #3300CC; font-weight:bold;
}

a.links:visited{
	font-weight:bold;
	color: #663300;
}
a.links:hover{
	font-weight:bold;
	text-decoration:underline;
}
a.top_link{
	color:#663300;
	font-weight:bold;
}
a.top_link:hover{
	text-decoration:underline;
	font-weight:bold;
}
a.top_links{
	color:#FFCC00;
	font-weight:bold;
}

a.top_links:hover{
	font-weight:bold;
	text-decoration:underline;
	
}

a.top_menu{
	color: #C40000; font-weight: bold;
}
a.top_menu:hover{
	font-weight: 700;
	text-decoration:underline;
}
a.infolinks{
	color: #333300;
	font-weight:600;
	font-size:18px;
	text-align:center;
	
}
a.infolinks:hover{
	color:#9C1E0C;
}


p{
	text-align:justify;
	text-indent:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
