/* CSS Document */
A:link {
	COLOR: #339933; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #669966; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:active {
	COLOR: #9C396B; TEXT-DECORATION: none;
}



SELECT 
{
         
         color: #000000;
         font-family: arial, helvetica;
	 font-size: 11px;
         font-weight: normal;
}
 
INPUT.text
{
	background-color: #E7E7E7;
	border: 1px outset #086308;
}

INPUT.button
{
	background-color: #E7E7E7;
	border: 1px outset #086308;
}

HR
{
	color: #000000;
	height: 1px;
}

.offer
{
	color: #9C396B;
}

/**/
/**/