body {

	font : normal normal 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}



div {

	font : normal normal 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}



pre {

	font : normal 10pt "Courier New", Courier, monospace;

}



address {

	font : normal italic 10pt "Courier New", Courier, monospace;

}



h1 {

	/* page heading 1 definition */

	font : bold 18pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}



h2 {

	/* page heading 2 definition */

	font : bold 16pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}

h2u {
		font : bold 16pt Arial, Verdana, Geneva, Helvetica, sans-serif;
		text-decoration: underline;
		}

h3 {

	/* page heading 3 definition */

	font : bold 14pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}




h4 {

	/* page heading 4 definition */

	font : bold 12pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}



cite, em, i {

	/* emulate italic defintion, italic tag will be obsolete, some users interchange these tags */

	font : normal italic 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}



strong, b {

	/* strong - bold definition, bold tag will be obsolete */

	font : bold 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}



table {

	/* table body definition - 	table data definition */

	font : normal normal 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;
	border: 1px;
	border-style: solid;
	border-color: silver;
	background-image: url("grid2.gif");
}

td {
	/* table data definition */
	font : normal normal 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;
}

td.boxit {
	border: 1px;
	border-style: dashed;
	border-color: black;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

th {

	/* table header definition */

	font : bold 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}

..caption {
 /* picture caption */
 				margin-top:-3px;
				}

a:link {

	/* link standard definition */

	color : #0000FF;

	background : transparent;

	font : normal 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;

	text-decoration : none;

}



a:visited {

	/* link standard definition */

	color : #800080;

	background : transparent;

	font : normal 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;

	text-decoration : none;

}



a:active {

	/* link standard definition, user click */

	color : #FF0000;

	background : transparent;

	font : normal 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;

	text-decoration : none;

}



a:hover {

	/* link standard definition, mouse over, pseudo-class */

	color : #000000;

	background : transparent;
	
	text-decoration: underline;

	font : normal 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}



a:focus {

	/* link standard definition, mouse click focus, pseudo-class */

	color : #ff6600;

	background : transparent;

	font : normal 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;

	text-decoration : none;

}



/* font Plus system: use in conjunction with font tag */

..minus1 {

	background : Transparent;

	font : normal 9pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}



..minus2 {

	background : Transparent;

	font : normal 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}



..plus1 {

	background : Transparent;

	font : normal 11pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}



..plus2 {

	background : Transparent;

	font : normal 12pt Arial, Verdana, Geneva, Helvetica, sans-serif;

}

/* font Plus system: use in conjunction with font tag */

u { font: bold 12pt Arial, Geneva;
		text-decoration: underline;
		color: red;
	}


