BODY,TABLE,TR,TD,DIV {
	font-size: 14px;
	line-height: 140%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote {
	margin-left: 10px;
	padding-left: 10px;
}
/*Link*/
A:link{ color: #FF0000; text-decoration: underline;}
A:visited{ color: #FF0000; text-decoration: underline;}
A:hover{ color: #FFFFFF; text-decoration: underline; background-color: #FF6600;}
A:active{ color: #FFFFFF; text-decoration: underline; background-color: #FF6600;}

A.link:link{ color: #FF0000; text-decoration: underline;}
A.link:visited{ color: #FF0000; text-decoration: underline;}
A.link:hover{ color: #FFFFFF; text-decoration: none; background-color: #FF6600;}
A.link:active{ color: #FFFFFF; text-decoration: none; background-color: #FF6600;}


.font14 {
	font-size: 14px;
	line-height: 140%;
	margin: 8px;
	padding: 8px;
}
.font12 {
	font-size: 12px;
}
.font10 {
	font-size: 10px;
}
.greenb {
	color: #339900;
	font-weight:bold;
	font-size: 15px;
}
