/** BP.css **/

/* windowshade "stuff" */
.shadeIndent
{
	display: none;
	padding: 0px 0px 0px 24px; 
}

/* */
.nobr 
{ 
	white-space: nowrap; 
}

.rulesIndent
{
	padding: 5px 5px 5px 5px;	
}

.boxHeader
{
	background-color: #494949;	
}
/* html tag standard... */
body, table, tr, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;	
	line-height: 12pt	
	color: #000000;	
}
body 
{
	background-color: #6699CC ;
	padding: 0px;
	margin: 0px;
}
a
{
	color: #3366CC;	/*#660000;*/
	text-decoration: none
}
a:hover
{
	color: #0000FF;
	text-decoration: underline;
}
/* Navlist stuff */
#navlist
{
margin: 0;
padding: 0 0 20px 10px;
/* border-bottom: 1px solid #000; */
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #3366CC;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #3366CC;
padding-bottom: 2px;
background: transparent;
color: #3366CC;
}

#navlist a:hover { color: #0000FF; }
/* end of Navlist stuff */