/* basic html attributes ------------------------------------------------------------------- */
body {
	margin-left:100;
	margin-top:70;
	background: #ffffff;
	text-align: left;
	background-repeat: repeat-x;	
}
p, ul {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	width: 700px;
	}
a:link, a:visited {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 20px;
	text-decoration: underline;
	color: #666666;
	}
a:hover, a:active {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 20px;
	text-decoration: underline;
	color: #0099FF;
	}	
h1, h2 {
	
	}
h3 {
	font-family: verdana, arial;
	font-size: 33px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	line-height: 17px;
	}
