A:link { color: blue }
A:hover { color: red } 
td {font-family: Verdana; font-size: 11px; color: #000000} 

BODY { 
	scrollbar-3dlight-color:#B0C4DE;
	scrollbar-arrow-color:#B0C4DE;
	scrollbar-base-color:#F0FFFF;
	scrollbar-track-color:#F5F5F5;
	scrollbar-darkshadow-color:#A9A9A9;
	scrollbar-face-color:#F5F5F5;
	scrollbar-highlight-color:#F5F5DC;
	scrollbar-shadow-color:#ADD8E6;
	background-color: #FFFFFF; 
}

/* Form Settings */

.button {
    font-family: Verdana;
    font-size: 12px;
    border-color: #000000;
    background-color: #EEEEEE;
    border-width: 1px;
    height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.textbox {
    font-family: Verdana;
    font-size: 11px;
	padding: 2px;
	background: #fff url('http://www.forveras2.com/images/input_bg.gif') repeat-x 0 1px;
	border: #A8A9AB 1px solid;
}

h1 {
	font-size: 16px;
	font-weight: bold;	
	color: #000066;
}
h2 {
	font-size: 13px;
	font-weight: bold;	
	color: #000000;
}
		  
.defaultErr
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
}

.td_spacer {
	padding-top: 10px;
}

.smalltext {
	font-family: Verdana; 
	font-size: 8pt; 
	color: #666666} 

.title {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;	
}

.header {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;	
}
.header_blue {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;	
	color: #000066;
}
.wrapper {
	border: 1px solid #660000;
	width: 95%;
	}

.title_expand {
	float: right;
	}

.title_expand_top {
	background: #FFFFCC;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	}

.content {
	padding: 3px;
	}

.sidebar-text {
	color: #FFFFCC;
}

/* Used for form validation */
.jsvalidation {
	color: #FF0000; 
}