body{
	font-family:tahoma, arial;
	font-size:11px;
	background-color:#74a18e;
	margin:0; padding:0;
	}
	
a:link, a:visited{
	text-decoration:none;
	font-size:11px;
	color:#006666;
	} 
	
a:hover{
	text-decoration:underline;
	font-size:11px;
	color:#bec72d;
	}
	
h1{
	font-size:12px;
	font-weight:bold;
	}
	
h2{
	font-size:11px;
	font-weight:normal;
	text-indent:25px;
	line-height:25px;
	}

#background{
	background-image:url(images/bg.jpg);
	padding:10px 25px 10px 15px;
	text-align:right;
	width:800px;
	}
	
#right_side{
	background:url(images/bg2.jpg);
	border-left:1px solid black;
	padding:0 5px 0 10px;
	text-align:right;
	width:200px;
	}
	
#bottom{
	background-image:url(images/Bottom.jpg);
	height:9px;
	}
	
.menu{
	width:75%;
	background-image:url(images/Left.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-align:right;
	cursor:pointer;
	padding:5px 5px 0 25px;
	color:#006666;
	text-decoration:none;
	}
	
.menu_onMouseOver{
	width:75%;
	background-image:url(images/Left.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-align:right;
	cursor:pointer;
	padding:5px 5px 0 25px;
	color:#bec72d;
	text-decoration:underline;
	}
	
.menu_list{
	width:250px;
	text-align:right;
	border:1px #000099 solid;
	line-height:100%;
	display:none;
	}
	
.menu_item{
	background:url(images/bg2.jpg);
	padding:4px;
	} 
	
.menu_item_onMouseOver{
	background:url(images/bg2.jpg);
	padding:4px;
	} 
	
.item{
	background:url(images/ok.png) no-repeat top right;
	text-align:right;
	padding:10px 38px 10px 10px;
	display:block;
	} 
	
.field
{
	display:block;
	padding:15px 10px 0px 0px;
	line-height:25px;
	text-align:right;
}

.button
{
	background:url(images/button.jpg) no-repeat top right;
	width:72px; height:20px;
	padding-top:2px;
	text-align:center;
}

.title
{
	background:url(images/iii.png) no-repeat bottom right;
	padding-right:30px;
	height:38px;
	font-weight:bold;
}