/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/

p, body, td
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
}

A:link 
{
	color: #5d4d2c;
	text-decoration: none;
}

A:visited 
{
	color: #5d4d2c;
	text-decoration: none;
}

A:hover 
{
	color: #5d4d2c;
	text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------
  text classes
------------------------------------------------------------------------------------------------*/

.header 
{
	font-size: 13px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #5d4d2c;
}

.body 
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
}

.bodybold 
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
}

.list 
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
}

.footer 
{
	font-size: 10px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #5d4d2c;
}

.copyright 
{
	font-size: 9px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #666666;
}

.alert 
{
	font-size: 13px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #000066;
}

/*------------------------------------------------------------------------------------------------
  list classes for pricing forms
------------------------------------------------------------------------------------------------*/

.pricing_tblbg 
{
	background-color: #5d4d2c;
}

.pricing_tbl_head {
	background-color: #5d4d2c;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #e8ebef;
 }

.pricing_tbl_row {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #5d4d2c;
 }

.pricing_tbl_row_lg {
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #5d4d2c;
 }


/*------------------------------------------------------------------------------------------------
  list classes for general forms
------------------------------------------------------------------------------------------------*/

.contact_tblbg 
{
	background-color: #5d4d2c;
}

.contact_tbl_head {
	background-color: #e8ebef;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #5d4d2c;
 }

.contact_tbl_row {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #5d4d2c;
 }

/*------------------------------------------------------------------------------------------------
  prev/next classes
------------------------------------------------------------------------------------------------*/

.prevnext:link 
{ 
	text-decoration: none; 
}

.prevnext:visited 
{ 
	text-decoration: none; 
}

.prevnext:hover 
{ 
	text-decoration: none; 
}

.prevnext_on:link 
{ 
	color: #999999; 
	text-decoration: none; 
}

.prevnext_on:visited 
{ 
	color: #999999; 
	text-decoration: none; 
}

.prevnext_on:hover 
{ 
	color: #999999; 
	text-decoration: none; 
}
