/* Global Styles */

body {
	text-align:center;
	min-width:750px;
	}
	 
#wrapper {

 margin-left:auto; 
 margin-right:auto;
 padding: 0; 
 width:750px; 
 text-align:left; 
}


td {
	font:12px arial;
	color:#666666;
	}
	
a {
	color:#666666;
	text-decoration:none;
	font-weight:800;

	}
	
a:hover {
	font:12px arial;
	color:#3399FF;
	text-decoration:none;
	font-weight:800;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px arial;
	font-weight:800;
	color: #000000;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	font:12px arial;
	font-weight:800;
	color: #3399FF;
	text-decoration:none;
	}
	


/* Class Styles */

.logo {
	font:18px arial;
	color: #FFFFFF;
	letter-spacing:0.4em;
	font-weight:bold;
	}

	
.bodyText {
	font:12px arial;
	line-height:24px;
	color:#666666;
		}
	
.pageName {
	font:20px Arial;
	color: #000000;
	letter-spacing:.1em;
	line-height:26px;
	}
	
	
.navText {
	font:12px arial;
	color:#666666;
	letter-spacing:0.1em;

	}
	
	
#wrapper br {
	font:12px Arial;
	font-weight:800;
	background:#FFFFFF;
}

