DUMMY  {
	color : black;
}

/* last revised 12/9/99*/
BODY  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 11pt;
	text-align : left;
	margin-right : 20px;
	margin-left : 110px;
	color : black;
	background-color : white;
/*	background-image :  url("../image/pool_back.gif");*/
}

IMG.logo  {
	margin-left : -110px;
}

TABLE.logo{
	margin-left : -110px;
}

TABLE.text{
	max-width : 800px;
}

A:link  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #006666;
}

A:visited  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 11pt;
	font-weight : bold;
	text-decoration : none;
	color : #808080;
}

A:active  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 11pt;
	font-weight : bold;
	text-decoration : none;
	color : #AA0000;
}

A:hover  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 11pt;
	font-weight : bold;
	text-decoration : none;
	color : #AA0000;
}

H1  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : large;
}

H2  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 15pt;
	font-weight : bold;
	text-align : center;
	margin-left : 10px;
	color : #000000;
}

H3  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 13pt;
	font-weight : bold;
	text-align : left;
	margin-left : 10px;
	color : #000000;
}

H4  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-align : left;
	margin-left : 0px;
	padding : 6px;
	color : #0055AA;
	border : none;
	background-color : #FFFFFF;
}

H5  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 13pt;
	font-weight : bold;
	margin-left : 0px;
	padding : 10px;
	color : #0055AA;
	border : none;
	background-color : #FFFFCC;
}

H6  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	margin-left : 0px;
	padding : 2px;
}

P  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	margin-left : 30px;
}

P.center  {
	text-align : center;
}

P.copyright  {
	font-size : 9pt;
	font-style : italic;
	text-align : center;
	font-weight : bold;
}

/* the 'border:none;'statement is critical for Navigator */

P.tip  {
	font-family : Georgia,"Times New Roman",Times,serif;
	margin-left : 20px;
	padding : 10px;
	border: none;
	border-style : solid;
	color : #003386;
	background-color : #FFFFDD;
	border-color : #0084C6;
}

P.id  {
	text-align : center;
	font-size : 9pt;
	color: #F0FFFF;
		}

P.warn {
	font-family : Georgia,"Times New Roman",Times,serif;
	margin-left: 20px;
	padding: 10px;
	border: none;
	border-style : solid;
	color: #FF0000;
	background-color: #FFFFDD;
	border-color : #CC0000;
		}
		
P.quote{
    font-family : Verdana Geneva Arial Helvetica sans-serif;
 	font-size : 8pt;
	font-style : italic;
    font-weight : bold;
	text-align : center;
	color:#6699CC
}

P.ref{
    font-family : Verdana Geneva Arial Helvetica sans-serif;
 	font-size : 7pt;
	font-style : italic;
	text-align : center;
	color:#CCCCCC
}
		

DIV  {
	font-family : Georgia,"Times New Roman",Times,serif;
}


DIV.list  {
	margin-left : 20px;
}

/* NOT to allow SPAN and DIV to share a font style or size!*/
UL  {
	list-style-type : square;
}

.square  {
	list-style-type : square;
}

.circle  {
	list-style-type : circle;
}

DT  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 11pt;
	font-weight : bold;
	margin-left : 30px;
	color : #0055AA;
}

DD  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : 11pt;
}

.blue {
	background-color: #F5F5DC;
	color : #0084C6;
	font-weight : bold;
	
}

.small{
	font-size : 9pt;
}

.sanred  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color : #FF0000;
}

.serif  {
	font-family : Georgia,"Times New Roman",Times,serif;
}

.sanserif  {
	font-family : "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

.fantasy  {
	font-family : "Comic Sans MS",fantasy,Arial,"sans-serif";
}

.mono  {
	font-family : "Monotype.com",monospace;
}

.psblue {
		color : #0084C6;
}