body {
color: #000000;
background-color: #f3f3f3;
}
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #C7C7C7;
	scrollbar-highlight-color: #F5F5F5;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #E3E1E2;
	scrollbar-arrow-color:  #E92A32;
	scrollbar-track-color: #E5E5E5;
	scrollbar-darkshadow-color: #CBC9CA;
}

H1	{
font-weight : strong;
font-size : 18px;
font-family : Verdana;
color : 000000;
TEXT-DECORATION: none
} 

H2	{
font-weight : strong;
font-size : 16px;
font-family : Verdana;
color : 000000;
TEXT-DECORATION: none
} 

H3	{
font-weight : strong;
font-size : 14px;
font-family : Verdana;
color : 000000;
TEXT-DECORATION: none
} 

.link {
font-weight : normal;
font-size : 13px;
line-height : 18px;
font-family : Verdana;
color : 000000;
TEXT-DECORATION: none
} 

.link:hover{ 
font-weight : normal;
font-size : 13px;
line-height : 18px;
font-family : Verdana;
color : 000000;
TEXT-DECORATION: underline
}

.active {
font-weight : normal;
font-size : 13px;
line-height : 18px;
font-family : Verdana;
color : E92A31;
TEXT-DECORATION: none
} 

.text {
font-weight : normal;
font-size : 13px;
line-height : 18px;
font-family : Verdana;
color : 000000;
TEXT-DECORATION: none
}
body, p, td, table, b {
font-size : 13px;
line-height : 18px;
font-family : Verdana;
color : 000000;
TEXT-DECORATION: none
}

a {
font-size : 13px;
line-height : 18px;
font-family : Verdana;
color : 000000;
TEXT-DECORATION: underline;
}

/** inputs **/

input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #660000; 
background-color: #efefef;
border: 1px solid #999999;
vertical-align: middle; 
height: 19px;
width: 220px;
}

.check {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000066;
background-color: #ffffff;
border: 0px;
vertical-align: middle; 
height: 19px;
width: 19px;
}

textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #660000;
background-color: #efefef;
border: 1px solid #999999;
vertical-align: middle; 
height: 50px;
width: 220px;
}