html {
	height: 100%;
}

body {
	font-family: Tahoma, Verdana;
	background-attachment: fixed;
	background-color: #F2F2F2;
/*	background-image: url(images/stuctures/main_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

a:link {
	color: #0066CC;
	/*color: #B5B5B5;*/
	text-decoration: none;
}

a:visited {
	color: #006699 ;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	text-decoration: none;
}

a:active {
	color: #B5B5B5;
	text-decoration: none;
}

.main_table {
	background-color: #FFFFFF;
	border-top: 0px none;
	border-right: 1px solid #4D74D3;
	border-bottom: 0px none;
	border-left: 1px solid #4D74D3;
	height: 100%;
	width: 778px;
	vertical-align:top;
}

.info_table {
	width: 760px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.table_line {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #F2F2F2;
}
.submit {
	border-left-color: #CFD2D8;
	border-bottom-color: #8F93A5;	
	border-top-color: #ECEFF2;	
	border-right-color: #CFD2D8;	
	background-color:#E1E3E8;
	font-weight: bold;
	font-size: 12px;
}
input {
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #000;
}
textarea {
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #000;
}
.login_boders {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #1C5373;
	border-left-color: #1C5373;
}

.foot_table {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #999999;
}

.foot_line {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F2F2F2;
}
.submenu {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}
