/* CSS Document */

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.smalltype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.smalltype a:link    {/* Applies to all unvisited links */      color: #000000;}
.smalltype a:visited {/* Applies to all visited links */        color: #333333;}
.smalltype a:hover   {/* Applies to links under the pointer */  text-decoration: none; font-weight: bold; color: #FF804C;} 
.smalltype a:active  {/* Applies to activated links */          text-decoration: underline; font-weight: bold; color: #FF0000;}


.body2txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.body2txt a:link    {/* Applies to all unvisited links */       text-decoration: none; font-weight: bold; color: #000000;}
.body2txt a:visited {/* Applies to all visited links */         text-decoration: none; font-weight: bold; color: #333333;}
.body2txt a:hover   {/* Applies to links under the pointer */   text-decoration: none; font-weight: bold; color: #FF804C;} 
.body2txt a:active  { /* Applies to activated links */          text-decoration: underline; font-weight: bold; color: #FF0000;}

.body3txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}
.body3txt a:link    {/* Applies to all unvisited links */       text-decoration: none; font-weight: bold; color: #000000;}
.body3txt a:visited {/* Applies to all visited links */         text-decoration: none; font-weight: bold; color: #333333;}
.body3txt a:hover   {/* Applies to links under the pointer */   text-decoration: none; font-weight: bold; color: #FF804C;} 
.body3txt a:active  { /* Applies to activated links */          text-decoration: underline; font-weight: bold; color: #FF0000;}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.subhead a:link    {/* Applies to all unvisited links */      color: #FFFFFF;}
.subhead a:visited {/* Applies to all visited links */        text-decoration: none; color: #FFFFFF;}
.subhead a:hover   {/* Applies to links under the pointer */  text-decoration: none; font-weight: bold; color: #333333;} 
.subhead a:active  {/* Applies to activated links */          text-decoration: underline; font-weight: bold; color: #000000;}
