body, td {
	font-family : "Times New Roman",Times,serif;
	color : Maroon;
	font-size : 12pt;
}

a:link {
	color : Green;
}

a:visited {
	color : Green;
}

a:hover {
	color : Maroon;
}

.column {
	font-family : "Times New Roman",Times,serif;
	font-size : 12pt;
	width : 266px;
	color : Maroon;
	text-align : left;
	margin-left : 16px;
	margin-right : 16px;
	line-height : 100%;
}

.column-no-right-margin {
	font-family : "Times New Roman",Times,serif;
	font-size : 12pt;
	width : 266px;
	color : Maroon;
	text-align : left;
	margin-left : 16px;
	margin-right : 0px;
}

.form {
	font-family : "Times New Roman",Times,serif;
	font-size : 12pt;
	width : 550px;
	color : Maroon;
	text-align : left;
	margin-left : 16px;
	line-height : 100%;
}

.colhead {
	font-family : Arial,Tahoma,Helvetica,sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : White;
}

.subhead {
	font-family : Arial,Tahoma,Helvetica,sans-serif;
	font-size : 13pt;
	color : Maroon;
	font-weight : bold;
}

