/* Controls the font and margins of the page */

body {
	background-color:#00AEE8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*large Text*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2pt;
}
/*Medium Text*/
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
/*Small Text*/
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
/*Plain Text*/
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
/*Small Text #2*/
.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
/*Link states */
a.links {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
}

a.links:link {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
}
a.links:visited {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
}
a.links:hover {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #006384;
	font-style:normal;
	text-decoration:none;
}
a.links:active {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
}
/*Link title states */
a.Titlelinks {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
	font-weight: bold;
}

a.Titlelinks:link {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
	font-weight: bold;
}
a.Titlelinks:visited {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
	font-weight: bold;
}
a.Titlelinks:hover {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #006384;
	font-style:normal;
	text-decoration:none;
	font-weight: bold;
}
a.Titlelinks:active {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
	font-weight: bold;
}
/*Sub Nav states */
a.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-style:normal;
	text-decoration:none;
}

a.sub:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-style:normal;
	text-decoration:none;
}
a.sub:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-style:normal;
	text-decoration:none;
}
a.sub:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
}
a.sub:active {
	font-family: Arial, Helvetica, sans-serif;	font-size:11px;
	color: #000000;
	font-style:normal;
	text-decoration:none;
}
/*Sub Nav states #2*/
a.sub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
}

a.sub2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
}
a.sub2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
}
a.sub2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
}
a.sub2:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #0087B7;
	font-style:normal;
	text-decoration:none;
}
.form {
	background-color: #ffffff;
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #283033;
}.smbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.accent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.regtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
