body { background-color:#FFFFFF; }

a  {
	text-decoration: none;
	color : Gray;
}

a:hover  {
	text-decoration : underline;
}

.test  {
	color : #FFCCCC;
        font-family : verdada, arial, helvetica, sans-serif;
}

a:link.test  {
	text-decoration : none;
	font-size: 16px;
	line-height: 25px;
}

a:hover.test  {
	text-decoration : none;
	color : White;
	font-size: 16px;
	line-height: 25px;
}

a:active.test  {
	text-decoration : none;
	color : White;
	font-size: 16px;
	line-height: 25px;
}

a:visited.test  {
	text-decoration : none; 	
	font-size: 16px;
	line-height: 25px;
}

TD {
	font-family : Georgia, "Times New Roman", Times, Serif;
	color: Black;
	font-size: 12pt;
}

.header {
	font-size: 20px;
	font-family : verdada, arial, helvetica, sans-serif;
}

.adheader {
	font-size: 20px;
	font-family : verdada, arial, helvetica, sans-serif;
}

.headline {
	font-size: 16pt;
	font-weight: bold;
	color: Red;
}
	
.dateline {
	font-size: 12pt;
	font-style: italic;
	color: Gray;
	}

.papername {
	font-size: 12pt;
	color: Gray;
	}
	
.sub  {
	font-size : 8pt;
	font-family : verdada, arial, helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

.subhead  {
	font-size : 10pt;
	font-family : verdada, arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

.subwhite  {
	font-size : 8pt;
	font-family : verdada, arial, helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
}

#content {
	padding: 10px;
	background: transparent;
	border: 1px dashed #006666;
}

.side {color: Gray;
}
