td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h3 {
	font-size: 10px;
	color: #CC9966;
}
a:link {
	font-weight: bold;
	color: #333399;
}
a:visited {
	font-weight: bold;
	color: #333399;
}
a:hover {
	font-weight: bold;
	color: #009900;
}
a:active {
	font-weight: bold;
	color: #333399;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #996633;
}
a.sidebar:link		{
	color: #666633;
	text-decoration: none;
}
a.sidebar:hover		{
	color: #006600;
	text-decoration: underline;
}
a.sidebar:visited		{
	color: #666633;
	text-decoration: none;
}
a.sidebar:active		{
	color: #666633;
	text-decoration: none;
}
a.footerlink:link		{
	color: #999999;
	text-decoration: underline;
}
a.footerlink:hover		{
	color: #333399;
	text-decoration: underline;
}
a.footerlink:visited		{
	color: #999999;
	text-decoration: underline;
}
a.footerlink:active		{
	color: #999999;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	color: #999999;
}
.breadcrumb {
	font-size: 10px;
}
.sidelink {
	font-size: 11px;
}
.maintitle {
	font-size: 18px;
	font-weight: bold;
	color: #DE923C;
}

#form_bkg {
	width:580px;
	background-color:#FFF2CC;
	padding:10px 0px 0 20px;
}

#form_bkg .maintitle {
	width:580px;
	background-color:#E4A244;
	padding:10px;
	margin:-10px 0 0 -20px;
	color:#FFFFFF;
	position:relative;

}
