@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial,sans-serif;
	font-size: small;
	color: #000000;
	line-height: 1.166;	
	background-color: #999966;
	/* #CCCCAD */
}

/* Links */

.links{
		  font-family: arial, verdana, helvetica, sans;
		  font-size: small;
		  height: 20px;
		  width: 140px;
		  cursor:hand;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 15pt;
		  text-align: left;
		  display: block;
		  border-top: #CCCCCC 1px solid;
		  border-bottom: #333333 1px solid;
		  text-decoration:none;
}

a.links:link, a.links:visited, a.links:active {
		  background-color: #999999;
		  color: #FFFFFF;}
		  
a.links:hover 	{ 
		  background-color: #333333;
		  color: #FFFFFF; }
