a
{
    text-decoration:none;
    color: #6B301E;
    font-weight:bold;
}


body
{
 background: url(images/wood-bg.jpg) repeat;
}

a:hover
{
    text-decoration:none;
    color: #A16733;
    font-weight:bold;
}

.tableMain
{
	width: 744px;
    border-left: 0px solid #617051;
    border-right: 0px solid #617051;
    border-top-style: solid;
    border-top-width: 0px;
    border-bottom: 0px solid #617051;

}

.tdLeftColumn
{
	background-color:#FFE99B;
	vertical-align:top;
    font-family:Arial,Tahoma,Verdana;
	font-size:8pt;
	color: #617051;
}

.tdRightColumn
{
	background-color:White;
	vertical-align:top;
	font-family:Arial,Tahoma,Verdana;
	font-size:10pt;
	color: #617051;
	padding-left:5px;
	padding-right:5px;
}

.pageBreak
{
	padding-top:10px;
	padding-bottom:10px;
}


#browse
{
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	background: #FFE99B;
	border-bottom: 1px #E2C675;
    height: 250px;
    font-family:Arial,Tahoma,Verdana;
    font-size:10pt;
}

#browse dt
{
	background: #FFE99B;
	color: #CA974D;
	margin: 2px 2px 1px 2px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

#browse dd
{
	background: #FFE99B;
	border-bottom: 1px solid #E2C675;
	padding: 0;
	margin: 0 2px;
	text-align:left;
}

#browse dd a
{
	color: #A16733;
	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: #E2C675;
}

#browse .first
{
	padding-top: 10px;
}

#browse .last
{
	padding-bottom: 8px;
	border-bottom: 1px none;
}

img
{  border-style: none;
}

h1
{
   font-family: Arial,Tahoma,Verdana;
   font-size: 13pt;
   color: #617051;
   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%;
 }


