
BODY,TD,P {
	font: 11px  Verdana,Arial,Tahoma, serif; 
	color: #666666;
}

B	{ 
	font-weight: bold;
}

FORM { 
	margin: 0px;
}

SELECT { 
	font: 11px  Monaco, OCR A Extended, Andale Mono, Lucida Console, Courier New, monospace;
	margin-bottom: 0px; 
	margin-top: 0px;
}

INPUT, TEXTAREA	{ 
	font: 12px Monaco, OCR A Extended, Andale Mono, Lucida Console, Courier New, monospace; margin:0px;
}

IMG {
	display: block;
	border-style : none;
}

/* all links */
A, A:link, A:active, A:visited	{ 
	color: #212172; 
}

A:hover	{ 
	color: #0080C1;
}


/* custom classes */
.header {
	font-size:13px;
	font-weight: bold;
	color:#212172;
}

.subheader {
	font-size:13px;
	font-weight: bold;
	color:#0080C1;
}



