body{
	background-color: #bbbbbb;
}
body,form,td,th,div,span,input {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
	color: #000000;	
}
td{
	padding: 2px;
	padding-bottom: 6px;
}
div{
	padding: 2px;
}
input, select, textarea{
	color: black;
	background-color: #aaaacc;
	padding: 1px;
	border: solid black 1px;
	margin: 1px;
}
input, select{
	height: 20px;
}
img{
	border: 0px;
	
}
a,a:link,a:active,a:visited{
	color: darkblue;
	text-decoration: none;

}
a:hover{
	color: blue;
	text-decoration: none;
}
table {
	padding: 0px;
	border-collapse: collapse;
	border-width: 0px;
	border-spacing: 0px; 
}

.header{
	border-bottom: solid #111144 1px;
}
.header td{
	text-align:center;
	vertical-align: middle;
	font-size: 20px;
	color: #444477;
	background-color: #DEDDED;
	width: 900px;
	height: 120px;
	background-image: url("pages/Images/top.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: solid #111144 1px;
}

.left_menu{
	width: 200px;
	padding: 0px;
	color: #cccccc;
	font-weight: bold;
	border-width: 1px;
	border-right: solid #111144 1px;
	background-color: #eeeeee;
	
}

.left_menu td{
	padding: 5px;
	margin: 0px;
	color: #999999;
	font-weight: bold;
	background-color: #003300;
	border-bottom: solid white 1px;
}
.left_menu a,.left_menu a:link,.left_menu a:active,.left_menu a:visited{
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;

}
.left_menu a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.content{
	padding: 10px;
	padding-left: 20px;
	background-color: white;
	border-right: solid #111144 1px;
	border-bottom: solid #111144 1px;
	background-image:url(pages/Images/background.jpg);
}



.footer td{
	padding: 5px;
	text-align:center;
	vertical-align: middle;
	font-size: 12px;
	color: white;
	background-color: #003300;
	width: 900px;
	border-top: solid #eeeeee 1px;
}

h1{
	font-family:simsun,century,georgia;
}
h3{
	font-family:BatangChe,MingLiU,MS Mincho,MS PMincho;
}

.padding_right{
	text-align:right;
	padding-right:3px
}

