/* Body */

body { 
	font-family: Arial; Helvetica; sans-serif; 
	font-size: 11px; 
	 }

/* Table Data */
	
td { 
	font-family: Arial; Helvetica; sans-serif;
	font-size: 12px; }	

/* Font */
	
font { 
	font-family: Arial; Helvetica; sans-serif;
	font-size: 12px; }
	
font.black {
	font-family: Arial; Helvetica; sans-serif;
	font-size: 12px;
	font-weight: bold;
}
font.blue {
	font-family: Arial; Helvetica; sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;}
	
font.red {
	font-family: Arial; Helvetica; sans-serif;
	font-size: 11px;
		font-weight: bold;
	color: #990000;}
	

/* Paragraph  */
	
p { 
	font-family: Arial; Helvetica; sans-serif;
	font-size: 12px; }
	
/* Bold */

b, strong {
	color: #990000;
}
/* Text Area */
	
textarea { 
	font-family: Arial; Helvetica; sans-serif;
	font-size: 12px; }
	
/* Select */
	
select { 
	font-family: Arial; Helvetica; sans-serif;
	font-size: 12px; }
	
/* Hyperlink */

a:hover { 
	color: #990000; text-decoration: underline; }

a:visited { 
	text-decoration: underline; font-weight: bolder; color: #000066 }

a:visited:hover { 
	color: #990000; text-decoration: underline; }
	
a { 
	text-decoration: underline; font-weight: bolder; color: #000066 }
