@charset "utf-8";
body {
	margin: 0px;
}

a {
	text-decoration: underline;
	font-size: 10pt;
}
a:link {
	text-decoration: underline;
	font-size: 10pt;
}
a:visited {
	text-decoration: underline;
	font-size: 10pt;	
}
a:hover {
	text-decoration: underline;
	font-size: 10pt;	
}
a:active {
	text-decoration: underline;
	font-size: 10pt;	
}
p {
      font-family: Verdana, Geneva, sans-serif;
      font-size:10pt;
      text-transform: none;
      text-align:left;
	  text-align:justify;
}
#wrapper {
	width:1010px;
	height:640px;
	position:relative;
	left:50%;
	margin-left:-480px;
	background-color:#FFF;
	overflow:scroll;
    background-repeat:no-repeat;
}
#sig_bottom {
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-480px;
}
#sig {
	float:right;
}
#menu {
	margin-top:140px;
	margin-left:167px;
	width:833px;
}

#content {
	margin-top:0px;
	margin-left:10px;
	padding:15px;
	width:520px;
}

