body {
	background-image: url(../images/new/bkgrnd.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	/*background-color: #EDEAC5;*/
}

a:link 
{
color: #d98c18;
text-decoration: none;
}

a:visited 
{
text-decoration: none;
color: #d98c18;
}

a:hover
{
text-decoration: underline;
color: #d98c18;
}

a:active 
{
text-decoration: none;
color: #d98c18;
}


#Container {
	/* site content container */
	width: 800px;
	margin: 0 auto;
		}


.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #969787;
	font-weight: bold;
}
.footerText a {
	color: #969787;
	text-decoration: none;
}
.footerText a:hover {
	color: #038DC0;
	text-decoration: none;
}
.xs
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #555555;
}

.subhead1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #d98c18;
}
.subhead2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #008cbf;
}
.inset10 {
	padding-right: 10px;
	padding-left: 10px;
}