BODY  {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-color: #8fa6b6;
scrollbar-face-color:#8fa6b6;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#6666CC;
scrollbar-shadow-color:#6666CC;
scrollbar-highlight-color:#6666CC;
scrollbar-3dlight-color:#6666CC;
scrollbar-darkshadow-Color:#6666CC;
}

	 
}

H1  {
	text-decoration : none;
	font-size : 14pt;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	font-variant: normal;
	text-transform: lowercase;
	line-height: normal;
	font-weight: lighter;
	background-color: #EFEBEF;
	text-align: center;
	vertical-align: middle;
	cursor: crosshair;
	width: auto;
	border-color: #FF6600;
}

SPAN.heading {
	background:#FF9933 fixed center;
	width: auto;
	padding: 2px;
	height: auto;
	letter-spacing: 3px;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-color: #FF9900;
	clear: none;
	float: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #666666;
	text-decoration: none;
	border-top: none #FF9900;
	border-right: #FF9900;
	border-bottom: #FF9900;
	border-left: #FF9900;
}

H2  {
	font-size : 10pt;
	font-family : arial,verdana,tahoma;
	color : #ffffff;
	
}

H3  {
	font-size : 11pt;
	font-family : arial,verdana,Sans-serif,tahoma;
	font-weight : bold;
	color : #ffffff;
}

H4  {
	font-size : 7pt;
	font-family : Sans-serif,arial;
	color : #ffffff;
}


P  {
	font-size : 10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight: bold;
	font-style: normal;

}

P.quote   {
	font-size : 10pt;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-style: italic;
	font-weight: bold;
}


P.small   {
	font-size : 8pt;
	font-family : verdana,arial,Sans-serif,tahoma;
	color : #ffffff;
}



A:link  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #6666CC;
}

A:Visited  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #6666CC;
}

A:Active  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #6666CC;
}

A:Hover  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #FF9900;
}

A:link.nav  {
	text-decoration : none;
	font-family : verdana, arial, Sans-serif, tahoma;
	font-size : 8pt;
	font-weight : lighter;
	color : white;
}

A:Visited.nav  {
	text-decoration : none;
	font-family : verdana, arial, Sans-serif, tahoma;
	font-size : 8pt;
	font-weight : lighter;
	color : white;
}

A:Active.nav  {
	text-decoration : none;
	font-family : verdana, arial, Sans-serif, tahoma;
	font-size : 8pt;
	font-weight : lighter;
	color : white;
}

A:Hover.nav {
	text-decoration : none;
	font-family : verdana, arial, Sans-serif, tahoma;
	font-size : 8pt;
	font-weight : lighter;
	color : #FF9900;
}

BODY  {
	font-size : 10pt;
	font-family : verdana, arial, Sans-serif, tahoma;
	color : #666666;	
}

TD  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
}



#pageTop  {
	position : absolute;
	visibility : hidden;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #6666CC;
	text-decoration: none;
	color: #2e6ab1;
	font-size: 9pt;
	font-weight: normal;
}

.pagination a:hover{
	border: 1px solid #6666CC;
	color: #2e6ab1;
	background-color: #8fa6b6;
	font-size: 9pt;
	font-weight: normal;
}

.pagination a:active{
	padding: 0 5px;
	border: 1px solid #6666CC;
	text-decoration: none;
	color: #2e6ab1;
	font-size: 9pt;
	font-weight: normal;
}

.pagination li.currentpage{
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid navy;
	background-color: #2e6ab1;
	color: #FFF;
	font-size: 10pt;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #6666CC;
color: #929292;
}

.pagination li.nextpage{
	font-weight: bold;
	font-size: 9px;
	background-color: #FFFFFF;
	background-position: center;
	color: #FF6600;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
