body, p, td, th, div, form, blockquote, ul, ol, span {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h6, h5, h4, h3, h2, h1 {
	font-family : Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

body {
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

a:link {
	color: #0000FF;
	/* font-weight: bold; */
	text-decoration: underline;
}
a:visited {
	color: #000099;
	/* font-weight: bold; */
	text-decoration: underline;
}
a:active {
	color: #6666FF;
	/* font-weight: bold; */
	text-decoration: underline;
}
a:hover {
	color: #CC0099;
	/* font-weight: bold; */
	text-decoration: underline;
}

th {
	text-align: left;
}

hr {
   color: #808080;
}

