/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdanda,sans-serif;
	font-size:14px;
	color: #ffffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #333333 
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#content{
	position: relative;
	top: 2px;
	left: 3px;
	overflow: auto;
	width:302px;
	height: 333px;
	
}
/***********************************************/
/* Component Divs                              */
/***********************************************/



#utility a{
	color: #000000;
}

#utility a:hover{
	text-decoration: underline;
