body {
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
	color: #ffffff;
}
a {
	color: #b3e2f7;
	text-decoration: none;	
}
* {
	padding: 0px;
	margin: 0px;
}
.sf_navigation {
	float:left;
	width: 200px;
}
.style1 li, .sf_navigation ul li {
	list-style: none;
	padding-bottom: 2px;
	font-size: 11pt;
}

.sf_content {
	float:right;
	width: 700px;

}
.sf_outer_wrapper {
	width: 900px;
	text-align:left;
		margin-top: 20px;
}
.sf_footer {
	clear: both;
	width: 900px;

	padding-top: 30px;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size:12pt;
}
h3 {
	font-size: 11pt;
	
}
ul li, ol li, p, h1, h2, h3, h4, h5, h6 {
	padding-bottom: 10px;
}