/*
 * regular text 
 */
A {
	color: #49518f; 
	font-family: Courier New;
	font-size: 12px;
	text-decoration: none;
}
A:hover {
//	color: #ff0000;
	color: #ff6e00;
	font-family: Courier New;
	font-size: 12px; 
	text-decoration: underline;
}
BODY {
	color: #000000; 
	font-family: Verdana, sans;
	font-size: 11px;
	text-align: justify;
	line-height: 1.4em;
}
TD {
	color: #000000;
	font-family: Verdana, sans;
	font-size: 11px;
	text-align: justify;
	line-height: 1.4em;
}

/*
 * headers 
 */
.header_large {
	color: #000000; 
	font-family: Courier New;
	font-size: 24px; 
	text-decoration: underline;
	font-weight: bold;
}
.header {
	color: #000000; 
	font-family: Courier New;
	font-size: 13px; 
	text-decoration: underline;
	font-weight: bold;
}
.header_small {
	color: #000000; 
	font-family: Courier New;
	font-size: 11px; 
	text-decoration: underline;
	font-weight: bold;
}

