body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
}

h1 {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #0099FF;
	font-size: 18px;
	float: left;
	vertical-align: baseline;
	height: 20px;
	bottom: 0px;
}

h2 {
    clear: left;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #0099FF;
	font-size: 14px;
}

h3, h4 {
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	color: #0099FF;
}

h5, h6 {
	color: #0099FF;
}
ul{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	width: 100%;

}
li{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

a {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
}

form {
	background-color: #ffffff;
}

p {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.para {
	color: #999999;
	white-space: normal;
}
.quoteBlock {
	font-style: italic;
	font-weight: normal;
	text-indent: 2pt;
	color: #0099FF;
}

hr{
border: 0;
color: #0099FF;
background-color: #CCCCCC;
height: 1px;
width: 100%;
text-align: left;
}