body {
	background-color: #D5D5D5;
	padding: 0px;
	margin: 0px;
}
body,td,th {
	color: black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3em;
	letter-spacing: 0.02em;
}
p {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
p.note {
	border-color:#34537F;
	border-width:0px 0px 0px 8px;
	border-style:solid;
	padding-left:3px
}
hr{
	border:0;
	height:1px;
	width:90%;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	color:#FFFFFF;
}
h1{
	font-size: 24px;
	border-bottom-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#BBBBBB;
	padding: 5px 0px 2px 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

h2{
	font-size: 12px;
	font-weight:bold;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	border-color:#FFFFFF
	width:100%;
	margin: 0px 0px 10px 0px;
}
h3{
	font-size: 12px;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-color:#AAAAAA;
	width:90%;
	margin: 0px 10px 0px 0px;
}
ol,ul{
	margin: 5px 0px 0px 30px;
	padding: 0px;
}


.box{
	background-color: #A4DA64;
	padding:0px 0px 0px 0px;
	border: none;
	margin: 0px 0px 0px 0px;
	width:770px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	table-layout:fixed;
}


.row1{
	background-color: #74A935;
	position: absolute;
	width:100%;
	top:20%;
	height: 350px;
	left: 0px;
	z-index: 1;
	margin:0;
	padding:0;
	background-image:url(bg.gif);
}

.menu{
	color:black;
	position:relative;
	left:0px;
	z-index:2;
}

.menu a{
	font-size:12px;
	color:black;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}

.menu a:hover{
	color:white;
}

