html,body {	
	background-color: #ffffff;
	overflow: hidden;
	background: #ffffff;
}

body,td,div,.p,a{
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: small;
	color: #555555;
	text-align: left;	
}

div.head {
	position:absolute;
	top: 0;
	left:0;
	width:100%;
	height:70px;
	background: #ffffff;
}

div.logo {
	position:absolute;
	top: 6px;
	left: 20px;
	height: 60px;
	background: #ffffff;
}

div.himg {
	position: absolute;
	top: 80px;
	left: 30px;
	width: 100%;
	height: 100px;
}

div.strp {
	position:absolute;
	bottom: 12px;
	left:360px; 
/*	right: 20px; */
	color: #2277cc;
	font-size: 1.3em;
	font-weight: bold;
	background: #ffffff;
}

div.main{
	position:absolute;
	top: 70px;
	left: 20px;
	bottom: 0;
	width: 100%;
	background-image:url('/img/gbg.gif');
	border-top: solid 1px #660022;
	border-left: solid 1px #660022;

}

div.page{
	position:absolute;
	top: 120px;
	left: 170px;
	right: 20px;
	bottom: 0;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	background: #ffffff;
	border-top: solid 1px #660022;
	border-left: solid 1px #660022;
	overflow:auto;
}

div.menu {
	position: absolute;
	top: 101px;
	bottom: 0;
	left: 20px;
	width: 130px;
	background-image:url('/img/gbg.gif');
	padding: 100px 10px 10px 15px;
	border-left: solid 1px #660022;
	line-height: 2em;
}

div.mpad {
	position: absolute;
	top: 0;
	left: 20px;
	width: 15px;
	height: 100%;
	background:transparent
}

div.subm {
	position: absolute;
	top: 220px;
	left: 170px;
	width: 140px;
	height: 180px; 
	background-image:url('/img/gbg.gif');
	padding: 6px 10px 10px 10px;
	border: solid 1px #660022;
	visibility: hidden;
	line-height: 1.6em;
	overflow:auto;
}

a:link {
	text-decoration: none;
	font-weight:  bold;	
	color: #660022;
}
	
a:visited {
	text-decoration: none;
	font-weight:  bold;
	color: #660022;
}
	
a:active {
	text-decoration: none;
	font-weight:  bold;
	color: #660022;
}

a:hover {
	text-decoration: underline;
	color: #660022;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #555555;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #555555;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

input,textarea,select{
	width: 300px;
	font-family: 'Arial', sans-serif;
	font-size: 0.9em;
	color: #333333;
	background: #eeeeee;
}

.conf {
	position:absolute;
	top: 60px;
	left:50%;
	margin-left:-250px;
	width: 500px;
	border: solid 1px #660022;
	background-color: #ffffff;
	padding: 5px;
	line-height: 2em;
	text-align: center;
}

.butn {
	border: solid 1px #555555;
	background-color: #dddddd;
	margin: 20px;
	padding: 5px;
	line-height: 4em;
	text-align: center;
}

.yow {
	padding: 6px 0 0 8px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}

.yow a:link {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #666666;
}
	
.yow a:visited {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #666666;
}
	
.yow a:active {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #666666;
}

.yow a:hover {
	text-decoration: underline;
	font-size: smaller;
	font-weight: normal;
	color: #333333;
}

.gout{
	font-weight: bold;
	color: #dddddd;
}

.date {
	font-size: 0.7em;
	color: #0000cc;
}

.mnth {
	font-size: 0.9em;
	color: #0000cc;
}	