body {
	width: 100%;
	height: 100%;
	background: url(../images/bg/body.gif) repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555555;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#main_table{
	padding : 0px;
	border-collapse: collapse;
	background: #FFFFFF;
	width: 850px;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_table p{
	margin-top: 5px;
	margin-bottom: 5px;
}

#main_table img{
	border: none;}

.shadow_left{
	background: url(../images/bg/table_shadow_left.gif) repeat-y;
}

.shadow_left_top{
	background: url(../images/bg/table_shadow_left_top.gif) repeat-y;
}

.shadow_left_bottom{
	background: url(../images/bg/table_shadow_left_bottom.gif) repeat-y;
}

.shadow_right{
	background: url(../images/bg/table_shadow_right.gif) repeat-y;
}

.shadow_right_bottom{
	background: url(../images/bg/table_shadow_right_bottom.gif) repeat-y;
}

.shadow_right_top{
	background: url(../images/bg/table_shadow_right_top.gif) repeat-y;
}

.shadow_top{
	background: url(../images/bg/table_shadow_top.gif) repeat-x;
}

.shadow_bottom{
	background: url(../images/bg/table_shadow_bottom.gif) repeat-x;
}

.top_menu_shadow{
	background: url(../images/bg/top_menu_shadow.gif) repeat-x;
}

.top_menu{
	background: url(../images/bg/top_menu.gif) repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.top_menu a{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;}

.top_menu a:hover, 
.top_menu a:active{
	color: #000000;
	text-decoration: underline;
}

.footer{
	font-size: 10px;
	color: #333333;
	text-align: left;
	padding-left: 20px;
	background: #FFFFFF url(../images/bg/footer.gif) repeat-x;
}

.header {
	background: #FFFFFF url(../images/bg/bg_top.gif) repeat-x;
}

.header img{
	margin-left: 15px;
}


.header h1{
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 24px;
}

.login_top{
	margin-right: 10px;
	margin-top: 5px;
	font-size: 12px;
	color: #FFFFFF;
	border:0px;
	width: 200px;	}

.form_name_white{
	color: #FFFFFF;
}

.form_name_black{
	color: #000000;
}
	
#form_name{
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.form{
	font-family: Courier New;
	font-size: 13px;
}

#left {
	width: 640px;
	height: 100%;
}

#right{
	width: 210px;
	height: 100%;
}
