html,body{height:100%;} 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
}

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

.greenColor {
	color: #76BD2A;
}
.text8Point {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.img5px {
	padding:5px 5px 5px 5px
}

#tl {
	position:absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #DA251D;
	text-align:center;
}
.whiteBoldText9pt {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
}

A:link, A:active, A:visited {
	COLOR: #DA251D; TEXT-DECORATION: none
}
A:hover {
	COLOR: #66CCFF; TEXT-DECORATION: none
}

A.orangeLink:link, A.orangeLink:active, A.orangeLink:visited {
	COLOR: #FF9900; 
	font-size: 8pt;
	TEXT-DECORATION: none;
}

A.orangeLink:hover {
	COLOR: #FFCC00; 
	TEXT-DECORATION: none;
	font-size: 8pt;
}


A.whiteLink:link, A.whiteLink:active, A.whiteLink:visited {
	COLOR: #FFFFFF; 
	font-size: 8pt;
	TEXT-DECORATION: none;
	font-weight: bold;
}

A.whiteLink:hover {
	COLOR: #FFCC00; 
	TEXT-DECORATION: none;
	font-size: 8pt;
	font-weight: bold;
}

A.blackLink:link, A.blackLink:active, A.blackLink:visited {
	COLOR: #000000; 
	font-size: 8pt;
	TEXT-DECORATION: none;
}

A.blackLink:hover {
	COLOR: #DA251D; 
	TEXT-DECORATION: none;
	font-size: 8pt;
}


A.boldLink:link, A.boldLink:active, A.boldLink:visited {
	COLOR: #336600  ; 
	font-size: 10pt;
	TEXT-DECORATION: none;
	font-weight: bold;
}

A.boldLink:hover {
	COLOR: #DA251D; 
	TEXT-DECORATION: none;
	font-size: 10pt;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}


div#wn { 
  position:relative; left:200; top:0;
  width:750px; height:79px; z-index:1;
  clip:rect(0, 750px, 79px, 0); overflow:hidden;
  }
div#cnt { position:absolute; z-index:1 }

/* width of table = number of items * scroller width 
   Setting width on table and width and height on table cell needed
   for this example because images vary in size and don't fill scroller space
*/
div#cnt div.item { width:600px; height:160px; color:#336 }  

div#wn2 { 
  position:relative; left:0; top:200;
  width:750px; height:79px; z-index:1;
  clip:rect(0, 750px, 79px, 0); overflow:hidden;
  }
div#cnt2 { position:absolute; z-index:1 }
div#cnt2 div.item { width:600px; height:160px; color:#336 }  
/* width of table = number of items * scroller width 
   Setting width on table and width and height on table cell needed
   for this example because images vary in size and don't fill scroller space
*/
  
#divPagination {position:absolute; left:580px;top:3px; z-index:100; text-align: right}
#divUpControl {position:absolute; left:580px;top:84px; width:320px;height:30px; z-index:1; text-align: right}
#divDownControl {position:absolute; left:580px; top:310px; width:320px;height:30px; z-index:1;text-align: right}
#divContainer {LEFT: 175px; VISIBILITY: visible; OVERFLOW: hidden; WIDTH:700px; CLIP: rect(0px 700px 225px 0px); POSITION: absolute; TOP: 87px; HEIGHT: 225px}
#divContent {LEFT: 0px; POSITION: absolute; TOP: 0px}

#topBar {position:absolute; background-color: #FFFFFF; layer-background-color: #FFFFFF; left:0px; top:5px; width:100%; height:78px; z-index:1; visibility:hidden;}
#topRightLink {position:absolute; left:607px; top:13px; width:187px; height:15px; z-index:2; visibility: hidden;}
#centerContent {position:absolute; z-index:3; visibility:hidden;}
#bottomContent {position:absolute; left:0px; top:800px; width:100%; height:50px; z-index:4; background-color: #DA251D; layer-background-color: #DA251D; border: 1px none #000000; visibility:hidden;}

.currlocator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0000FF;
}
.italicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
}
.locator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #999900;
}

.redalert { font-size: 16px; font-weight: bold; color: #0000FF}

.pagename {font-family:verdana,arial,tahoma,; color:#C46200; font-size:10pt; text-shadow:Black; font-weight:bold}

.red { font-size: 9pt; font-weight: bold; color: #DA251D}


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
/*	width: 180px;*/
	color:#000000;
	border:1px solid #000000
	}
	
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:100px;
	color:#000000;
	border:1px solid #000000
	}
	
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:180px;
	color:#000000;
	border:1px solid #000000
	}
