@charset "utf-8";
/* CSS Document */

/* Prevent FireFox from showing dotted border around swf objects*/
object { outline:none; }


.rightColumn {
	background-position: 0px 0px;
	font-size: 80%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BFA4E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-align: left;
}

body,td,th {
	text-align: left;
	margin: 0px;
	clear: both;
}

p {
	margin-top: 0px;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #481066;
	margin: 0px;



// prevents firefox from dropping text downward.
}

h2 {
	font-size: medium;
	color: #481066;
	margin: 0px;
}

.centered {
	text-align: center;
}

a:link {
	color: #A60F4B;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #A60F4B;
}
a:hover {
	text-decoration: none;
	color: #007BA4;
}
a:active {
	text-decoration: underline;
}

.footerText {
	color: #0C9;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.introText {
	color: #481066;
}

.red {
	color: #F00;
}

.purpleText {
	color: #481066;
}

.formTextSmall {
	font-size: 80%;
	text-align: left;
}
.smallCentered {
	font-size: 80%;
	text-align: center;
}
.highlight {
	font-style: italic;
	color: #03C;
}
.blackBold {
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: medium;
}
