/* Global Styles */

body {
	margin:0px;
	background-color: #D3D1CA;
	}
.coolLink {
	font-size: 14px;
	color: #DD6611;
}
	
a {
	color: #885522;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	color: #DD6611;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.caption {
	font:10px georgia;
	color: #80724D;
	line-height: normal;
    }
	
.bodyText {
	font:11px arial;
	line-height:normal;
	color: #333333;
	background-color: #ffffff;
	text-align: justify;
	}
	
.tableName {
	background-color: #EEEE99;
	font:20px georgia;
	color: #DD6611;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #FFAA44;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}

.list {
	line-height: 24px;
	list-style-position: outside;
	list-style-type: square;
    }

