body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(greenbg.gif);
	background-repeat: repeat-y;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.introd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF3300;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}

.main_content {
	padding-left: 35px;
}
#menu_left {
	width: 150px;

}
#menu_left a {
	color: #FFFFFF;
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	display: block;
	width: 150px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
#menu_left a:hover {
	color: #FF0000;
	background-image: url(button_over.jpg);
	background-repeat: no-repeat;
}
/* 	alink: #FF0000;
	vlink: #999999;
	link: #FF0033; */

a:link {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF0033;
}
#updated_by, #updated_by a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#updated_by a {

