
div#contact {
	position:relative; /* needed for footer positioning*/
	width:400px;
	background:#F9F9F9;
	border: solid 1px #E0E0E0;
}

.title
{
	font: bold 1.2em arial;
	color: #203333;
}

.subtitle
{
	font: .85em arial;
	color: #698744;
}

.para_text
{
	font: normal .75em Arial ;
	color: #000;
	text-align: justify;
}

.small_text
{
	display: block;
	font: normal .8em Arial ;
	color: #F7941D;
	text-align: left;
	margin-top: 42px;
	text-align: right;
}



.email_text
{
	display: block;
	color: #595959;
	text-decoration: underline;
}

.formboxtitles
{
	font: .8em arial;
	color: #003333;
}
.red
{
	font: .8em arial;
	color: red;
}

.normaltextbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 16em;
}
.normaltextboxselect {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	width: 16.5em;
}
div#quote
{
	float: right;
	width: 250px;
	margin-right: 17px;
	font: italic .75em arial;
	color: #698744;
	text-align: right;
	margin-top: 10px;
}

div#themarket
{
	border: solid 1px #808080;
	width: 162px;
	margin-top: 1px;
}

.marketdataheader
{

	width: 158px;
	padding-left: 5px;
	background-color: #003333;
	font: 900 .9em arial;
	line-height: 2em;
	color: white;	
}
.marketdata
{
	border-bottom: solid 1px #E0E0E0;
	width: 157px;
	padding-left: 5px;
	background-color: #A0A0A0;
	font: .75em arial;
	line-height: 2.6em;
	color: white;	
}

.marketdatanoborder
{
	width: 157px;
	padding-left: 5px;
	background-color: #A0A0A0;
	font: .75em arial;
	line-height: 2.3em;
	color: white;
}

p
{
	line-height: 15px;
}

.contacttext
{
	display: block;
	text-align: left;
	font: normal .8em arial;
	color: #595959;
}
	.contacttext a
	{
		color: #698744;
	}
	
.telnumber
{
	display: block;
	text-align: left;
	font: normal 1.1em arial;
	color: #454545;
}

.specials {
	margin: 17px;
	padding: 0px;
	font: .75em arial;
	list-style: square;
	color: #003333;
}
ul.specials li span{
	color: #003333;
}
.specials li {
	margin-top: 10px;
	color: orange;
}

.scrolltextClientAdds{	/*position: static;*/
	width: 660px;
	/*295px;*/
	height: 350px; /*415px; */
	overflow-y: scroll;
	border-width: 0px;
	padding: 0px 16px 0px 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #CCCCCC;
}
