/*----- Element Styles -----*/
BODY {
font-family : Helvetica,Arial,sans-serif;
font-size : 9pt; 
color : #000000;
}

TD {
font-family : Helvetica,Arial,sans-serif;
font-size : 9pt;
color : #000000;
}
 
TH {
font-family : Helvetica,Arial,sans-serif;
font-size : 9pt;
color : #000000;
}

A {
font-family : Helvetica,Arial,sans-serif;
color : #880000;
}


/*----- Classes -----*/

.WHITETEXT {
color : #ffffff;
font-size : 8pt;
}

.BOLDWHITE {
color : #ffffff;
font-size : 10pt;
font-weight : bold;
}

.REDTEXT {
color : #ee0000;
}

.TOOLBAR {
font-size : 7pt;
color : #000000;
font-weight : bold;
}

.BOLDBLACK {
font-size : 12pt;
color : #000000;
font-weight : bold;
}

.BOLDTITLE {
font-size : 18pt;
color : #00294a;
font-weight : bold;
}

.BOLDTITLE2 {
font-size : 12pt;
color : #000066;
font-weight : bold;
}

.pages  {
	font-weight : bold;
	font-size : 7pt;
	color : #cccccc;
}

.SECTIONTITLE {
font-size : 12pt;
color : #660033;
font-weight : bold;
}

.SIDETITLE {
font-size : 12pt;
color : #e7d900;
font-weight : bold;
}

.LITTLETEXT {
font-family : Helvetica,Arial,sans-serif;
color : #5c5c46;
font-size : 8pt;
}

.EMPH {
color : #500000;
font-weight : bold;
}

.EMPH2 {
color : #500000;
font-weight : bold;
font-size : 9pt;
}

.EMPHTITLE {
color : #500000;
font-weight : bold;
font-size : 12pt;
}

/*--Link Behavior--*/

A:Visited {
}

A:hover {
color : #880000;
}

A.WHITETEXT {
color : #ffffff;
text-decoration: underline;
font-size : 8pt;
}

A.WHITETEXT:hover {
color : #ffffff;
text-decoration: underline;
font-size : 8pt;
}

A.WHITETEXT:visited {
color : #eeeeee;
font-size : 8pt;
}

A.REDTEXT {
text-decoration: underline;
}

A.REDTEXT:hover {
color : #000000;
text-decoration: underline;
}

A.REDTEXT:visited {
color : #dd0000;
}

A.TOOLBAR {
text-decoration: none;
}

A.TOOLBAR:hover {
color : #ff0000;
text-decoration: underline;
text-decoration: overline;
}

A.TOOLBAR:visited {
color : #dddddd;
}

 
.formatText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin-left: 25px;
	padding-top: 10px;
	padding-left: 25px;
}
.borderBlue {
	border: 2px solid #000066;
}
