body {
	background-color: #FFFFCC;
	font-family: Times New Roman, Times, serif;
	margin-top: 2;
	margin-bottom: 2;
}

p {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: justify;
 	line-height: 18px;
}

text area {
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.input {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	background-color: #fff;
	color: #000;
	border: 1px solid #996;
}

h1 {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #900;
}

h2 {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color: #900;
}

h3 {
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	color: #900;
}

h4 {
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #900;
}

h5 {
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-align: left;
	color: #900;
}

h6 {
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	color: #000;
	margin-bottom: 0px;
}

a.home:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

a:link {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
}

a:active {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #000099;
	font-weight:bold;
}

li {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: left;
	line-height: 150%;
	list-style-type:disc
}

ol {
	list-style-type:decimal;
}