BODY {
	FONT-SIZE: 11px;
	COLOR: #999999;
	FONT-FAMILY: Tahoma;
	padding-top : 10px;
	margin-left : 50px;
	background-image : url(../images/bg.gif);
}
input {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;

}
select {

	display: inline;
	border: none #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {

	display: inline;
	border: thin solid #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.grey:link {

	COLOR: #999999; TEXT-DECORATION: none
}
A.grey:visited {

	COLOR: #999999; TEXT-DECORATION: none
}
a:hover {

	COLOR: #CCCCCC; TEXT-DECORATION: none
}
a {

	COLOR: #FFFFFF; TEXT-DECORATION: none
}
A.white:HOVER {
	COLOR: #FF0000;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.grey:hover {
	COLOR: #999999;
	text-decoration: underline;

}
A.white {

	COLOR: #ffffff;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.button {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	background-color: #FF0000;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-position: outside;


}
