
. button
{
	color : #6E749F;
	text-decoration : none;
	font-weight : bold;
	font-size: 11px;
}

a, a:link, a:visited, a:active, a:focus
{
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-size: 14px;
}

a:hover{
	color : #FF0000;
	text-decoration : underline;
	font-weight : bold;
	font-size: 15px;
}

input.button {
	background-color : #EEEEEE;
	color : #000000;
	/*
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	*/
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}

input,textarea, select {
	color : #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	/*
	font: normal 10px Arial, Helvetica, sans-serif;
	*/
	border-color : #DDDDDD;
	background-color : #EEEEEE;

}


hr
{
    color : #000000;
    width : 100%;
    height : 1px;
}

.RAVAIL{
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	*/
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-style: normal;
	color: #FFFFFF;
	background-color: #009933;
	cursor: default;
}
.RNAVAIL{
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	*/
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-style: normal;
	color: #000000;
	background-color: #C0C0C0;
	cursor: crosshair;
}
.RNAVAILDOLU{
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	*/
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-style: normal;
	color: #ffffff;
	background-color: red;
	cursor: crosshair;
}
.RAVFocus{
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	*/
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000099;
	cursor: hand;
}
body, td, th {
	color: Black;
	/*
	ont-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	*/
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}