/***********************************************************************************************************
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:		22-MAR-2007 MTW - minor additions
***********************************************************************************************************/
body 
{
	
}
h1
{
	text-align:center;
}
h2
{
	text-align:center;
}
table
{
	border-color:#3c2326;
}
th 
{
	vertical-align:top;
}
a 
{
	color:#660000;
	text-decoration: none; 
}
a:link 
{
	text-decoration: none; 
}
a:visited 
{
	text-decoration: none; 
}
a:hover 
{
	text-decoration: underline; 
}
a:active 
{
	text-decoration: none; 
}

/* custom sections */
.links
{
	font-size: 10pt;
}
.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:hover 
{
	text-decoration: underline; 
	color: white;
}
.links a:active 
{
	text-decoration: none; 
	color: white;
}
.bioheading
{
 	vertical-align:top;
	text-align:center;
	font-size:small;
}
