/* CSS Document */

a:link{color:#ffffff;text-decoration:none}
a:visited{color:#336699;text-decoration:none}
a:hover{color:#cccccc;text-decoration:none}

table
{ 
font-family: Verdana, sans-serif;
font-size: 8pt;
line-height: 1.2;
color:#333333;
}

h1 {
	font-size:12px;
	color:#ffffff
}
h2 {
font-size:9px;
color:#ffffff;
font-weight:300;
}
h3 {
font-size:9px;
color:#ffffff;
font-weight:300;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
line-height:7px;
}

.copy {
font-size:9px;
color:#000000;
font-weight:300;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
line-height:5px;
}

.black {
color:#000000;
}

.list {
font-family: Verdana, sans-serif;
font-size: 7pt;
line-height: 1.2;
color:#333333;
}

/* Header:

<html>
<head>
<link  REL="StyleSheet" TYPE="text/css" HREF="includes/style.css" media="all">
<link  REL="StyleSheet" TYPE="text/css" HREF="includes/stylePrint.css" media="print">
<? 
$subject=""; // Page Title
include "includes/header.php"; ?>


*/

/* Footer (inside the TABLE):

<? include "includes/footer.php"; ?>

*/