/* BODY */
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000} 

/* GENERAL LINKS */
a:link {color: #CC0000; text-decoration: none} 
a:active {color: #CC0000; text-decoration: none} 
a:visited {color: #CC0000; text-decoration: none} 
a:hover {text-decoration: underline; color: #9999FF} 

/* LISTS */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	list-style-position: inside;
	list-style-type: square;
} 
li {
	color: #333333;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: inside;
} 
ul {
	color: #333333;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: inside;
} 
ol {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: inside;
	list-style-type: square;
} 

/* FORMS */ 
.button	{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	;
	font-size: 10px;
	/*background-color: #e1e1e1;*/
	color: #666666;
} 
.form	{ background-color: #e1e1e1; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666} .form:focus { background-color: #ffffff; } 