Body {
    scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#DBD1F5;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#8074AD;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#0A6F9E;
}

/*UnOrderdered Line Item Style */
UL {
	list-style-type : circle;
	list-style-image :  url('/images/bullet_square1.gif');
}

/*Orderdered Line Item Style */
OL {
	list-style-type : decimal;
}

/*Line Item Style */
LI {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #FFFFFF;
	font-weight : normal;	
	line-height : 15px;
	}
LI A:LINK {color : #FFFFFF; text-decoration : underline;}
LI A:VISITED {color : #FFFFFF; text-decoration : underline;}
LI A:ACTIVE {color : #FFFFFF; text-decoration : underline;}
LI A:HOVER {color : #A3D0E6; text-decoration : underline;}

/*Horizontal Line Rule */
HR {
	height: 1px;
	border-style: none;
	background-color: #3F8DC5;
	color : #3F8DC5;
}

/*White Copy - Designated for website body // Link=Underline // Hover=Light Blue Underline */
TD {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : normal;	
}
TD A:LINK {color : #990099; text-decoration : underline;}
TD A:VISITED {color : #8074AD; text-decoration : underline;}
TD A:ACTIVE {color : #8074AD; text-decoration : underline;}
TD A:HOVER {color : #990099; text-decoration : underline;}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.btn {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; padding: 1px;
width:106px; margin-left:1px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
