body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.left_shadow {
	background-image: url(images/Left_Side_Drop.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.body_background {
	background-image: url(images/Body_Background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
}
a:link {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #006600;
}
.red_page_heading {
	font-size: 16px;
	font-weight: bold;
	color: #A80C18;
	text-transform: uppercase;
}
.green_page_heading {
	font-size: 16px;
	font-weight: bold;
	color: #88A863;
	text-transform: uppercase;
}
.blue_page_heading {
	font-size: 16px;
	font-weight: bold;
	color: #5783AE;
	text-transform: uppercase; 
}
.grey_page_heading {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase; 
}
.bodytxt_black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
