a
{
    text-decoration:none;
    color: #3D575D;
    font-weight:bold;
}


body
{
 background-image: url(images/taupebgstripe.png);
}

a:hover
{
    text-decoration:none;
    color: #A89D7A;
    font-weight:bold;   
}

.tableMain
{
	width: 744px;
    border-left: 1px solid #858571;
    border-right: 1px solid #858571;
    border-top-style: solid;
    border-top-width: 0px;
    border-bottom: 1px solid #858571;
    
}

.tdLeftColumn
{
	background-color:#E6E1D2;
	vertical-align:top;
    font-family:Arial,Tahoma,Verdana;
	font-size:8pt;
	color: #010E7f;
}

.tdRightColumn
{
	background-color:White;
	vertical-align:top;
	font-family:Arial,Tahoma,Verdana;
	font-size:8pt;
	color: #3D575D;
	padding-left:5px;
	padding-right:5px;
}

.pageBreak
{
	padding-top:10px;
	padding-bottom:10px;
}


#browse 
{
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	background: #E6E1D2;
	border-bottom: 1px #E6E1D2;
    height: 168px;
    font-family:Arial,Tahoma,Verdana;
    font-size:8pt;
}

#browse dt 
{
	background: #E6E1D2 url(images/dt_bg.gif) bottom repeat-x;
	color: #66644E;
	margin: 2px 2px 1px 2px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

#browse dd 
{
	background: #E6E1D2;
	border-bottom: 1px solid #B3B3A1;
	padding: 0;
	margin: 0 2px;
	text-align:left;
}

#browse dd a 
{
	color: #858571;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

* html #browse dd 
{
	padding: 3px 22px;
}

* html #browse dd a 
{
	display: inline;
}

#browse dd a:hover 
{
	background: #D6D5BB;
}

#browse .first 
{
	padding-top: 10px;
}

#browse .last 
{
	padding-bottom: 8px;
	border-bottom: 1px #8B8E78;
}

img
{  border-style: none;
}

h1 
{
   font-family: Arial,Tahoma,Verdana;
   font-size: 8pt; 
   color: #3D575D;
   text-align: left;
}

h2 
{
   font-family: Arial,Tahoma,Verdana;  
   font-size: 8pt; 
   color: #3D575D;
   text-align: left;
}

h5 
{
   font-family: Arial,Tahoma,Verdana;  
   font-size: 7pt; 
   color: #999999;
   text-align: left;
}

.tipsLink
{
   text-decoration:none;
   color: #FFFFFF;
   font-weight:bold;
}

.tipsLink:hover
{
   text-decoration:none;
   color: #990033;
   font-weight:bold;
}

.tipsCell
{
   padding-left: 10px;
   border-bottom: 1px solid #DB5A03;
   margin-left:20px;
   width:100%;
 }


