body {
	background-color:#5a7775;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

/*Color schemes for the header rules*/
hr.PBT {
	color: #FFC303;
	background-color: #FFC303;
	height: 8;
	margin-top: 0;
}

hr.FooterGray {
	color: #6e6463;
	background-color: #6e6463;
	height: 10;
	margin-top: 0;
	margin-bottom: 0;
}

span.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}



td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

td.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}


td.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

/*This is for the 1st navigation bar at the top*/
td.mainNav {
	background-color: #E2E2D3;
	vertical-align: middle;
	margin: 3;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	height: 30;
}

/*This is for the smaller text 1st navigation bar at the top*/
td.mainSmall{
	background-color: #E2E2D3;
	vertical-align: middle;
	margin: 3;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 30;
}

/*This is for the 2nd navigation drill-down*/
td.topicNav {
	margin-left: 3; margin-top: 3; margin-bottom: 3;
	background-color: #EEEEE6;
	vertical-align: middle;
	margin: 3;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	height: 25;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

p.Big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #333333;
}

p.bold {
	font-weight:bold;
}


/*for any small-sized text*/
p.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

p.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

/*for headlines or tags to be picked up by Search Engines*/
h1.headlines {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#333333;
}


/*for larger tags or headlines that are to be picked up by Search Engines*/
h1.headlinesBig {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	color:#333333;
}


/*for links with smaller text size*/
a.tiny {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #3333CC;
	text-decoration: none;
}


a:link {
	font-weight: normal;
	color: #3333CC;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #3333CC;
	text-decoration: none;
}


a:hover {
	font-weight: normal;
	color: #3333CC;
	text-decoration: underline;
}


a:active {
	font-weight: normal;
	color: #810081;
	text-decoration: none;
}
h1.Nav {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #3333CC;
 margin:0px;
 padding:0px;
}
h1.BigGreen {
 font-family:Arial, Helvetica, sans-serif;
 font-size:20px;
 font-weight: bold;
 color:#3a5a57;
 margin: 0px;
}

hr.PBTsmall {
 color: #FFC303;
 background-color: #FFC303;
 height: 1;
}
 
hr.Green {
 color: #5a7775;
 background-color: #5a7775;
 height: 5;
}

