body {
	margin:0px;
	padding:0px;
  	font-family:Arial,Sans-Serif,Helvetica;
	background:#ffffff;
}

#main-content a:link, #main-content a:visited, #main-content a:focus, #main-content a:active{
	text-decoration:none;
	color:#000088;
}
#main-content a:hover{
	text-decoration:underline;
}

#main-footer a:link, #main-footer a:visited, #main-footer a:focus, #main-footer a:active{
	text-decoration:none;
	color:#777777;
}
#main-footer a:hover{
	text-decoration:underline;
}

#w3c-checker a:link, #w3c-checker a:visited, #w3c-checker a:focus, #w3c-checker a:active{
	text-decoration:none;
	color:#777777;
}
#w3c-checker a:hover{
	text-decoration:underline;
}

#main-menu a:link, #main-menu a:visited, #main-menu a:focus, #main-menu a:active{
	text-decoration:none;
	color:#777777;
}
#main-menu a:hover{
	text-decoration:underline;
}

#main-margin{
	margin-left:10px;
}

#main-height{
	min-height:600px;
}

#main-area{
	background:#ffffff;
	width:700px;
/*	border-left-style:solid;
	border-right-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-color:#aaaaaa; */
}

#main-header{
	margin-top:10px;
	padding:0px;
	background:#ffffff;
	color:#aaaaaa;
}

#main-menu{
	color:#777777;
	margin-top:5px;
	font-size:smaller;
}
#main-menu-left{
	float:left;
}
#main-menu-right{
	float:right;
}

#main-content{
	margin:20px;
}

#main-footer{
	font-size:smaller;
	color:#777777;
	padding:10px;
	background:#eeeeee;
}

.subfooter{
	font-size:smaller;
	margin-left:0px;
	margin-right:0px;
	padding:10px 0px;
	color:#777777;
	background:#ffffff;
}

h1{
	font-size:1.5em;
	color:#666666;
}
h2{
	font-size:1em;
	color:#666666;
}

.cell_left_indent{
	padding-left:20px;
}

.msg_area{
	padding:5px;
	height:1em;
	border:1px dashed #aaaaaa;
	background:#eeeeee;
}
.msg_area_notice{
	color:green;
}
.msg_area_error{
	color:red;
}

#w3c-checker{
	font-size:smaller;
	margin-top:150px;
	margin-bottom:1em;
	text-align:center;
	color:#aaaaaa;
}
