.style2 {font-size: 14px}
.style3 {font-size: 36px; color: #FF6600;}
.style4 {font-size: 36px; font-family: Arial;}
.style6 {font-family: Arial; font-size: x-small; font-weight: bold;}
.style7 {font-size: 14px; font-family: Arial; color: #FFFBDF;}
.style8 {font-size: 6pt;}
.style10 {font-size: 6pt; font-family: Arial; font-weight: bold;}

BODY{
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFBDF;
	}

A:link {
	color: #000000;
	text-decoration: none;
	}


A:visited {
	color: #6F6235;
	text-decoration: none;
	}

A:active {
	color: #6F6235;
	text-decoration: none;
	}

A:hover {
	color: #FF6600;
	text-decoration: none;
	}

A.dark:link {
	color: #FFFBDF;
	text-decoration: none;
	}

A.dark:visited {
	color: #FFFBDF;
	text-decoration: none;
	}

A.dark:active {
	color: #FFFBDF;
	text-decoration: none;
	}

A.dark:hover {
	color: #FF6600;
	text-decoration: none;
	}

TD {
	font-size: 10px;
	font-family : Arial;
	}

P {
	font-size: 10px;
	font-family : Arial;
	}

TD.dark {
	font-size: 10px;
	font-family : Arial;
	color : #000000;
	}

P.dark {
	font-size: 10px;
	font-family : Arial;
	color : #000000;
	}

TD.smaller {
	font-size: 9px;
	font-family : Arial;
	color : #000000;
	}

P.smaller {
	font-size: 9px;
	font-family : Arial;
	color : #000000;
	}


