a:link {
	background-color: transparent;
	color: #0C0982;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	color: #0C0982;
	text-decoration: underline;
}

a:hover {
	background-color: #0C0982;
	color: #DDFBFF;
	text-decoration: none;
}

a:hover.noline {
	background-color: #DDFBFF;
	color: #DDFBFF;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	background-color: #DDFBFF;
	color: #0C0982;
	font-size: 5mm;
	font-weight: normal;
	padding: 3px 5px 0 0;
	text-align: left;
}

h2 {
	background-color: #DDFBFF;
	color: #0C0982;
	font-size: 3.5mm;
	text-align: right;
	text-decoration: underline;
	margin-left: -5px;
}

h3 {
	font-size: 3mm;
	text-align: left;
}

h5 {
	background-color: #DDFBFF;
	color: #0C0982;
	font-size: 4mm;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

hr {
	color: #0C0982;
	height: 1px;
	margin: 0;
	padding: 0;
}

html {
	background-color: #0C0982;
}

p,h1,h2,h3,h5,div,td {
	background-color: #DDFBFF;
	color: #0C0982;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

p,li {
	font-size: 4mm;
	margin-bottom: 10px;
	text-align: left;
}

.bdr {
	background-color: #398AF0;
	border-color: #0C0982;
	border-width: 5px;
	color: transparent;
	margin: 5px;
}

.bdrl {
	background-color: #398AF0;
	border-color: #0C0982;
	border-width: 5px;
	color: transparent;
	float: left;
	margin: 5px;
}

.bdrr {
	background-color: #398AF0;
	border-color: #0C0982;
	border-width: 5px;
	color: transparent;
	float: right;
	margin: 5px;
}

.bdrsld {
	border: solid 5px #DDFBFF;
	margin: 5px;
}

.c {
	text-align: center;
}

.clear {
	clear: both;
	width: 100%;
}

.l {
	text-align: left;
}

.pad5 {
	margin: 5px;
}

.pad5c {
	margin: 5px;
	text-align: center;
}

.r {
	text-align: right;
}

.sm {
	font-size: 3mm;
	text-align: left;
}

.smc {
	font-size: 3mm;
	text-align: center;
}

.top {
	vertical-align: top;
}

.wd100 {
	width: 100%;
}

.wd740 {
	width: 740px;
}

.where {
	margin-top: 5px;
	text-align: right;
	text-decoration: none;
}

#centerall {
	background-color: #DDFBFF;
	color: #0C0982;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
}

#padall {
	padding: 5px;
}

