@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4E4E;
}

body {
	background-color: #EFEFED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.contentbg {
	background-color: #efefed;
	background: url(images/content_bg.jpg);
	background-repeat: no-repeat;
}

td.contentbg2 {
	background-color: #efefed;
	background: url(images/content_bg2.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #BACC3C;
}

a:active {
	text-decoration: underline;
	color: #000000;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4E4E;
	line-height: 20px;
}

.bigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4E4E4E;
	line-height: 24px;
}

.medText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
	line-height: 19px;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E4E4E;
	line-height: 18px;
}

.pageTitle {
	font-size: 16px;
	color: #BACB3E;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.purpTitle {
	font-size: 13px;
	color: #431c72;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formStyle {
  border: 1px solid #666666;
  font-family: Arial, Verdana, Courier, monospace;
  background-color: #ccc;
}
.submit {
  border: 1px solid #333;
  background-color: #CCCCCC;
  font-family: Arial, Verdana, Courier, monospace;
  color: #333;
}
