/* CSS Document */

BODY {
	background: #000000;
	background-image: url(../images/home/bgGreyGradient1.gif);
	background-attachment: fixed;
	color: #aaaaaa;
	margin: 20px 0px 20px 0px;
	font: 10px verdana, arial, helvetica, sans-serif;
	line-height: normal;
   	scrollbar-base-color: black; 
   	scrollbar-arrow-color: #b27630;
   	scrollbar-DarkShadow-Color: #666666; 
   	scrollbar-Highlight-Color: #CCCCCC;
   	scrollbar-Shadow-Color: #CCCCCC;
   	scrollbar-Face-Color: #CCCCCC;
   	scrollbar-Track-Color: #EEEEEE; 
	}
	
td {
   color: #aaaaaa;
   font: 10px verdana, arial, helvetica, sans-serif;
	}

A:link {
	color: white;
	background-color : #2d3d22;
	text-decoration : underline;
	}
	
A:visited {
   color : #5f5f5f;
   text-decoration : none;
   background-color : none;
	}

A:hover {
   color : white;
   background-color : #2d3d22;
   text-decoration : none;
	}

A:active {
   color : #ae742a;
   text-decoration : none;
   background-color : #2d3d22;
	}
	
.caption {
	font: 8px verdana, arial, helvetica, sans-serif;
	font-weight: 900;
	line-height: 12px;
	letter-spacing: .1em;
	}
	
.newsHeadline {
	line-height: 14px;
	background-color: #000000;
	letter-spacing: -0.1em;
	font-variant: small-caps;
	word-spacing: normal;
	font-size: 11px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-transform: uppercase;
	}

