body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	background-image:  url(background.jpg);
	background-attachment: fixed;
	background-position: left top;
	font-weight: bolder;



}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #1b75bc;
}
li {
	list-style-type: disc;
	color: #1b75bc;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000033;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1b75bc;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1b75bc;
	text-decoration: underline;

}
strong {
	font-size: 15px;
	font-weight: bolder;
	color: #1b75bc;
}
.inputForm {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 300px;
	border: 1px solid #3366CC;
}
.imageBorder {
	border: 2px solid #0066CC;
}
