/* CSS Document */
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}
.heading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3366CC;
	font-size: 14px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.textred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  color: #3366CC;
	font-size: 12px;
	font-weight: bold;
}
          a.link:link           { color: #3366CC; font-weight: bold; }
          a.link:active         { color: #3366CC; font-weight: bold; }
          a.link:visited        { color: #3366CC; font-weight: bold; }
          a.link:hover          { color: #CC3300; font-weight: bold; }
					
					a.nav:link            { color: #FFFFFF;	font-weight: bold; text-decoration: none; }
					a.nav:active          {	color: #FFFFFF;	font-weight: bold; text-decoration: none; }
          a.nav:visited         {	color: #FFFFFF;	font-weight: bold; text-decoration: none; }
          a.nav:hover           {	color: #BACBE4;	font-weight: bold; text-decoration: none; }
					
					a.topnav:link            { color: #000066;	font-weight: bold; text-decoration: none; }
					a.topnav:active          { color: #000066;	font-weight: bold; text-decoration: none; }
          a.topnav:visited         { color: #000066;	font-weight: bold; text-decoration: none; }
          a.topnav:hover           { color: #CC3300;	font-weight: bold; text-decoration: none; }