body {
	background-image: url(images/bkgrd-f.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style2 {color: #C0C0C0; font-family: Arial; font-size: 16px; }
.style6 {color: #C0C0C0; font-family: Arial; font-size: 11px; }

.style7 {
	color: #7D8ABD;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}
.style8 {
	color: #7D8ABD;
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}
.style9 {
	color: #7D8ABD;
	font-weight: bold;
}
.style10 {
	color: #7D8ABD;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
}
.style11 {
	color: #7D8ABD;
	font-size: 13px;
	font-family: Arial;
	line-height: 21px;
}
.style12 {
    color: #4F5F97;
	font-size: 12px;
	font-family: Arial;
	line-height: 21px;

}
.style13 {
	font-size: 16px;
	font-family: Arial;
	color: #BABCC1;
}
.style14 {
	color: #A9AEBC;
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
}
.style15 {
	color: #8899D5;
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
}
.style25 {
	color: #C1C1C1;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 21px;
}
.nodec {
	text-decoration: none;
}

.style16 {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
}
.normalfield {
	padding: 5px;
	width: 300px;
	margin: 0 0 3px 0;
	font-family: Arial;
	font-size: 11px;
	color: #888;
	border: 1px solid #888;
	background: #eeeeee;
	}		

form input.button1 {
		width: 45px;
		color: #444;
		font-weight:bold;
		font-size:11px;
		text-align: center;
		background-color: #ccc;
		border: 1px solid #888;
		}
form input.button1:hover {  /* for Geckos */
		width: 45px;
		color: #CCCCCC;
		font-weight:bold;
		font-size:11px;
		text-align: center;
		background-color: #92A2D8;
		border: 1px solid #888;
		}

.centerdiv{ /*IE method of centering a relative div*/
		width: 275px;
		text-align: center;
		border: 7px solid #6EBB1F;
		}
	
.centerdiv>div{ /*Proper way to center a relative div*/
		margin: 0 auto;
		}