/* CSS FILE - FORMAT.CSS */

body {
	margin:0px;
	float:center;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #336666;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:overline;
	}
	
#navigation a {
	font:13px "Times New Roman", Times, serif;
	color: #000066;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #990000;
	text-decoration:overline;

	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
.logo {
	font:30px times new roman;
	color: #000066;
	letter-spacing:.1em;
	font-weight:bold;
	background-color:#FFFFFF;
    align: Center
	}

.sidebarText {
	font:12px georgia;
	color: #000066;
	line-height:18px;
	}
	
.bodyText {
	font:14px arial;
	line-height:24px;
	color:#000066;
	}
	
.pageName {
	font:26px georgia;
	color:#000066;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:11px arial;
	color: #333300;
	letter-spacing:.1em;
	}
.footer {
	font:10px Times;
	color:#333333;
	
	
	
