body {
	padding :0;
	margin :0;
	background-color: #FFFFFF;
	background-image: url(images/template/bg.gif);
	background-repeat: repeat-y;
}
#content {
	position: absolute;
	width: 841px;
	top: 162px;
	left: 154px;
}
td {
	font-family: arial, verdana;
	font-size: 9pt;
	color: #003300;
}
.quote {
	font-size: 12pt;
}
.footnote {
	font-size: 7pt;
	font-style: italic;
}
.blue {
	color: #0066CC;
}
.red {
	color: #ff0000;
}
a {
	color: red;
	text-decoration: none;
}
a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.form {  
	font-family: Verdana; 
	font-size: 9px; 
	border: inset 1px #000000
}
.formField {
	margin: 5px 0px;
}
.line_spacing {
	line-height : 200%;
}	