/* CSS Document */


body {

	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;	
	
}


h1 {

	color:ff9900;
	font-size:14px;
}

.border {

	border: 1px solid #666666;
}


li { 
	
	list-style-image: url("images/gear_mini.gif");
	margin-bottom:5px;

}


p {
	
	display:table;	
	
}

A:link {color: #ff9900; font-style: nounderline; text-decoration: none; font-weight: normal;}
A:visited {color: #ff9900; font-style: nounderline; text-decoration: none; font-weight: normal;}
A:hover {color: #F4AF57; font-style: nounderline; text-decoration: underline; font-weight: normal;}
