/***********************************************************************************************************
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
***********************************************************************************************************/
body 
{
	text-decoration: none; 
	font-size:10pt;	
	text-align:center;
}
h1
{
	font-size:18pt;
}
h2
{
	font-size:16pt;
}
th 
{
	background-color:#F5F5F5;
	text-align: Center;
	font-size:12pt;
	font-weight:800;
	/*bgcolor:silver;*/
}
td
{
	font-size:10pt;
}

a 
{
	color: #0000ff;
	text-decoration: none; 
}
a:link 
{
	color: #0000ff;
	text-decoration: none; 
}
a:visited 
{
	color: navy;
	text-decoration: none; 
}
a:hover 
{
	color: #ff0000;
	text-decoration: underline; 
}
a:active 
{
	color: #ff0000;
	text-decoration: none; 
}

img
{
	border-style:none;
	border-width:0;
}