/* Global Styles */

body {
	background-color: #333333;
	background-position: center;
	top: 50px;
	margin-top: 25px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #333333;
	text-decoration:underline;
	font-weight:normal;
	}
	
a:hover {
	color: #333333;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #333333;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #8C7040;
	text-decoration:underline;
	}
	
#list a {
	color: #333333;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/* Class Styles */

.logo {
	color: #F3F3F3;
	letter-spacing:0.2em;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	padding-left: 25px;
	color: #333333;
	}

.bodyTextbold {
	color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	}
	
	
.bodyText {
	color:#333333;
	font-family: arial;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.pageName {
	color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 28px;
	}
	
.navText {
	color: #333333;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	}
