body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
}


.black_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.bold_blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00355D;
}
.blue_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #7ADDFE;
}
.bold_green {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2B4E3A;
}
.bold_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6C0000;
}
.red_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #300;
}
.white_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.bold_light_blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7ADDFE;
}
a:link {
	color: #00355d;
}
a:visited {
	color: #00355d;
}
a:hover {
	color: #03F;
}
a:active {
	color: #00355d;
}

.centered_white_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.small_white_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.bold_light_purple {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99F;
}
.bold_light_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FCF;
}
.centered_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.small_centered_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: center;
}

.bluebuttons:link {
	color: #00355D;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

.bluebuttons:active {
	color: #00355D;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

.bluebuttons:visited {
	color: #00355D;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

.bluebuttons:hover {
	color: blue;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
