@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 408px;
	border: 8px solid #EFEFEF;
	padding: 20px;
	float: left;
}

p{
	margin-top: 20px;
	font-size: 12px;
	margin-bottom: 5px;
}

strong{
	font-weight: bold;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

h2{
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

hr{
	color: #000;
	height: 1px;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}

div.hr_break{
	color: #000;
	height: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

ol{
	list-style: decimal;
	margin-left: 25px;
}


ul{
	margin-left: 115px;
	list-style: none;
}

li{
	font-size: 12px;
	padding-bottom: 5px;
}


