/* GENERAL FORMATTING */
font, td, p {
	font-family: verdana;
	font-size: 14px;
	line-height: 18px;
        margin-bottom: 6px;
        margin-top: 6px;
}

body
{
scrollbar-face-color: #4747FF;
scrollbar-highlight-color: #4747FF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #999999;
scrollbar-shadow-color: #333333;
scrollbar-arrow-color: #AAAAAA;
scrollbar-track-color: #BBBBBB;
}
a { color: #6067c3; text-decoration:none; }
a:hover { color: #8f95dd; text-decoration:none; } 

.small {font-size: 12px;
       margin-bottom: 1px;
       margin-top: 1px;} 
.white {color: #FFFFFF}

.italics {font-style: italic}


.red_text {
	color:#FF0000;
}

.red_link {
	color:#FF0000;
	text-decoration: underline
}

.blue_text {
	color:#0000FF;
}

.black_text {
	color:#666666;
}

/* HEADERS */
H1 {
	font-family: verdana;
	font-size: 16px;	
	margin-top: 0px;
        margin-bottom: 6px;
	font-weight:bold;
	color:#666666;

}

H2 {
	font-family: verdana;
	font-size: 9px;	
	margin-top: 10px;
        margin-bottom: 5px;
	font-weight:bold;
	color:#666666;

}

H3 {
	font-family: verdana;
	font-size: 14px;	
	margin-top: 7px;
        margin-bottom: 24px;
	color:#000000;
   	font-weight:normal;
	font-style: italic;
line-height: 17px;
}

H4 {
	font-family: verdana;
	font-size: 14px;	
	margin-top: 0px;
        margin-bottom: 6px;
	font-weight:normal;
	color:#FFFFFF;

}

H5 {
	font-family: verdana;
	font-size: 11px;	
	margin-top: 0px;
        margin-bottom: 3px;
	font-weight:normal;
	color:#FF0000;

}

H6 {
	font-family: verdana;
	font-size: 16px;	
	margin-top: 6px;
        margin-bottom: 6px;
	font-weight:bold;
	color:#666666;

}

H7 {
	font-family: verdana;
	font-size: 14px;	
	margin-top: 0px;
        margin-bottom: 3px;
	font-weight:normal;
	color:#FF0000;

}


/* INPUT AND FORMS */
/* -- should work together with the TD class */
input, select, textarea {
	font-family: arial;
	font-size: 12px;	
	border: 1px solid #CDCDCD;
}
.btn {					/* assign this to any button */
	border-left: 1px #DEDEDE solid;
	border-top: 1px #DEDEDE solid;
	border-right: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	background-color: #E4E4E4;
	padding: 3px;
	color: #000000;
}
