Body
{
	margin: 10px 0px 0px 0px; background-color:#000000; 
}

.Bodycopy_Black_home
{
	FONT-SIZE: 11px; line-height:16px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
}

.Bodycopy_Black
{
	FONT-SIZE: 12px;
	line-height:17px;
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 60px;
	padding-left: 60px;
}

.Bodycopy_White
{
	FONT-SIZE: 12px; line-height:19px; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  font-weight: normal;
}

.Bodycopy_yellow
{
	FONT-SIZE: 13px; line-height:19px; COLOR: #fcb000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  font-weight: normal;
}


a.main_nav
{
	FONT-SIZE: 12px; line-height:18px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  font-weight: normal; text-decoration: underline;
}

a.main_nav:hover
{
	FONT-SIZE: 12px; line-height:18px; COLOR: #CCCCCC; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  font-weight: normal; text-decoration: underline;
}

.Header_Black
{
	FONT-SIZE: 14px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  font-weight: normal; line-height: 20px;
}

.input 
{
	border: 1px solid #999999; HEIGHT: 18px; vertical-align:middle; background-color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#222222; font-style:italic; font-weight: normal;
}


#dhtmlgoodies_scrolldiv{
	/* The total width of the scrolling div including scrollbar */
		width:100%;
	height:300px;	/* The height of the scrolling div */
	padding:0px;
	margin:0px;
	}
	#scrolldiv_parentContainer{
	width:100%;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	border:1px solid #333;
	float:left;
	position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 6px;
		position:relative;
		}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:10px;
		margin-left:8px;
		height:300px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:260px;	/* Total height - 40 pixels */
		border:1px solid #BC8FBD;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
	margin:1px;
	width:13px;
	height:13px;
	background-color:#BC8FBD;
	position:absolute;
	top:63px;
	left:3px;
	cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
