body
{ 
	color: #333; 
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-align: left; 
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("images/bkgrd.gif"); 
	margin: 0; 
	padding: 0 
}

a
{
	color: #CE8C23; 
	cursor: pointer;
}

a:link
{ 
	color: #036;
	text-decoration: underline
}
a:hover
{
	text-decoration: underline;
	color: #CE8C23;
}

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

a:active
{ 
	text-decoration: underline;
}

img
{
	border: 0px;
}

h2
{
 	font-size: 1.7em;
 	margin-top: 13px;
 	color: #000000;
 	font-weight: lighter;
}

h3
{
 	font-size: 1.3em;
 	margin-top: 0px;
 	color: #000000
}

h4
{
 	font-size: 1.1em;
 	margin-top: 20px;
 	margin-bottom: -2px;
 	color: #000000;
}

p
{
 	font-size: 1em;
}

table
{
 	font-size: 1em;
}


p.horizLine
{
	border-bottom: solid 1px #666;
	width: 100%;
}

.verticleLine
{

	background-color: #666;
	padding-top: 14px;
	margin-top: 14px;
	height: 100%;
}


#navlist 
{
	margin: 0px; 
	width: 200px;
	margin-bottom: 20px;
}

#navlist ul 
{
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	text-align: left;
}

#navlist li 
{
	margin: 0px;
}

#navlist a  
 { 
 	background-color: none; 
	display: block; 
 	padding: 8px 2px 8px 10px; 
 	border-style: none none solid; 
 	border-width: medium medium 1px; 
 	border-color: #000 }

#navlist a:link, #navlist a:visited 
{
	color: black;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active  
 { 
 	color: black;
 	background-color: #CE8C23; 	
 }

/* listing */

.tablemain 
{
	height: 100%;
	width: 750px;
	
}

table.layout
{
	font-size: 1em;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
table.layout td
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}

table.layout td.rt
{
	border-right: 1px solid #999;
}

table td.rt
{
	padding-left: 10px;
}

/* Bar Navigation */

table td.bottombar    
{ 
	width: 100%;
	text-align: center;
	color: #666; 
	font-size: 11px; 
	padding: 3px 12px 6px 12px;
}

table td.bottombar A
{ 
	color: white; 
	font-size: 11px; 
	text-decoration: none 
}

table td.bottombar A:link
{
	color: white; 
	text-decoration: none 
}

table td.bottombar A:visited
{ 
	color: #999; 
	text-decoration: none 
}

table td.bottombar A:hover
{ 
	color: #666; 
	text-decoration: none 
}

table td.bottombar A:active
{ 
	text-decoration: none;
}

table td.footer  
{ 
	text-align: center;
	color: black;
	border-top: 2px solid white;
	font-size: 12px; 
	padding: 6px 12px 6px 12px;
	height: 20px;
}

table td.footer A:link,
{ 
	color: #036; 
	text-decoration: none;
	font-size: 1em;	
}

table td.footer A:hover, A:visited
{ 
	color: #CE8C23; 
	text-decoration: underline;
	font-size: 1em;	
}

table td.body
{ 
	padding: 16px 15px 6px 18px;
	text-align: left;
	background-color: white;
	height: 90%;
	font-size: 12px;
	line-height: 16px;
	border-top: 2px solid black;
	}

table td.nav
 { 
 border-top: 2px solid black
 }

table td.sidebrd
{ 
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.quotation 
{ 
	color: #600; 
	font-size: 12px; 
	font-style: italic 
}