/* CSS 2.0
Cascading Style Sheet*/


body 
    { font-family: Georgia, Georgia, Arial, Verdana, Helvetica, 'Times New Roman', 'MS Sans Serif'; 
      font-size: 10pt; 
      color: navy; 
      line-height: 110%; 
      cursor: Default; 
      margin-left: 0pt; 
      margin-right: 5pt; 
      margin-top: 0pt; 
      margin-bottom: 0pt; 
}

DD  {
	font-family : Georgia, Georgia, Arial, Verdana, Helvetica, Times New Roman;
	font-size : 10pt;
	color : black;
}

DL  {
	font-family : Georgia, Arial, Verdana, Helvetica, Times New Roman;
	font-size : 10pt;
	color : black;
}

DT  {
	Font-Family : Georgia, Arial, Verdana, Helvetica, Times New Roman;
	Font-Size : 10pt;
	color : black;
}

H1  {
	Font-Family : Georgia, Arial, Helvetica, Times New Roman;
	Font-Size : 14pt;
	Font-Weight : 700;
	Font-Style : normal;
	Color : #000080;
	Line-Height : 100%;
	Vertical-Align : baseline;
}

H2  {
	Font-Family : Georgia, Arial, Helvetica, Times New Roman;
	Font-Size : 10pt;
	Color : #000080;
	Line-height : 100%
	
}

H3  {
	Font-Family : Georgia, Arial, Helvetica, Times New Roman;
	Font-Size : 11pt;
	Font-Weight : bold;
	Color : #000080;
}

H4  {
	font-family : Georgia, Arial, Helvetica, Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color : black;
	line-height : 100%;
}

H5  {
	font-family : Georgia, Arial, Helvetica, Times New Roman;
	font-size : 9pt;
	color : black;
	line-height : 100%;
	font-weight : bold;
}

H6  {
	font-family : Georgia, Arial, Helvetica, Times New Roman;
	font-size : 8pt;
	font-weight : bold;
	color : black;
	line-height : 100%;
}

HR  {
	Color : red;
	Height : 1;
}

P  {
	Font-Family : Georgia, Arial, Verdana, serif;
	font-size : 10pt;
	color : black;

}

TD  {
	font-family : Georgia, Arial, Verdana, Helvetica, Times New Roman;
	font-size : 10pt;
	color : black;
}

TT  {
	font-family : monospace;
	font-size : 10pt;
	color : black;
}

TH  {
	Font-Family : Georgia, Arial, Verdana, Helvetica, Times New Roman;
	Font-Size : 10pt;
	Font-Variant : normal;
	Font-Weight : bold;
	Color : maroon;
	
}

UL  {
	font-family : Georgia, Arial, Verdana, Helvetica, Times New Roman;
	font-size : 8pt;
	color : black;
}

UL LI  {
	Display : block;
	List-Style-Type : important;
}

OL  {
	font-family : Georgia, Arial, Verdana, Helvetica, Times New Roman;
	font-size : 8pt;
	color : black;
}

A  {
	Text-Decoration : none;
	Color : #0030c0;
}

A:ACTIVE  {
	Font-Variant : normal;
	Color : #0030c0;
	Text-Decoration : none;
	Cursor : Default;
}

A:VISITED  {
	Text-Decoration : none;
	Color : #0030c0;
}

A:HOVER  {
	Color : #cc3300;
	Text-Decoration : underline;
	Cursor : Hand;	
}
A:LINK {
	COLOR: #0030c0; TEXT-DECORATION: none;
}
A.tool:link {
	COLOR: #98badc; TEXT-DECORATION: none;
}
A.tool:visited {
	COLOR: #98badc; TEXT-DECORATION: none;
}
A.tool:active {
	COLOR: #98badc; TEXT-DECORATION: none;
}
A.tool:hover {
	BACKGROUND-COLOR: #d9f2ff; COLOR: #000080;
}