@charset "utf-8";
.SubHeader {
	color: #E04066;
	font-size: 14px;
	font-weight: bold;
}

/* CSS Document */

 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.formfield {
	font-size: 11px;
	background-color: #FFFFCC;
}

body {
	background-color: #993300;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/bg_parsley.gif);
	background-repeat: repeat;
	text-align:left;

}

:focus
{
  -moz-outline-style: none;
}

a
{
  outline: none;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	outline: none;
	text-decoration: none;
	color: #FF3366;
}
.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding-bottom: 9px;
	padding-top: 3px;
}
.footerText {
	color: #993300;
}


h1 {
	font-size: 24px;
	font-weight:normal;
	padding-left: 20px;
	text-align:left;
}
h2 {
	font-size: 18px;
	font-weight:normal;
	padding-left: 20px;
	text-align:left;
}
h3 {
	font-size: 16px;
	font-weight:normal;
	padding-left: 20px;
	text-align:left;
}
h4 {
	font-size: 14px;
	font-weight:normal;
	padding-left: 20px;
	text-align:left;
}
h5 {
	font-size: 12px;
	font-weight:normal;
	padding-left: 20px;
	text-align:left;
}
h6 {
	font-size: 10px;
	font-weight:normal;
	padding-left: 20px;
	text-align:left;
}
 
.white {
	color: #FFFFFF
}
.bodyText {
	color: #666666;
	margin-right: 20px;
	line-height: 20PX;
}
.links {
	color: #666666;
	font-weight: bold;
}
.linksCurr {
	color: #666666;
	font-weight: bold;
}
.brown {
	color: #7E0404;
}
.small {
	font-size: 10px;
}

