@charset "utf-8";
/* CSS Document */



.main_div
	{
		width:1000px;
		height:100%;
		background-color:#fefffe;
		
	}
.logo
	{
		width:100%;
		height:67px;
		text-align:center;
		background-color:#fcfcfa;
		
	}
.logo_image
	{
		width:100%;
		height:54px;
		padding-top:5px;
		float:left;
	}
.menu_main_bg
	{
		width:100%;
		height:33px;
		float:left;
		background-image:url(../imagesmts/menu_bg.gif);
	}
.menu_button_div
	{
		width:100%;
		height:33px;
		float:left;
		background-image:url(../imagesmts/menu_bg.gif);
	}	
	
	
.menu_buttons
	{
		width:auto;
		height:33px;
		float:left;
		border-right:1px solid #5480b9;
}

.header
	{
		width:100%;
		height:172px;
		float:left;
		background-image:url(../imagesmts/header.gif);
		background-repeat:no-repeat;
	}
.second_menu
	{
		width:100%;
		height:28px;
		float:left;
		background-image:url(../imagesmts/2nd_menu_bg.gif);
	}
.second_menu_text
	{
		width:auto;
		height:18px;
		float:left;
		vertical-align:middle;
		font-size:14px;
		color:#FFFFFF;
		font-weight:normal;
		padding:5px;
		border-right:1px solid #5681bb;
		
	}

.body_area
	{
		width:994px;
		height:auto;
		float:left;
		padding-left:6px;
		background-color:#fefffe;		
		}
.body_area_spacer
	{
		width:800px;
		height:10px;
		float:left;
		padding-top:5px;
		padding-bottom:5px;		
		}
.body_auto
	{
		width:auto;
		height:auto;
		float:left;
		padding-top:5px;
		padding-bottom:5px;
	}
.body_auto_center
	{
		width:auto;
		height:auto;
		float:left;
		padding-top:5px;
		padding-left:380px;
		padding-bottom:5px;
	}
.body_tutorial_div
	{
		width:986px;
		height:100%;
		float:left;
		background-color:#f2f6f5;
		border:1px solid #e2e5e4;		
	}
.body_tutorial_inner
	{
		width:969px;
		height:auto;
		float:left;
		background-color:#ffffff;
		}
.body_tutorial_inner_outer
	{
		width:auto;
		height:auto;
		float:left;
		padding-left:8px;
		}
.body_tutorial_box
	{
		width:482px;
		height:33px;
		float:left;
		padding-top:5px;
		border:1px solid #dbdbdb;
		}
.footer_outer
	{
		width:100%;
		height:100%;
		float:left;
		padding-top:20px;
		background-color:#FFFFFF;	
		}
.footer
	{
		width:100%;
		height:30px;
		float:left;
		background-color:#4c7da6;		
		}
.copyright
{
color:#FFFFFF;
font-weight:bold;
font-size:11px;
text-decoration:none;
}
.black
{
color:#000;
font-weight:normal;
text-decoration:none;
}
.forget_pswd
{
color:#2a68d2;
font-weight:normal;
font-size:11px;
text-decoration:none;
}
.login_font
{
color:#032453;
font-weight:bold;
text-decoration:none;
}
.white
{
color:#fff;
font-weight:normal;
text-align:left;
text-decoration:none;
padding-left:2px;
padding-right:2px;
}
.bluish_grey
{
color:#5483ab;
font-weight:normal;
text-decoration:none;
}
.dark_grey
{
color:#253140;
text-align:left;
font-weight:normal;
text-decoration:none;
}
