h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC0000;
	margin-top: 5px;
	margin-left: 5px;
}
.form_table {
	font-weight: normal;
	text-transform: capitalize;
	border: thin solid #000066;
	padding: 10px;
	background-color: #9DB4D9;
}
.cellmain {
	padding: 0px 10px 10px;
}
#favs {
	list-style-type: none;
}
#favs a:link { text-decoration: none;}
#favs a:hover {color:#990033;
text-decoration:underline;}
#favs a:visited { text-decoration:none }

#price_list { border:medium #990000;}
.price_list {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

	
	


/*leftnav bar */
 #leftnav ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#leftnav a
{
	display: block;
	color: #FFF;
	background-color: #953133;
	width: 10em;
	padding: .2em .8em;
	text-decoration: none;
	text-transform: capitalize;
	border: 1px solid #fff;
}

#leftnav a:hover
{
background-color: #af6365;
color: #FFF;

}



	
.boldtext {
	font-weight: bold;
	color: #861213;
}
p {
	padding-left: 5px;
	padding-right: 5px;
}
h4 {
	padding-left: 5px;
	padding-top: 0px;
	margin: 0px;
}
#rightside {
	border-right-width: 2px;
	border-right-color: #FFFFFF;
}
#footnote {
	font-size: 10px;
	color: #FFFFFF;
	margin: 10px;
	
}
#footnote a {
color: #999999;
text-decoration: underline;
}
h5 {
	margin-left: 5px;
}
a:link {
	color: #2357A3;
}

a:visited {
	color: #2357A3;
}


a:hover {
	color: #FCDA52;
}
a:active {
	color: #2357A3;
}
.top_bottom {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

