body{
    margin:2em 0px 1.5em 10px;
    padding:5px;

}

body {
	scrollbar-face-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#83b31e;
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	cursor:crosshair;
}

body,td,th,input,textarea,select {
	font-family:Verdana,Osaka;
	font-size:10px;
	line-height:15pt;
	letter-spacing :medium;
	color:#38a79c;
}

a  { text-decoration:none; }
A:link {color:#3F4044;}
A:visited {color:#748684;}
A:active {color:#83b31e;}
A:hover {color:#83b31e;}	


img{border:0px;}


b{color:#83b31e;}


#title{
    position:auto;
    width:500px;
    height:250px;
}
#menu{
    position:auto;
    width:500px;
    height:20px;
}
#main{
    position:auto;
    width:500px;
}
#foot{
    position:auto;
    width:500px;
    height:20px;
    left:20px;

}

.menu{margin:0px;position:relative;right:20px;text-align:right;}
.text{margin:0px;padding:10px;text-align:left;background:#f5f5f5;}
