h1{
	font-size: 18px;
}
h2{
	font-size: 14px;
}
label
{
width: 150px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight:bold;
}
legend {font-weight:bold;}
.maintable {
	border: 1px solid #999999;
margin: 0 auto;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Menu, #Menu ul {
	list-style : none;
	width : 190px;
	margin : 0;
	padding : 0;
}
#Menu a {
	background-color : #effccf;
	color : #333333;
	display : block;
	font-weight : bold;
	padding : 0.5em 1em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9e986c;
	text-decoration:none;
}
#Menu ul a {
	background-color : #d7e8ae;
	color : #333333;
	font-weight : normal;
	text-decoration:none;
	text-indent: 10px;
	border-style: none;
}
#Menu ul a:hover {
	background-color : #daefc9;
}

.mybody {
	background-image:url(images/back.jpg);
	background-repeat: repeat-x;
	margin-top: 40px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a{
	color: #718D10;
}

