

P { font-family: "Tahoma" ; font-size:smaller ; color:#cccccc ; margin-top:0px}
P.tiny { font-family: "Tahoma" ;  color:#cccccc ;font-size: 6pt}
P.large { font-family: "Tahoma" ; color:#cccccc ;font-size: 12pt}

A:link {color:#cccccc}
A:visited{color:#cccccc}
A:active{color:#996666}
A:hover{color:#996666}

LABEL { font-family: "Tahoma" ;  color:#cccccc ;font-size:smaller}

H1 { font-family: "Tahoma" ;  color:#cccccc ;font-size:smaller; font-weight:bold ; margin-top:12px ; margin-bottom:0px}

P.indented { font-family: "Tahoma" ; font-size:smaller ; color:#cccccc ; margin-top:0px; text-indent:20px }
H1.indented { font-family: "Tahoma" ;  color:#cccccc ;font-size:smaller; font-weight:bold ; margin-top:12px ; margin-bottom:0px; text-indent:20px}

DT { font-family: "Tahoma" ; color:#cccccc ;font-weight:bold ; font-size:smaller}
DD { font-family: "Tahoma" ; color:#cccccc ;font-size:smaller}
DD.large { font-family: "Tahoma" ; color:#cccccc ;font-size: 12pt}

TD.purchase { font-family: "Tahoma" ; color:#cccccc ;font-size:small}

LI.news { font-family: "Tahoma" ; color:#cccccc; font-size:smaller }


/* CONTENT PANEL BACKGROUND GRAPHICS */
#content_mid { background: url(images/bkg_fade_middle.gif) repeat-y}
#content_top { background: transparent url(images/bkg_fade_top.gif) no-repeat left top;
		padding-top:20px;
		padding-left:30px;
		padding-bottom:20px;
		padding-right:40px}
#content_bottom { background: transparent url(images/bkg_fade_bottom.gif) no-repeat left bottom}



/* NAVIGATION MENU */

#navigation {
text-align: center;
float: left; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;
}
#navigation li {
	display: inline;
	background: url(images/tab_middle.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	float: left;
}
#navigation li.highlighted {
	display: inline;
	background: url(images/tab_middle_highlighted.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	float: left;
	color:#996666
}
#navigation a {
	color: #663300;
	background: url(images/tab_left_side.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a.highlighted {
	color: #663300;
	background: url(images/tab_left_side_highlighted.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a.start {
	color: #663300;
	background: url(images/tab_start.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a.starthighlighted {
	color: #663300;
	background: url(images/tab_start_highlighted.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a span {
	background: url(images/tab_right_side.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span.highlighted {
	background: url(images/tab_right_side_highlighted.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span.end {
	background: url(images/tab_end.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span.endhighlighted {
	background: url(images/tab_end_highlighted.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span {
	color: #cccccc;
	float: none;
}

#navigation A:hover span{color:#996666}

/* END OF NAVIGATION MENU */
