body {
	background-attachment: fixed;
	background-image: url(images/bground.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	color: #000000;
}
.bodytext {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #2A2A2A;
	text-decoration: none;
}
a:link {
	font-family: Verdana;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #00A2D5;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #004DBF;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #009EC6;
	text-decoration: underline;
}
.bodybold {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #00006C;
}
.smallitalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000033;
}
