/* default font size*/
body, div, p, th, td, li, dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
h1 {
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 0; 
  padding-bottom: 0; 
} 
h2 {
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 0; 
  padding-bottom: 0; 
}
h3 {
  font-size: 150%;
  font-color: #333333;
  font-weight: bold;
  margin-bottom: 0; 
  padding-bottom: 0; 
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: underlined;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: 006893;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: 70A0C6;
	text-decoration: underline;
}
.adminHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B5B5B5;
	padding-left: 66px;
	padding-top: 10px;
}
.smallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 333333;
}
.boldLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.boldSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.italicsSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.boldSmallBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006893;
	text-decoration: none;
}
.blueCopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #006893;
	text-decoration: none;
}
.boldSmallGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #37654F;
	text-decoration: none;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 15px;
}
.articleDate {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a.view {
	display: inline;
	background: transparent url(../images/arrow02.gif) no-repeat right center;
	width: 40px;
	height: 10px;
	padding: 0px 0 0 0;
	margin: 0px;
	border: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	color: #666666;
}
a.view:link, a.view:visited, a.view:hover {
	color: #666666;
	text-decoration: underline;
}



