body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #666666;
}
.inner_box {
	background-color: #FFFFFF;
}
.outer_box {
	border: 1px solid #FFFFFF;
}
.bottom_bar {
	background-color: #D7AC6C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #333333;
}
a:link {
	color: #3F5FA0;
}
a:visited {
	color: #3F5FA0;
}
a:hover {
	color: #000000;
}
.gray_box {
	color: #FFFFFF;
	background-color: #555555;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76A1A0;
	font-size: large;
}
.blue_box {
	background-color: #9CBCBB;
}
.lt_blue_box {
	background-color: #00FFFF;
}
.glen_blue_box {
	background-color: #99CCFF;
}
.brown_box {
	background-color: #D7AC6C;
}
.pic_box {
	border: 1px solid #000000;
}