.main_body {
	background-color: #1F4484;
	background-image: url(/resources/images/common/main_back.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.footer_cell {
	background-color: #1F4484;
	background-image: url(/resources/images/common/footer_back.gif);
	background-repeat: no-repeat;
}
.top_menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu_text a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu_text a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.top_menu_text a:hover {
	color: #FFBF00;
	text-decoration: none;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.text a:link {
	color: #001AB5;
	text-decoration: none;
}
.text a:visited {
	color: #001AB5;
	text-decoration: none;
}
.text a:hover {
	color: #52BAFA;
	text-decoration: none;
}

.article_main_cell_background {
	background-color: #FFFFFF;
	background-image: url(/resources/images/common/article_back.gif);
	background-repeat: no-repeat;
}
