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

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

#wrapper {
	position: relative;
	width: 600px;
	background-color:#ffffff;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	line-height: 20px;
	color: #000000;
	display: block;
	height: 20px;
	width: 600px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660066;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	display: block;
	height: 20px;
	width: 600px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660066;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	display: block;
	height: 20px;
	width: 600px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660066;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	display: block;
	height: 20px;
	width: 600px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660066;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a:hover {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #009966;
}

hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660066;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 2px;
}
