BODY, TD, UL, OL, LI, PRE {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 10pt;
   text-decoration: none;
}

TEXTAREA, INPUT, SELECT, RADIO, CHECKBOX {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 10pt;
}

.hdrDistrict {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 11pt;
}

.bodyBold {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 10pt;
   color: #000000;
}

.bodyWhite {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 10pt;
   color: #FFFFFF;
}

.bodyWhiteBold {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 10pt;
   color: #FFFFFF;
}

.bodySmall {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 9pt;
}

.bodyLarge {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 11pt;
}

.bodyLargeBold {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 11pt;
}

.pageTitle {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 13pt;
   color: #000000;
}

.pageTitleWhite {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 13pt;
   color: #FFFFFF;
}

.bodyHuge {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 19pt;
}

.errorMsg {
	font-family: 'Arial', 'Helvetica';
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	background-color : #CC0000;
}

.difAlert {
	background-color: #CCCCCC;
}

.errorMsgTitle {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 10pt;
   color: #CC0000;
}

A {
   text-decoration: none;
   color: #000099;
}

A.boldLink {
   font-weight: bold;
}

A.boldLargeLink {
   font-weight: bold;
}

A:hover {
   text-decoration: underline;
}
.issueDate {
	font-family: 'Arial', 'Helvetica';
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;

}
.topSubNav {

	font-family: 'Arial', 'Helvetica';
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.homeRbarTitle {

	font-family: 'Arial', 'Helvetica';
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #231f20;
}
.homeRbarText {

	font-family: 'Arial', 'Helvetica';
	font-weight: normal;
	font-size: 12px;
	color: #231f20;
}
.homeOTCTitle {


	font-family: 'Arial', 'Helvetica';
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #cd1127;
}
.homeWHTitle {


	font-family: 'Arial', 'Helvetica';
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #006060;
}
.homeWHText {


	font-family: 'Arial', 'Helvetica';
	font-weight: normal;
	font-size: 12px;
	color: #006060;
}
.homeRbarSubTitle {


	font-family: 'Arial', 'Helvetica';
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #231f20;
}
.homeRbarCaption {


	font-family: 'Arial', 'Helvetica';
	font-weight: normal;
	font-size: 10px;
	color: #231f20;
}

.adverts_shell {
	width: 175px;
	height: 375px;
	overflow: hidden;
	background-color:#FFFFFF;
}

.adverts_item {
	width: 175px;
	height: 375px;
	background-color:#FFFFFF;
}

.adverts_shell_home {
	width: 435px;
	overflow: hidden;
	background-color:#FFFFFF;
}

.adverts_item_home {
	background-color:#FFFFFF;
}

/* ====== bullets ===== */

#slide-nav {
	display:block;
	width:435px;
	height:30px;
	text-align:center;
}
#slide-pager {
}
#prev, #next {
	margin-right:4px;
	float:left;
}
#slide-pager a {
	display:inline-block;
	width:22px;
    padding: 19px 0 0 0;
    height: 0px !important;
    height /**/:19px;
    overflow: hidden;
	background:url(../images/bullets2.png) no-repeat;
    background-repeat: no-repeat;
}
#slide-pager a.activeSlide {
	background-position:0 -22px;
}

/* ======= end bullets ==== */

