/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFFF;
}


p, ul, ol {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}

h1 {
	font-size: 24px;
	color:#333333;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color:#333333;
	font-weight: normal;
}


hr {
	width: 100%;
	height: 0px;
	border: 0px;
	border-top: 1px dashed #CCCCCC;
}


a {
	color:#10AF14;
	font-size: 13px;
	text-decoration:underline;
}

a:hover {
	color: #999999;
	text-decoration:none;
}
