body,input,select {
font-size: 12px; 
margin: 0; 
padding:0;
color: #000000; 
line-height: 16px;
font-family: "Tahoma", Verdana, Arial;
background: #FCD984;
}

table {
font-size: 12px; 
color: #000000; 
line-height: 16px;
background: #FFFFFF;
font-family: "Tahoma", Verdana, Arial;
}


H1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20px; 
	LETTER-SPACING: 1px
}
H2 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	MARGIN-BOTTOM: -12px; 
	COLOR: #639bce; 
	LETTER-SPACING: 1px
}

a { 
color:#fe5800;
}

a:hover { 
text-decoration:none;
}

.orange { 
color:#fe5800;
}

.formbutton{
cursor: pointer;
border: outset 1px #cccccc;
background: #8080FF;
color: #fe5800;
font-weight: bold;
padding: 1px 2px;
background: url(images/formbg.gif) repeat-x left top;
}


