/* begin BODY  */
BODY {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10pt;
	color: #FFFFFF;
}
/* end BODY  */

/* begin TD's  */
TD {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10pt;
	color: #FFFFFF;
}
/* end TD's  */

/* begin class SMALL for small text */
.small {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	color: #FFFFFF;
}
/* end class SMALL for small text */

/* begin A HREF's  */
A {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline ; 
}

A:hover {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #35498B;
	/*background: #00cc66;*/
	text-decoration: underline;
}

A:visited {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline ;
}

A:visited:hover {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10pt;
	color: #35498B;
	text-decoration: underline ;
}

A.zap {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline ; 
}

A.zap:hover {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #99ccff;
	/*background: #00cc66;*/
	text-decoration: underline;
}

A.zap:visited {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline ;
}

A.zap:visited:hover {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 12pt;
	color: #99ccff;
	text-decoration: underline ;
}

A.small {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline ; 
}

A.small:hover {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ffff00;
	/*background: #00cc66;*/
	text-decoration: underline;
}

A.small:visited {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline ;
}

A.small:visited:hover {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	color: #ffff00;
	text-decoration: underline ;
}
/* begin A HREF's  */


/* begin FORMelements  */
.monospace { 
	font-family:Courier,monospace,tahoma, geneva, arial, helvetica; 
	font-size: 10pt;
	color: #35498B;
	background-color: #99ccff;
	border-style: solid;
	border-color: #000066;
	}
	
.button {
	margin-top: 0px;
	background-color: #99ccff;
	font-family: tahoma, geneva, arial, helvetica;
	font-weight :bold ;
	font-size: 9pt;
	color: #35498B;
}
/* end FORMelements  */	
