/* html and behavior */
body {
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, table, body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
h1, p, table {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border: 0;
	vertical-align: top;
}
h2, h4, h5, h6 {
	font-weight: bolder;
}
h2, h3, h4, h5, h6, p {
	height: auto;
	width: auto;
}
p, table {
	font-size: 14px;
	line-height: normal;
	text-align: center;
}
h1 {
	font-size: 27px;
	color: #000000;
	border: 0px 0 0;
}
h2 {
	font-size: 16px;
	color: #990000;
	padding-top: .5%;
	padding-right: 0%;
	padding-bottom: .5%;
	padding-left: 0%;
	margin-top: .5px;
	margin-right: 0px;
	margin-bottom: .5px;
	margin-left: 0px;
}
h3 {
	color: #000066;
	font-size: 22px;
	border: 0px 0 0;
}
h4 {
	font-size: 24px;
	color: #ff0000;
}
h5 {
	font-size: 16px;
	color: #000000;
}
h6 {
	font-size: 14px;
	color: #ff0000;
	margin: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 23px;
	letter-spacing: 0.5px;
}
table {
	background-color: #66ccff;
	border-width: 1px;
	border-color: #FFFFFF;
	text-align: center;
}
/* Link anchor color and behavior */
a, a:link {
}
a:hover {
}
a:visited {
}
a:visited:hover {
}
a:link:hover {
}
/* type color */
.bluetext {	color:#000066;
}
.redtext {
	color: #990000;
	text-decoration: blink;
}
.whitetext {
	color: #ffffff;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight: bold;
}
#header {
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 2.5;
}
#footer {
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 2;
}