/* WebAssist CSS */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
				/* --- REDEFINED TAGS --- */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 3px 4px 3px 8px;
}
p {
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 15px;
}

label {
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 15px;
}
/*--------------------------------------------------------------*/
	/* CONTENT */
/*--------------------------------------------------------------*/

/* Left SubNav */
.subnav {
	font-size: 11px;
	color: #838383;
	text-decoration: none;
	margin: 2px 4px 2px 0px;
}

/* Footer */
.copyright {
	font-size: 10px;
	color: #ADADAD;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.footer {
	font-size: 10px;
	color: #838383;
	text-decoration: none;
	padding: 8px 0px 0px 8px;
	text-align: center;
}
.footerLink {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}
.credit {
	font-size: 10px;
	color: #C2C7CB;
	text-decoration: none;
	padding: 8px 0px 0px 0px;
	text-align: right;
}
.creditLink {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	padding: 8px 0px 0px 0px;
	text-align: center;
}


/* News Stories */

#newsbox {
	margin-left: 8px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px
}

#newsbox a {
	color: #ffffff;
	text-decoration: none;
}


#newsbox a:hover {
	text-decoration: underline;
}


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


#newsbox a:active {
	color: #ffffff;
	text-decoration: none;
}


#newsbox ul {
	list-style-type: none;
	margin: 0px;
}


#newsbox li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 6px;
	line-height: 12px;
}


#newsbox li a:hover {
	text-decoration: underline;
}
