|body	{
	margin:		0;
	padding:	0;
	font-family: verdana, sans serif;
	color:	#000;
	font-size:	12px;
	background : #fff;
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  verdana, sans-serif;
  	font-size:	12px;
    }
a	{
	text-decoration:	none;
	font-weight:	bold;
	font-size:	10px;
	}
a:link	{
	color:	#6B4A29;
	background-color: transparent;
	font-size:	10px;
	}
a:visited	{
	color:	#6B4A29;
	background-color: transparent;
	font-size:	10px;
	}
a:active	{
	color:	#6B4A29;
	background-color: transparent;
	font-size:	10px;
	}
a:hover	{
	color:	#DB3711;
	background-color: transparent;
	text-decoration:	underline;
	font-size:	10px;
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}

p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}
h1	{
	font-size:	24px;
	font-family: verdana, sans serif;
	color:	#6b4a29;
	}

h2	{
	font-size:	22px;
	font-family: arial, verdana, sans serif;
	color:	#6b4a29;
	}

h3	{
	font-size:	18px;
	}

h4 {
	font-size:	16px;
	}

h5	{
	font-size:	14px;
	}

h6	{
	font-size:	12px;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, sans serif;
	font-weight: bold;
	color: #6B4A29;
	background-color: transparent;
	margin:	5px 0 0 5px;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}




