body {
	margin-top:20px;
	margin-left:20px;
	background-color:#FFFFFF;
	Font-Family:Arial;
	color:#4A4A4A;
	font-size:15px;

}


#menucontainer {
	width:120px;
	height:500px;
	margin-right:10px;
	font-size:12px;
}

.menu {
	padding:14px 10px 54px 20px;
	background: #E0862E url(images/c1.gif) no-repeat left top;
}

.menufoot {
	font-size:0px;
	width:100%;
	height:6px;
	background: #E0862E url(images/c2.gif) no-repeat left top;
}
.menu a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
.menu a:hover {
	text-decoration:underline;
}




#content {
	width:600px;
	border-left:1px solid #A4A4A4;
	padding:0 0 0 10px;
}




#content a{
	color:#E0862E;
	font-weight:bold;
	text-decoration:none;
}


#foot {
	font-size:10px;
	vertical-align:bottom;
}

#footborder {
	border-left:1px solid #A4A4A4;
	color:#A4A4A4;
	font-size:10px;
	padding-left: 10px;
	vertical-align:bottom;
}

#foot a{
	color:#A4A4A4;
	text-decoration:none;
}

#foot a:hover {
	text-decoration:underline;
}


td {
	vertical-align:top;
}

tr.head td {
	background-color:#EEEEEE;
	font-weight:bold;
}


table.doc {
	width:100%;
	margin-bottom:25px;
	border-top:1px solid #a4a4a4;
	border-left:1px solid #a4a4a4;
}

table.doc tr td {
	border-bottom:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
}

table.doc tr td.s1 {
	width:100px;
	background-color:#EEEEEE;
}

pre {
	padding:6px;
	background-color:#EEEEEE;
	border:1px solid #A4A4A4
}