* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
img {
	border:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
	margin-top:0px;
	line-height:normal;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0.4em;
	line-height:normal;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0.3em;
	line-height:normal;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0.2em;
	line-height:normal;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0.1em;
	line-height:normal;
}
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0.1em;
	line-height:normal;
}


p {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
ul  {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style:circle
}
ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
li  {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

