/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#wrapper {
	width: 100%;
	margin: auto;
}

#box {
	width: 650px;
	margin: 90px auto;
	padding: 50px;
	border: dotted 1px #505050;
	position: relative;
	text-align: center;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: normal;
	color: #000000;
}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.5em;
	text-decoration: none;
	padding-top: 20px;
	color: #000000;
}
	
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1.45em;
	padding-top: 10px;
	color: #505050;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.5em;
	text-decoration: none;
	color: #800040;
}

a:visited {color: #800040;}

a:hover {
	text-decoration: underline;
	color: #007168;
}

img {border-style: none;}

hr {border: solid 1px #cccccc;}
