/*
clear all floated elements on a page 
<br class="clear" />
*/
html, body, l, ol, li, form, fieldset, legend, p, hr {
	margin: 0px;
	padding: 0px;
	}

body                                                             {
	color: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 8px 0px 0px 8px;
	scrollbar-3dlight-color: #333366;
	scrollbar-arrow-color: #8E9673;
	scrollbar-darkshadow-color: #333366;
	scrollbar-face-color: #d4d0c8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: #ffffff;
	background-color: #000;
	background-image: url(../site_images/page_components/bg3.jpg);
	background-repeat: repeat-x;
}
html {
    height: 101%;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
}

td                       {
	font-size: 12px;

}

.bold_headline_35320D    {
	color: #000;
	font-weight: bold;
	font-size: 12px
}

.bold_headline_C3B263    {
	color: #000;
	font-weight: bold;
	font-size: 12px
}

.bold_headline_838E52    {
	color: #000;
	font-weight: bold;
	font-size: 12px
}

.xbold_headline_35320D    {
	color: #000;
	font-weight: bold;
	font-size: 14px
}

.xbold_headline_C3B263    {
	color: #000;
	font-weight: bold;
	font-size: 14px
}

.xbold_headline_838E52    {
	color: #000;
	font-weight: bold;
	font-size: 14px
}

.size1      {
	font-size: 9px;
}

.size2  {
	font-size: 11px
}

.size3   { font-size: 12px }

.nav  {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif
}

.size1blue  { color: blue; font-size: 12px }

.size1red  { color: #f00; font-size: 12px }


a                           {
	color: #000;
	text-decoration: underline
}

a:hover                     {
	color: #000
}

a:visited              {
	color: #000;
	text-decoration: underline
}

a:visited:hover              {
	color: #000
}

b   { font-weight: bold }

h1         {
	color: #000;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

h2             {
	color: #000;
	font-weight: lighter;
	font-size: 14px
}

h3           { font-weight: lighter; font-size: 13px }

input    { }

A.highlights1:link       {
	color: #000;
	font: bold 12px/normal Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	background-position: center
}

A.highlights1:active       {
	color: #000;
	font: bold 12px/normal Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	background-position: center
}

A.highlights1:visited       {
	color: #000;
	font: bold 12px/normal Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	background-position: center
}

A.highlights1:hover        {
	color: #000;
	font: bold 12px/normal Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	background-position: center
}

A.highlights2:link   {
	color: #000;
	font-style: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	background-position: center
}

A.highlights2:active     {
	color: #000;
	font-style: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	background-position: center
}

A.highlights2:visited    {
	color: #000;
	font-style: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	background-position: center
}

A.highlights2:hover       {
	color: #000;
	font-style: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	background-position: center
}
.nav-table {
	background-color: #FFF;
	height: 95px;
	width: 782px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
}
#mainlist li {
	list-style-type: square;
	line-height: 18px;
}
.tempTable {
	background-color: #9CF;
}
.client {
	float: left;
	width: 700px;
	height: 80px;
	/* [disabled]margin-bottom: 16px; */
	margin-top: 12px;
}
.client_01 {
	float: left;
	width: 170px;
}
.client_02 {
	float: left;
	width: 330px;
	padding-left: 10px;
}
.client_02a {
	float: left;
	width: 520px;
	padding-left: 10px;
}
.client_03 {
	float: left;
	width: 170px;
}
.client_info {
	float: left;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
.clear {
	clear: both;
/* .clear use with <BR> to clear all floated elements on a page <br class="clear" /> */
}