/* Link Attributes */

/* active links */
a:link {color:#3366FF; text-decoration:none}

/* visited links */
a:visited {color:#0066CC; text-decoration:none}

/* hover links */
a:hover {color:#0033CC;}

/* Title and Header Font Attributes */
p.head {
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
} 

/* Sub-head Font Attributes */
p.subhead {
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
	color:#214F7B;
}

/* Time / Date Font Attributes */
p.date {
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
	color:#214F7B;
}

/* Copyright Font Attributes */
p.copyright {
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
	color:#214F7B;
}

/* Content Font Attributes */
p.content {
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
}