@charset "UTF-8";
/* CSS Document */
.bodyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.bodytextfield {	font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}


.backgrd {
	background-image: url(img/bckgrd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #990000;
}

.namebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;	
}
a:link.namebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-decoration: underline;
}
a:visited.namebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
	text-decoration: underline;
}
a:hover.namebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
	text-decoration: underline;
}
a:active.namebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
	text-decoration: underline;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	
}

