body{
	margin: 0;
	padding: 0;
	background: #f3ffff;
	font-family: Tahoma;
	font-size: 11px;
}
a{
    font-size: 11px;
}
table{
    font-size: 11px;
}
#head_top_nav{
	width:100%; 
	height: 52px; 
	background-image: url(/imgs/logo_top.gif); 
	background-position: left; 
	background-repeat: no-repeat; 
	background-color: #00007c; 
	padding: 12 0 0 139;
}
#head_top_nav a{
	color: #ffffff; 
	font-size: 12px; 
	text-decoration: none;
}
#head_top_nav a:hover{
	text-decoration: underline;
}
#head_navi{
	width: 100%; 
	background: #e2e2e2; 
	color: #1e1e8a; 
	font-size: 11px; 
	font-weight: bold; 
	padding: 2 0 2 5;
}
#head_navi a{
	font-size: 11px; 
	font-weight: bold; 
	color:#1e1e8a; 
	text-decoration: none
}
#head_navi a:hover{
	text-decoration: underline;
}
.date{
	background: #e2e2e2; 
	color: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	padding:2 2 2 0;
}
.login_form{
	width: 115px; 
	height: 75p; 
	background-image: url(/imgs/login_form.gif); 
	background-repeat: no-repeat; 
	padding: 0 0 0 10; 
	margin: 10 20 0 60
}
.blue_border{
	background: #f3ffff; 
	width: 25px;
}
.blue_border_right{
	background: #f3ffff; 
	width: 32px;
}
#content_table{
	border: solid 1px #b1b3b6;
	font-size: 11px; 
	width: 100%;
}
#content_table .header{
	background-color: #b4e7fb; 
	color: #0000ff;
	font-size: 11px; 
	font-weight: bold; 
	padding: 2 0 2 20; 
	border-bottom: solid 1px #b1b3b6;
}

#main_content_table{
	width: 100%;
	font-size: 11px;
}
#main_content_table .header{ 
	color: #0000ff;
	font-size: 11px; 
	font-weight: bold; 
	padding: 2 0 2 20; 
}

.left{
    font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
