body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F3F3EB;
	margin: 0px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
li {
	padding-right: 5px;
}
a:link {
	color: #323499;
}
a:visited {
	color: #323499;
}
a:hover {
	color: #305E06;
}
.pic_box {
	border: 1px solid #000000;
}
.table_box {
	background-image: url(_graphics/bg_left.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.green_text {
	color: #426B14;
}
.whitelink {
}

a.whitelink:link {
	color: #FFF;
	text-decoration: none;
}
a.whitelink:visited {
	text-decoration: none;
	color: #FFF;
}
a.whitelink:hover {
	text-decoration: underline;
	color: #FFF;
}
a.whitelink:active {
	text-decoration: none;
	color: #FFF;
}
