body {
	background-image: url(/assets/background.gif);
	background-color: white;
}

a { 
	text-decoration: underline; 
	color: #333333; 
}
a:hover { 
	text-decoration: underline; 
	color: #666666; 
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px; 
	color: #000000;
}

.body2 {
	font-family: tahoma, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
	color: #111;
}

.body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 15px;
	color: #212121;
}

/*
.bodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #FDBC24;
	font-weight: bold;
	text-decoration: underline;
}
*/

.bodylink {
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
*/	
	color: #033333;
	font-weight: bold;
	text-decoration: underline;
}

.boldtext, .boldtext_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
}

.boldtext, .boldtext_link {
	color: #333333;
}

.boldtext_link {
	text-decoration: underline;
}

.issue_article_link, .issue_article_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #3b2300;
	text-decoration: none;
}

.issue_article_link:hover {
	text-decoration: underline;
	color: #666666; 
}

.footer {
	font-family: tahoma, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	color: #828282;
}

.footer_link, a.footer_link { 
	font-family: tahoma, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	color: #828282;
	text-decoration: underline;
}

.footer_link:hover {
	color: #828282;
	text-decoration: underline;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}

.subheading, .subheading_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #3b2300;
	margin-bottom: 10px;
}

.subheading_link {
	text-decoration: underline;
}

.questions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}
.fancy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	colorx: #DFA800;
	color: #d0a100;
}

.red_hdr {
	font-weight: bold;
	color: #cc0000;
	font-family:verdana;
}