
body, p, blockquote, td, li, ul, ol {
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 11px;

}

blockquote, li, ul, ol {
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 12px;



td.bodytext {
	line-height: 16px;
}

td.copyright  {
	color: #999999;
}

body h1, td h1 {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 18px;
	font-weight: bold;
}


body h2, td h2 {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 16px;
	font-weight: bold;
}

body h3, td h3 {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 14px;
	font-weight: bold;
}
body h4, td h4, th {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 12px;
	font-weight: bold;
}
td.subNav {
	color: #333399;
	line-height: 18px;
}

td.subNav a:link { color: #0066cc; }
td.subNav a:visited { color: #6666cc; }
td.subNav a:hover { color: #333399; }

a:link { color: #0066cc; }
a:visited { color: #6666cc; }
a:hover { color: #333399; }

CODE {
	color: #000066;
	font-family: 'Courier New',Courier,monospace;
}

PRE CODE {
	font-weight: bold;
	font-size: small; 
	color: #000033;
	margin: 2px;
}

PRE {
		font-family: 'Courier New', Courier, monospace;
		font-size:small; 
		margin: 1px;
		padding: 3px;
		border:1px solid #CCC;
		background:#EFEFEF;
		line-height:100%;
	}

