* {
	margin:0;
	padding:0;
	border:0;
}

a{
	text-decoration: none;
}

body{
	font-family: "Georgia", "MS Trebuchet", Verdana;
	color:#333333;
}

h1{
	color:#ff6c00;
	font-size: 14px;
	font-weight:normal;
	margin-bottom: 30px;
}

h2{
	color:#2f3030;
	font-size:22px;
	margin-bottom:8px;
	font-style: italic;
	font-weight: normal;
}

h3{
	font-size:24px;
	margin-bottom:10px;
}

h4{}
h4 a{ text-decoration:none; color:#ff6c00; }
h4 a:hover{ text-decoration:underline;}


.orange{
	color:#ff6600;
}

.left{
	float:left;
}

.right{
	float:right;
}

.content{
	position: absolute;
	width:536px;
	margin-left: 32px;
	margin-top: 15px;
	padding-bottom:50px;
}

.header{
	position:absolute;
	display:block;
	height:4px;
	width:100%;
	background-color: #ff7200;
}

.topic{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	margin-bottom:5px;
}

.topic, .topic-content{
	font-size:12px;
}

.topic-content{
	font-style: italic;
	line-height:18px;
	margin-bottom:20px;
}

.hyphen{
	background-color:black;
	width:14px;
	height:1px;
	margin-left:-14px;
	margin-top:25px;
	margin-bottom:25px;
	display:block;
}

.clear{
	clear: both;
}

.arrow{
	float:left;
	margin-top:10px;
	margin-left:5px;
	background: #ffffff url(../image/arrow.jpg) no-repeat;
	width:14px;
	height:14px;
}