body
{
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #8094D1;
	background-color: #063429;
}
	
div, span, p, input, select, th, td, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
    font-family:  verdana, arial, helvetica, sans-serif;
}

p	{
	margin-top: 0; padding-top: 0;
	line-height: 1.65em;
	}
	
h1	{
	font-size:	20px;
	}
	
h2	{
	font-size:	18px;
	}
	
h3	{
	font-size:	16px;
	}
	
h4 {
	font-size:	14px;
	}
	
h5	{
	font-size:	12px;
	}
	
h6	{
	font-size:	11px;
	}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #8094D1;
	background-color: transparent;
	margin: 5px 0 5px 0;
}

a	{
	color: #8094D1;
	text-decoration:	none;
	}

a:link
{
	color: #8094D1;
	background-color: transparent;
	text-decoration:	none;
}

a:visited	{
	color:	#8094D1;
	background-color: transparent;
}

a:active	{
	color:	#8094D1;
	background-color: transparent;
}

a:hover   {
	color: #8094D1;
	background-color: transparent;
	text-decoration: underline;
}

.barkBG
{
	background-image: url(../images/bark_BG.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.searchBG { background-image: url(../images/button_int_searchBg.gif); }
.searchBox { font-size:	11px; }

.footerNav {
	color:	#DDDBCE;
}

.footerLink, .footerLink:link, .footerLink:active, .footerLink:visited  {
	font-weight: normal;
	color:	#DDDBCE;
}

img
{
	/* turns off gaps around images */
	border-color: #336699;
}


	