/* gloabal body attributes */
body{
	background-color: #414243;
	/* fyi - top begining color is #8A8465;*/
	font-family: Arial, Verdana;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

/* global link attribute style */
a:link { color: #CEFDEB; background-color: transparent; }
a:visited { color: #D5D39E; background-color: transparent; }
a.legal{ font-size: 9px; color: #E1E1E1; text-decoration: none;}
.legal{ font-size: 9px; color: #E1E1E1; text-decoration: none;} /* needed for the pipes */

/* generic content style */
.mainhead { /* heading on each page next to W logo */
	font-size: 10pt; 
	color: #FFFFFF;	
	text-transform: uppercase;
	padding-left: 26px;
}
.head { /* found on site index page */
	font-size: 10pt;
	color: #FFFFFF;	
	text-transform: uppercase;
}
#headContentArea h2 {
	font-size: 10pt;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
}
#mainContentArea p{
	font-size: 10pt;
	line-height: 12pt;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin:  0px 0px 0px 0px;
}
h3.subhead2 {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;	
}
li {
	font-size: 8pt;
	line-height: 12pt;
	color: #FFFFFF;
	font-weight: normal;
}
.clear {
	line-height: 0px;
	clear:both;	
}

