input,textarea{
	font-size: 8pt;
	border: 1px solid #666666;
	padding: 2px;
	margin: 2px 0px;
}
h1{
	font-size: 140%;
	color: #ff2000;
	margin-bottom: 10px;
}
h2{
	color: #555555;
	font-weight: bold;
	border-bottom: 1px solid #ff2000;
	margin-bottom: 10px;
}
a:link,
a:active,
a:visited{
	color: #ff2000;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration: underline;
}
img{
	border: 0;
}
.content-padding ol li{
	margin-left: 20px;
}
.content-padding ul li{
	margin-left: 20px;
}
.red{
	color: #FE3A15;
}
.news-title{
	font-size: 14pt;
	color: #666666;
}
*html .news-title{
	font-size: 12pt;
}
.small{
	font-size: 90%;
	color: #555555;
}