body { margin: 0; }

.div_relative { position: relative; }

.align_right { text-align: right; }
.white_bg_color { background-color: #FFFFFF; }
.grey_bg_color { background-color: #8c8d8e; }
.blue_bg_color { background-color: #001523; }
.font_black { color: #000000; }
.font_black2 { color: #8c8d8e; }
.font_black3 { color: #021e2f; }
.font_white { color: #FFFFFF; }
.font_green { color: #bed600; }
.font_grey { color: #b3b3b3; }
.font_light_blue { color: #a0cced; }
.font_family { font-family: Arial; }
.submit_button { border: 1px solid #001523; }

.font_9 { font-size: 9px; }
.font_10 { font-size: 10px; }
.font_11 { font-size: 11px; }
.font_12 { font-size: 12px; }
.font_13 { font-size: 13px; }
.font_14 { font-size: 14px; }
.font_24 { font-size: 24px; }
.font_32 { font-size: 32px; }

.height_8 { height: 8px; }
.height_32 { height: 32px; }
.height_40 { height: 40px; }
.height_46 { height: 46px; }
.height_54 { height: 54px; }
.height_65 { height: 65px; }
.height_72 { height: 72px; }
.height_93 { height: 93px; }
.height_400 { height: 400px; }

.width_15 { width: 15px; }
.width_17 { width: 17px; }
.width_20 { width: 20px; }
.width_27 { width: 27px; }
.width_30 { width: 30px; }
.width_31 { width: 31px; }
.width_40 { width: 40px; }
.width_47 { width: 47px; }
.width_50 { width: 50px; }
.width_72 { width: 72px; }
.width_280 { width: 280px; }
.width_960 { width: 960px; }
.width_100_percent { width: 100%; }

A:link.learnmore_blue { text-decoration: none; }
A:visited.learnmore_blue { text-decoration: none; }
A:active.learnmore_blue { text-decoration: none; }
A:hover.learnmore_blue { text-decoration: none; color: #FFFFFF; }

A:link.learnmore_white { text-decoration: none; }
A:visited.learnmore_white { text-decoration: none; }
A:active.learnmore_white { text-decoration: none; }
A:hover.learnmore_white { text-decoration: none; color: #001523; }

A:link.top_links { text-decoration: none; }
A:visited.top_links { text-decoration: none; }
A:active.top_links { text-decoration: none; }
A:hover.top_links { text-decoration: none; color: #FFFFFF; }

A:link.bottom_links { text-decoration: none; }
A:visited.bottom_links { text-decoration: none; }
A:active.bottom_links { text-decoration: none; }
A:hover.bottom_links { text-decoration: none; color: #001523; }

A:link.adminmenu { text-decoration: none; color: #000000; }
A:visited.adminmenu { text-decoration: none; color: #000000; }
A:active.adminmenu { text-decoration: none; color: #000000; }
A:hover.adminmenu { text-decoration: none; color: #8c8d8e; }

A:link.submenus { text-decoration: none; color: #000000; }
A:visited.submenus { text-decoration: none; color: #000000; }
A:active.submenus { text-decoration: none; color: #000000; }
A:hover.submenus { text-decoration: none; color: #8c8d8e; }

.maintable {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #222266;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.title {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #222266;
}
.head {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #222266;
}
.content {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.required {
	font-family: arial;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.error_txt {
	font-family: arial;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.success_txt {
	font-family: arial;
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}

		.loginbox_outterbox {
			position: relative;
			width: 963px;
 		}
 		.loginbox_innerbox {
			width: 223px;
			height: 139px;
			border: 1px solid #66777c;
			background-color: #455d9d;
		}
		.loginbox_header {
			font-family: Tahoma, Arial, Sans-Serif;
			font-size: 16px;
			font-weight: bold;
			color: #edc01c;
		}
		.loginbox_content {
			font-family: Tahoma, Arial, Sans-Serif;
			font-size: 11px;
			color: #e0eaeb;
		}
		.loginbox_textbox {
			border: 1px solid #2b3c3f;
		}
		.loginbox_submit {
			background-image: url('http://www.offerweb.net/images/login_button_background.png');
			background-repeat: repeat-x;
			font-family: Tahoma, Arial, Sans-Serif;
			font-size: 11px;
			color: #FFFFFF;
			border: 1px solid #283436;
		}
		.loginbox_height17 {
			height: 17px;
		}
		.loginbox_height4 {
			height: 4px;
		}
