body { color: #333; text-align: left; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; margin: 0; }


p {
	font-size: 12px;
	margin-left: 24px;
	margin-right: 18px;
	margin-bottom: .25em;
	line-height: 1.4em;
	}
	
.home p {
	font-size: 12px;
	color: #FFF;
	}

.numbers p {
	font-size: 12px;
	padding: 6px;
	line-height: 1.4em;
	color: #333;
	}
	
.numbers a {
	color: #333;
	text-decoration: none;
	}

.numbers a:visited {
	color: #333;
	}

.numbers a:hover {
	color: #fbe5bc;
	text-decoration: underline;
	}
	
.numbers a:active {
	font-weight: bold;
	text-decoration: none;
	}
	
a: {
	color: #333;
	text-decoration: underline;
	}

a:visited {
	color: #990000;
	text-decoration: none;
	}

a:hover {
	color: #990000;
	text-decoration: underline;
	}


h1 {
	font-size: 20px;
	color: #990000;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 1em;
	margin-left: 24px;
	margin-right: 0px;
	margin-bottom: 0;

	}
	
.home h1 {
	color: #FFF;
	}


h2 {
	font-size: 12px;
	color: #333;
	margin-left: 24px;
	margin-top: 24px;
	}
	



hr {
	color: #999;
	height: 1px;
	margin-left: 24px;
	}
	
	
ul {
	font-size: 12px;
	margin-left: 24px;
	margin-top: 0px;
	border: 0px;
	color: #000;
	}
	
ul li {
	font-size: 12px;
	margin-left: 24px;
	margin-top: 12px;
	color: #000;
	}

	
ul ul  {
	font-size: 12px;
	margin-left: 45px;
	padding: 0px;
	list-style-type: circle;
	color: #000;
	}
	
td {
	font-size: 12px;
	margin: 0;
	padding: 0em 0 0em 0em;
	}
	
td  ul {
	font-size: 12px;
	margin-left: 24px;
	padding: 0px;
	list-style-type: disc;
	margin-bottom: 6px;
	}

.chart ul {
	font-size: 12px;
	margin-left: 24px;
	padding: 0px;
	list-style-type: circle;
	margin-bottom: 3px;
	margin-top: -10px;
	}

.chart ul li {
	font-size: 12px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: circle;
	margin-bottom: 3px;
	}

	
td .top {
	font-size: 9px;
	color: #666666;
	}



/* ---( side navigation bar )------------------------------- */

#left {
	font-size: 12px;
	margin-left: -12px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: -15px;
	}

#left ul {
	font-size: 12px;
	padding: 0px;
	list-style: none;
	color: white;
	font-weight: normal;
	}
	
#left li {
	font-size: 12px;
	padding: 0px;
	color: white;
	font-weight: normal;
	line-height: 20px;
	}
	
#left li a {
	font-size: 12px;
	padding: 0px;
	color: #FFF;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	}

#left li a:hover {
	font-size: 12px;
	padding: 0px;
	color: #fbe5bc;
	font-weight: normal;
	line-height: 20px;
	list-style-image: url(../images/pink_arrow.gif);
	list-style-type: square;
	}


#left .nav li.active a {
	font-size: 12px;
	color: #fbe5bc;
	font-weight: normal;
	text-decoration: none;
	list-style-image: url(../images/pink_arrow.gif);
	list-style-type: square;
	}
	

.footer p {
	font-size: 9px;
	color: #FFF;
	line-height: 1.2em;
	padding: 14px;
	margin: 0px;
	background-color: #990000;
	border: 0px;
	}


.footer p a {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	}

.footer p a:visited {
	color: #FFF;
	text-decoration: none;
	}

.footer p a:hover {
	color: #fbe5bc;
	text-decoration: underline;
	}

.store_address {
	margin: 0 0 1em 24px;
}

