
#divUp   {position:absolute; left:746px; top:96px; width:20px; height:71px; z-index:6}
#divDown {position:absolute; left:746px; top:246px; width:20px; height:71px; z-index:7}
#divScrollTextCont {position:absolute; left:165px; top:64px; width:560px; height:400px; clip:rect(0px 560px 400px 0px); overflow:hidden; visibility:hidden; z-index:8}
#divText {position:absolute; left:0px; top:0px; z-index:8} 


A:link		{ color: #0B07AA; font-size: 8pt; font-weight:	normal; text-decoration: underline }
A:visited	{ color: #0B07AA; font-size: 8pt; font-weight:	normal; text-decoration: underline }
A:active	{ color: #0B07AA; font-size: 8pt; font-weight:	normal; text-decoration: underline }
A:hover		{ color: #D40106; font-size: 8pt; font-weight:	normal; text-decoration: underline }


A.NavLink:link		{ color: White; font-size: 7.8pt; font-weight:	normal; text-decoration: none }
A.NavLink:visited	{ color: White; font-size: 7.8pt; font-weight:	normal; text-decoration: none }
A.NavLink:active	{ color: White; font-size: 7.8pt; font-weight:	normal; text-decoration: none }
A.NavLink:hover		{ color: White; font-size: 8pt; font-weight:	normal; text-decoration: none }

A.HeadLine:link		{ color: Black; font-size: 8pt; font-weight:	bold; text-decoration: none }
A.HeadLine:visited	{ color: Black; font-size: 8pt; font-weight:	bold; text-decoration: none }
A.HeadLine:active	{ color: Black; font-size: 8pt; font-weight:	bold; text-decoration: none }
A.HeadLine:hover	{ color: #D40106; font-size: 8pt; font-weight:	bold; text-decoration: none }

/* This stylesheet uses pt's for font sizing */
/* However, the problem with pt's is that their size is fixed, which means it cannot */
/* be changed with a user's browser. They also are extremely small for some Mac's. */
/* When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). */
/* For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. --> */

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat}

td {font-family: arial, geneva, sans-serif; font-size: 8pt}

.black9 {font-family: arial, geneva, sans-serif; font-size: 9pt}
.black11 {font-family: arial, geneva, sans-serif; font-size: 11pt}
.black12 {font-family: arial, geneva, sans-serif; font-size: 12pt}

.white78 {font-family: arial, geneva, sans-serif; font-size: 8pt; color: #ffffff}
.white9 {font-family: arial, geneva, sans-serif; font-size: 9pt; color: #ffffff}
.white9h {font-family: arial, geneva, sans-serif; font-size: 9pt; color: #ffffff; text-align:center; margin-top: 0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px;}

.grey78 {font-family: arial, geneva, sans-serif; font-size: 8pt; color: #787878}



H1   { font-family: arial, sans-serif;
        font-size: 13pt;
        text-align: left;
     
}

H2   { font-family: arial, sans-serif;
        font-size: 11pt;
        text-align: left;
     
}

p   { font-family: arial, sans-serif;
        font-size: 9pt;
        text-align: left;
		color:		#787878;
}

p.lastpara   {	font-family: arial, sans-serif;
        		font-size:	9pt;
				color:		#0B07AA;
        		text-align:	center;
     
}


.normal	   {font-family: arial, sans-serif;
        	font-size: 9pt;
			font-weight:		normal;
     
}


.normal-L   {font-family: arial, sans-serif;
        	font-size: 	10pt;
			font-weight:		normal;
     
}

.normal-XXL   {font-family: arial, sans-serif;
        	font-size: 16pt;
			font-weight:		bold;
     
}

.emphasized	{
			font-family:		font-family: arial, sans-serif;
			font-size: 			9pt;
			font-weight:		normal;
			color:				#0B07AA;
			font-style:			italic;
			}


.emphasized2	{
			font-family:		font-family: arial, sans-serif;
			font-size: 			9pt;
			font-weight:		normal;
			color:				#0B07AA;
			}


.leadin	{
			font-family:		font-family: arial, sans-serif;
			font-size: 			10pt;
			font-weight:		Bold;
            background-color:   #9CBE5A;
			color:				Black;
            height: 118%;
            padding-top: 18;
			}

.leadin2	{
			font-family:		font-family: arial, sans-serif;
			font-size: 			10pt;
			font-weight:		Bold;
			color:				Black;
			}


.legal	   {font-family: arial, sans-serif;
        	font-size: 7.8pt;
			font-weight:		normal;
     
}


.small   { font-family: arial, sans-serif;
        font-size: 2pt;
        text-align: left;
     
}

.space  { font-family: arial, sans-serif;
        font-size: 9pt;
        text-align: left;
         line-height: 1.5;
     
}

UL   { font-family: arial, sans-serif;
        font-size: 9pt;
        text-align: left;
         line-height: 1.5;
         color: #0B07AA;     
}

OL   { font-family: arial, sans-serif;
        font-size: 9pt;
        text-align: left;
     
}

/* Info Icon Border Style */

img.InfoIcon {border-color:#666644;
				border-width:1px;
				border-style:Solid;
				}

/* Styles for Forms Data */

input, textarea
{
	border: solid 1;
	border-color: black;
	font-size: x-small;
	font-family: tahoma;
	font-weight: normal;
}
input.checkbox
{
	border: none;
}
input.disabled
{
	background-color: #CCCCCC;
	border: solid 1;
	border-color: black;
	font-size: x-small;
	font-family: tahoma;
	font-weight: normal;
}
input.nav
{
	background-color: white;
	border: solid 1;
	border-color: black;
	font-size: xx-small;
	font-family: tahoma;
	font-weight: normal;
	width: 110;
}
input.uc
{
	border: solid 1;
	font-size: x-small;
	border: solid 1;
	text-transform: uppercase;
}
select
{
	font-family: tahoma;
	font-size: x-small;
	border: solid 1;
	border-color: black;
}

.FieldHead	{
			font-family:		font-family: arial, sans-serif;
			font-size: 			10pt;
			font-weight:		Bold;
			color:				Black;
			}

.FieldData	{
			font-family:		font-family: arial, sans-serif;
			font-size: 			9pt;
			font-weight:		Normal;
			color:				Normal;
			}


