body td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #474747;
}
.header {
	background-image: url(../images/bg-header.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: White;
	font-style: italic;
	text-align: center;
}
.subheader {
	background-image: url(../images/under-header.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
	padding-right: 25px;
}
.content {
	background-image: url(../images/bg-subheader.jpg);
	background-repeat: no-repeat;
	padding:122px 0px 10px 0px;

}
.leftcol {
	background-image:url(../images/bg-table-left.jpg);
	background-repeat: repeat-y;
}

.section-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: lighter;
	font-style: italic;
	color: #474747;
	border-bottom: 1px dotted #C0C0C0;
}

a:active, a:focus, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3399FF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Gray;
	text-decoration: none;
}
a:active.delete, a:focus.delete, a:link.delete, a:visited.delete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: underline;
}
a:hover.delete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Gray;
	text-decoration: none;
}
.form{
	background-color: #F2FFE5;
	border: 1px solid #254A25;
	font-family: Tahoma;
	font-size: x-small;
	color: #336600;
}
.record {
	background-color: #1F4000;
	border: 1px solid #CFFF9F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: White;
	text-align: center;
}
