body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
	color: #333366;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-weight: bold;
}

.1pxborder {
	border: 2px solid #A4B947;
}

.none {
	display: none;
}
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #A4B947;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #A4B947;
}
h5 {
	margin: 0px;
	padding: 0px;
}
/* Begin Link Styles =============================================== */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #333366;
}
a:hover, a {
	text-decoration: none;
	color: #A4B947;
}
a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.whitelink:hover, a {
	text-decoration: underline;
	color: #FFFFFF;
}
a.greenlink:link, a.greenlink:visited, a.greenlink:active {
	text-decoration: none;
	font-weight:bold;
	color: #A4B947;
}
a.greenlink:hover, a {
	text-decoration: underline;
	font-weight:bold;
	color: #333366;
}
a.greylink:link, a.greylink:visited, a.greylink:active {
	text-decoration: none;
	color: #666666;
}
a.greylink:hover, a {
	text-decoration: underline;
	color: #FD384C;
}
a.underline:link, a.underline:visited, a.underline:active {
	text-decoration: none;
}
a.underline:hover, a {
	text-decoration: underline;
}
a.underlinealways:link, a.underlinealways:visited, a.underlinealways:active {
	text-decoration: underline;
}
a.underlinealways:hover, a {
	text-decoration: underline;
}
a.nounderline:link, a.nounderline:visited, a.nounderline:active {
	text-decoration: none;
}
a.nounderline:hover, a {
	text-decoration: none;
} 
/* End Link Styles =============================================== */

/*begin font styles*/
.textcenter{
	text-align:center;
}
.textright{
	text-align:right;
}
.textleft{
	text-align:left;
}
.fontwhite{
  color:#FFFFFF;
}
.fontblack{
  color:#333333;
}
.fontgrey{
  color:#333333;
}
.fontblue{
  color:#333366;
}
.fontred {
	color: #990000;
}
.fontgreen {
	color: #A4B947;
}


.normal {
	font-weight:normal;
}
.italic{
	font-style:italic;
}
.txt9 {
	font-size:9px;
}
.txt10 {
	font-size:10px;
}
.txt11 {
	font-size:11px;
}
.txt12 {
	font-size:12px;
}
.txt13 {
	font-size:13px;
}
.txt14 {
	font-size:14px;
}
.txt16 {
	font-size:16px;
}
.txt18 {
	font-size:18px;
}
.txtcaps {
	text-transform: uppercase;
}
.underline{
  text-decoration: underline;
}
.bluebg{
	background-color:#333366;
}
.olivebg{
	background-color:#A4B947;
}
.footerbg{
	background-color:#F1F6DC;
}
.floatright{
	float:right;
}
.floatleft{
	float:left;
}
.border1px {
	border: 1px solid #FF3851;
}
.border0px {
	border: 0px none #FFFFFF;
}
form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
