a:link {
	color: #033074;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF6EE5;
}
a:hover {
	text-decoration: none;
	color: #FF6EE5;
}
a:active {
	text-decoration: none;
	color: #FF6EE5;
}
body,td,th,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #044B6F;
}
body {
	background-color: #A5D7EE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 15px;
}
.copy {
	line-height: 145%;
}
.footer {
	color: #004A82;
	font-size: 10px;
	line-height: 140%;
}
.footerlink:link {
	color: #004A82;
	font-size: 10px;
	line-height: 140%;
	text-decoration: underline;
}
.footerlink:visited {
	color: #004A82;
	font-size: 10px;
	line-height: 140%;
	text-decoration: underline;
}
.footerlink:hover {
	color: #004A82;
	font-size: 10px;
	line-height: 140%;
	text-decoration: none;
}
.footerlink:active {
	color: #004A82;
	font-size: 10px;
	line-height: 140%;
	text-decoration: none;
}
.form120 {
	border: 1px solid #0277B4;
	padding: 2px 2px 2px 5px;
	width: 120px;
}
.form150 {
	border: 1px solid #0277B4;
	padding: 2px 2px 2px 5px;
	width: 150px;
}
.form200 {
	border: 1px solid #0277B4;
	padding: 2px 2px 2px 5px;
	width: 200px;
}
.form345 {
	border: 1px solid #0277B4;
	padding: 2px 2px 2px 5px;
	width: 345px;
}
.form430 {
	border: 1px solid #0277B4;
	padding: 2px 2px 2px 5px;
	width: 430px;
}
.redcopy {
	color: #CC0000;
	line-height: 140%;
}
.smallcopy {
	font-size: 10px;
	line-height: 140%;
}
.smallwhitecopy {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 140%;
}
.whitecopy {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 140%;
}

.instructions { 
	text-align: left; width: 480px; 
}
.instructions-red { 
	color:red; width: 480px; 
}


/* Alignment */
.lt { text-align: left; }
.ct { text-align: center; }
.ct-middle { text-align: center; vertical-align:middle; }
.rt { text-align: right; }
.jt { text-align: justify; }
.tp { vertical-align:top; }

/* Error */
.redfont { color:red; }
.error { font-size: 12px; color: red; font-weight: bold; }
.error-big { font-size: 16px; color: CC0000; font-weight: bold; }

