.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 14pt;
	font-weight: 100;
	letter-spacing: 0.02em
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 11pt;
	letter-spacing: 0.2pt;
	font-weight: 100
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 14pt;
	font-weight: bold;
	letter-spacing: 0.02em
}
.form { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8.5pt; line-height: normal; font-weight: 100 ; letter-spacing: 0.02em }

.bodyAccent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 16pt;
	font-weight: 100;
	letter-spacing: 0.01em;
	color: #7D7D7D;
}

.subbodyAccent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 16pt;
	font-weight: bold;
	color: #7D7D7D;
}

.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	color:#7D7D7D;
	font-size: 1.0em;
	font-weight: 100;
	letter-spacing: 0.04em;
	padding-bottom:10px;
	padding-left:33px;
}

a.header {text-decoration: none; color: #666666}

/* General Links */

a.generallink {
    color:#666666; 
	text-decoration:none;
/*	width:100%;*/
	padding-left:12px;
	background-image:url(../graphics/bullets/arrow_yellow.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	
}
a.generallink:hover {
    color:#333333; 
	background-image:url(../graphics/bullets/arrow_black.gif);
	background-repeat:no-repeat;
}


a.generallinksmall {
    color:#666666; 
	text-decoration:none;
/*	width:100%;*/
	padding-left:12px;
	background-image:url(../graphics/bullets/arrow_yellow.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	
}
a.generallinksmall:hover {
    color:#333333; 
	background-image:url(../graphics/bullets/arrow_black.gif);
	background-repeat:no-repeat;
}

/* Home Page */

.homenewsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.89em;
	line-height: 14pt;
	margin:0px;
	padding-bottom:8px;
	padding-top:5px;
	font-weight: 100;
	letter-spacing: 0.02em
}

.homenewsbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 13pt;
	margin:0px;
	padding-bottom:8px;
	font-weight: 100;
	letter-spacing: 0.02em
}

/* END Home Page */

/* Top Menu Links START */
a.topddown, a.topddownhi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16pt;
	letter-spacing: 0.3pt;
	font-weight: bold;
	text-decoration:none;
	color:#707173;
	width:100%;
	height:25px;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
}
a.topddown:hover { font-weight: bold; text-decoration:none; color:#FFFFFF; background-color:#CCCCCC; }
a.topddownhi { color:#FFFFFF; background-color:#CCCCCC; }

td.topddown, td.topddownhi {
	background-color:#FDD300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height:21px;
}
td.topddown:hover { background-color:#CCCCCC; }
td.topddownhi {	background-color:#CCCCCC; }
/* Top Menu Links END */

/* Sub Menu Links START */
li.menuLi {
	list-style-position: outside;
	margin-left: -25px;
	background-image: url(../graphics/bullets/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 0px;
	list-style-type: none;
}
a.menuLi {
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: 100;
	color: #959595;
	text-align: left;
	padding-left: 15px;	
	text-decoration:none;
}
a.menuLi:link {
	color: #959595;
}
a.menuLi:visited {
	color: #959595;
}
a.menuLi:active {
	color: #959595;
}
a.menuLi:hover {
	color:#515151;
	text-decoration:none;
	background-image: url(../graphics/bullets/menu_separator_hi.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
a.menuLiHi {
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: 100;
	color: #515151;
	text-align: left;
	padding-left: 15px;	
	text-decoration:none;
	background-image: url(../graphics/bullets/menu_separator_hi.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
a.menuLiHi:hover {
	color: #515151;
	text-decoration:none;
}
/* Sub Menu Links END */

.formbutton {
  background-color:#FDD300;
  color:#707173;
  height:24px;
  border-style:none;
  cursor:pointer;
}
.formbuttonhover {
  color:#000000;
}