body {
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: lighter;
	text-transform: uppercase;
	padding: 5px;
	background-position: bottom;
	letter-spacing: 1px;
}

h2 {
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
	font-style: normal;
	text-transform: uppercase;
	vertical-align: top;
	background-position: top;
	letter-spacing: 1px;
	padding: 5px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #0E518D;
	text-transform: uppercase;
	vertical-align: bottom;
	padding: 5px;
	letter-spacing: 4px;
	word-spacing: 5px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h5 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h6 { 
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


td {
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: bottom;
}

th {
	background-color: #FF33FF;
}
cell {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
}

a:link {
	color: #0E518D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0E518D;
}
a:hover {
	text-decoration: none;
	color: #FF3333;
}
a:active {
	text-decoration: none;
}
