body {
	background-color: #993333; 
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-size: 10px;
	}

a {
	color: #993333;
	font-size: 1.0em;
	text-decoration: none;	
	}
	
A:hover {
	BORDER-BOTTOM: #ffc676 1px solid;
	BACKGROUND-COLOR: #fff8eb;
	}

.tableview {
	background-color: #FFCC66;
	}

.bodyText {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333333;
	}
	
.cities {
	font-size: .6em;
	color: #333333;
	}	

.sidebar {
	font-size: 0.8em;
	color: #333333;
	}

.sidebarText {
	font-size: .8em;
	color: #FFFFDD;
	}

.footer {
	font-size: .6em;
	color: #333333;
	}

.headerText {
	color: #333333;
	font-family: georgia;
	font-size: 1.6em;
	}
p {
	font-size: .8em;
	color: #333333;
	line-height: 1.5;
	font-weight: normal;
	}
	
ul {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFDD;
	}
	
h1 {
	font-size: 1.9em;
	color: #B20000;
	font-family: "Century Gothic";
	font-weight: normal;
	}
h2 {
	font-family: "Century Gothic";
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 3px;
	font-color: #313131;
	}

.logo {
	font-size: 2.6em;
	font-family: times new roman;
	letter-spacing: .4em;
	line-height: 1.4em;
	color: #333300;
	font-weight: bold;
	}

.header {
	font-size: .8em;
	line-height: 1.2em;
	font-family: "Century Gothic";
	color: #333300;
	letter-spacing: .7em;
	}

/* ID Styles */
	
#navigation a {
	font-size: .7em;
	color: #FFFFDD;
	text-decoration: none;
	letter-spacing: .2em;
	}
	
#navigation a:hover {
	color: #DD3333;
	text-decoration: underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}

.sidebarbox {
	font-size: .8em;
	color: #FFFFFF
	}
.credit { font-size: 10px; line-height: 1.2em; color: #CCCCCC; }
