/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#000066;
	}
	
a {
	color: #CCCCCC;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #ffffff;
	text-decoration:underline;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}
	
.bodyText {
	line-height:14pt;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}

.footer {
	font-size: 8pt;
	color: #CCCCCC;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	}

.footerbold {
	font-size: 8pt;
	color: #CCCCCC;
	line-height: 12pt;
	font-weight: bold;
	}
	
	
