body {
	background-repeat: repeat-y;
}
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #6633CC;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
}
img {
	border: none;
}
a:link, a:visited {
	color: #2D36A5;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #2D36A5;
	text-decoration: none;
	font-weight: bold;
}
.tbheight {
	width: 100%;
}
.banner {
	background-image: url(../images/banner_bg.gif);
	background-repeat: repeat-x;
	background-color: #6633CC;
	padding: 0px;
	height: 103px;
}
.menu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-color: #6633CC;
	padding: 0px;
	height: 23px;
}
.space_col {
	background-color: #6633CC;
}
.left_col {
	width: 178px;
	background-color: #6633CC;
}
.content_bg {
	background-color: #6633CC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;

}
.content {
	background-color: #8F79D4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
}
.c_title {
	font-size: 20px;
	font-weight: bold;
}
.c_head_link {
	font-weight: bold;
	font-seze: 16px;
}
.c_bold {
	font-weight: bold;
}
.c_announce{
	font-weight: bold;
	text-decoration: underline;
}
.menubody {
	background-color: #39556F;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	padding-right:12px;
}
.footer {
	font-size: 10px;
	padding: 5px;
	height: 20px;
}
