html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}
body {
	background:#FFFFFF;
	font-family: Arial, Helvetica, Calibri, "Times New Roman", Times, sans-serif;
	color:#000000;
	margin-top:20px;
	font-size:11px;
	line-height: 160%;
}
h1 {
	color:#FF9600;
	font-size:18px;
	border-bottom: 1px dashed lightgrey;
	height:35px;
	margin-top:30px;
	margin-bottom:30px;
}
h2 {
	color:#FF9600;
	font-size:14px;
	margin-bottom:30px;
}
a {
text-decoration:none;
font-weight:bold;
color:#FF9600;
}
table {
	font-family: Arial, Helvetica, Calibri, "Times New Roman", Times, sans-serif;
	color:#000000;
	font-size:11px;
	line-height: 200%;
	border-spacing: 5px;
}
#wrap {
width:100%;
margin:auto;
/*border:1px solid white;*/
}
#top {
position:relative;
width:1000px;
margin:0px auto 0px auto;
}
#content {
width:1000px;
margin:auto;
padding:0px 10px 10px 10px;
border-bottom: 1px dashed lightgrey;
}
#th {
font-weight:bold;
}
#logul {
line-height: 20px;
list-style-type: none;
}