/* Global Styles */

body {
	margin:0px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
td {
	color:#999999;
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Copperplate Light";
	font-size: 11px;
	}
	
hr {
	height:1px;
	color: #cccccc;
	border: none;
	background-color: #FFFFFF;
	}
	
a {
	color: #FFFFFF;
	text-decoration:underline;
	background-color: #FFFFFF;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #FFFFFF;
	margin: 5px;
	float: left;
	}
	
/* ID Styles */

#navigation a {
	color: #000000;
	font-weight:normal;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	font-family: "American Typewriter";
	font-size: 14px;
	background-color: #FFFFFF;
	}
	
#navigation a:hover {
	color:#000000;
	background-color: #FFFFFF;
	}
	
#sidebarHeader {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 14px;
	padding-left: 4px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}

#logo {
	color: #000000;
	line-height:24px;
	letter-spacing:0.4em;
	font-family: "American Typewriter";
	font-size: 18px;
	background-color: #FFFFFF;
	}

#tagline {
	color: #33CC33;
	line-height:18px;
	letter-spacing:0.4em;
	font-family: "American Typewriter";
	font-size: 12px;
	float: right;
	background-color: #FFFFFF;
	}
	
#dateformat a {
	color:#FFFFFF;
	color: #000000;
	letter-spacing:0.2em;
	text-decoration:none;
	font-weight:bold;
	font-family: "American Typewriter";
	font-size: 11px;
	background-color: #FFFFFF;
	}
	
#dateformat a:hover {
	color: #999999;
	background-color: #FFFFFF;
	}

/* Class Styles */

.bodyText {
	font:11px arial;
	color:#000000;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:3px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 3px;
	padding-bottom: 3px;
	}
	
.pageName{
	font:22px georgia;
	color: #999999;
	line-height:20px;
	letter-spacing:0.1em;
	background-color: #FFFFFF;
	}
	
.subHeader {
	color: #000000;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: "American Typewriter";
	font-size: 16px;
	background-color: #FFFFFF;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #000000;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	background-color: #FFFFFF;
	}	
	
.detailText {
	font:11px arial;
	color:#000000;
	line-height:16px;
	letter-spacing:0.1em;
	background-color: #FFFFFF;
	}
	
.smallText {
	font:10px arial;
	color:#FFFFFF;
	background-color: #FFFFFF;
	}
	

	
