@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
    font-style:  normal;
}



A:link {
	text-decoration: none; font-weight:bold; color: #576700;
	}
A:visited {
	text-decoration: none ; font-weight:bold;  color: #576700;
	}
A:active {
	text-decoration: none; font-weight:bold;  color: #576700;
	}
A:hover {
	text-decoration: underline; font-weight:bold;  color: #576700;
	}
	
.class1 A:link {
	text-decoration: none; color: #ffffff; font-weight: bold;
	}
.class1 A:visited {
	text-decoration: none ; color: #ffffff; font-weight: bold;
	}
.class1 A:active {
	text-decoration: none; color: #ffffff; font-weight: bold;
	}
.class1 A:hover {
	text-decoration: underline; color: #ffffff; font-weight: bold;
	}	

.out A:link {
	text-decoration: none; color: #c8d77a; 
	}
.out A:visited {
	text-decoration: none ; color: #c8d77a; 
	}
.out A:active {
	text-decoration: none; color: #c8d77a; 
	}
.out A:hover {
	text-decoration: underline; color: #c8d77a;  
	}	

.out {
	color: #c8d77a;
}
	
	
.top {
	color: #576700;
}


h1 {
	font-size: 10px;
	font-weight: bold;
	padding:4px;
	color: #576700;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}

ul {
	list-style: none;
	padding-left: 0;
	}

li { 
	background:url(../images/small_square.gif) no-repeat 0 50%;
	padding-left:17px;
	}
	


.style1 {
	font-size: 12px;
	font-weight: bold;
}

