body {
	margin: 0;
	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #330066;
}
.linktext {
	color: navy;
	font-weight: bold;
	font-size: 14px;
	text-align: center
}
.linktexthome {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
a:link {
	color: #d00501;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: orange;
	font-size: 11px;
	font-weight: bold;
}
a:visited {
	color: #F30000;
	font-size: 11px;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.footer {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: normal;
}
.footer a {
	color: #FFFFFF;
	font-weight: normal;
}
.footer a:hover {
	text-decoration: none;
}
.footer a:visited {
}
.tdright {
	background-image: url(images/header/right_fill.jpg);
	background-repeat: repeat-y;
}
.tdleft {
	background-image: url(images/header/left_fill.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-size: 18px;
	line-height: 22px;
	color: #320065;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.required {
	font-weight: bold;
	color: #F00;
}
ul {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

