BODY,TD,TR,TABLE,SMALL,INPUT,TEXTAREA,SELECT,OPTION { 	
	font-family: Arial;
	color: #C0C0C0;
}

BODY,TD,TR,TABLE { 	
	font-size : 10pt;
}


INPUT,TEXTAREA,SELECT,OPTION  {
	font-size : 10pt;
}

H1 {
	font-size: 12 pt;
}

SMALL {
	font-size : 8pt;
}

A {
	color:#777777;
	text-decoration : none;
}

A:active {
	color:#CC0033;
}

A:hover {
	color:#CC0033;
	text-decoration : underline;				
}

A.form {
	color:#cccccc;
	text-decoration : none;
}

A.form:active {
	color: #cccccc;
}

A.form:hover {
	color: #cccccc;
	text-decoration : underline;				
}


.button {
	background-color:#C1C1A4;
	font-weight: bold;
	cursor:hand;
}



LI {
	margin-bottom:6px;
}

