body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}
#container {
	width: 500px;
	margin-left: -250px;
	position: relative;
	left: 50%;
	top: 10px;
	padding-bottom: 20px;
}
#container  img {
	padding: 15px;
}
h1 {
	font-weight: bold;
	color: #666666;
	font-size: 400%;
	font-style: normal;
	letter-spacing: -5px;
}

h2 {
	font-weight: lighter;
	color: #666666;
	font-size: 200%;
	font-style: normal;
	letter-spacing: -1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;

}
h3 {
	font-weight: normal;
	color: #666666;
	font-size: 150%;
	font-style: italic;
	letter-spacing: -1px;
	}
h4 {
	font-weight: bold;
	color: #333333;
	font-size: 100%;
	font-style: normal;
	}
h5 {
	font-style: italic;
	color: #333333;
	font-size: 100%;
	font-weight: normal;
}
h6 {
	font-style:italic;
	color:#000000;
	font-size:11px;		
	font-weight:normal;
	padding-left:25px;
}
p {
	padding-left: 10px;
	color: #333333;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
p a:link {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
p a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
p a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-decoration: none;
	color:#666666;
	font-weight: bold;
	font-weight: bold;
	color: #666666;
}
#container .accent {
	background-color: #ebebeb;
	font-weight: bold;
}
li {
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
