/***********************************************************************************************************
File Name:		main.css
Description:	This main.css/bgcBlacktWhite_main.css is the style sheet used for sites with white text
					and a black background color
Created:		13-AUG-2006 by MTW
Updated:		10-Mar=2007 MTW - New site template adjustments
				14-MAR-2006 MTW - Continued style changes to match the new template
				15-NOV-1007 MTW - Margins
***********************************************************************************************************/
body 
{
	text-decoration:none; 
	/*background-color:black;
	color:white;*/
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;	
}
th 
{
	text-align:center;
	font-size:larger;
	font-weight:800;
}
h4
{
	color:#3D2825;
	font-size:125%;
	text-align:center;
}
a 
{
	color:#3c2326;  /*#FFFFFF;*/
	text-decoration:underline; 
}
a:link 
{
	color:#3c2326;  /*#FFFFFF;*/
	text-decoration:underline; 
}
a:visited 
{
	color:#3c2326;  /*#FFFFFF;*/
	text-decoration:underline; 
}
a:active 
{
	color:#3c2326;  /*#FFFFFF;*/
	text-decoration:underline; 
}
a:hover 
{
	color:#3c2326;  /*#000066;*/
	text-decoration:none; 
}
/* custom sections */
.links
{
	text-align:center;
	font-size:12pt;
	padding:10px;
}
.links a 
{
	text-decoration:none; 
	color:white;
}
.links a:link 
{
	text-decoration:none; 
	color:white;
}
.links a:visited 
{
	text-decoration:none; 
	color:white;	
}
.links a:active 
{
	text-decoration:none; 
	color:white;
}
.links a:hover 
{
	text-decoration:underline; 
	color:white;
}
#content
{
	padding:24px;
}