html {

	background: #ffffff;
}

body {
	margin: 0;
	padding:5;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
	text-align: left;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
	text-align: left;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
	text-align: left;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	color: #33ccff;
	text-align: center;
}
p {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
p.caption {
	font-family: Tahoma;
	font-style: italic;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
p.bold {
	font-family: Tahoma;
	font-style: bold;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
p.centrealign {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
h1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold
	color: #333333;
	text-align: left;
}
h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight; bold:
	color: #33ccff;
	text-align: left;
}
h3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
h4 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold
	color: #33ccff;
	text-align: left;
}
h5 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold
	color: #333333;
	text-align: center;
}h6 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold
	color: #33ccff;
	text-align: left;
}
.blueheading {
	color: #33ccff;
}
