/** BP.css **/

/* windowshade "stuff" */
.shadeIndent
{
	display: none;
	padding: 0px 0px 0px 24px; 
}

/* */
.nobr 
{ 
	white-space: nowrap; 
}

.rulesIndent
{
	padding: 5px 5px 5px 5px;	
}

.rulesIndent2
{
	display: none;
	padding: 5px 5px 5px 24px;	
}

.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: #8d8d8d;
	/* Bad choice for bg image: background-image: url(../resources/metal.jpg); */
	padding: 0px;
	margin: 0px;
}
a:link
{
	color: #660000;	/* kinda maroon */
	text-decoration: none
}
a:visited
{
	color: #660000;	/* kinda maroon */
	text-decoration: none
}
a:hover
{
	color: #ffffff;
	text-decoration: underline;
}