/* CSS Document */
body 
{
	
	background-image:  url("../shared/gray_textured_gradient.jpg");
background-position: top center;
background-repeat:no-repeat;
background-attachment:fixed;
	color:black;
/*	background:#ffffff;*/
	font-size:10pt;
	font-family:arial;
	/*padding-left: 17px;*/
}

a:link {color:#000066; text-decoration:underline; font-weight:bold;}
a:active {color:yellow; text-decoration:underline; font-weight:bold;}
a:visited {color:#000066; text-decoration:underline; font-weight:bold;}
a:hover {color:#CC0000; text-decoration:underline; font-weight:bold;}

.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	text-decoration: none;
	
}
.menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	text-decoration: none;
	font-weight: normal;
}

.menu a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	text-decoration: none;
	font-weight: normal;
}
.menu a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	text-decoration: underline;
	font-weight: normal;
}

.bio
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}	

.name
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993333;
	font-weight: bold;
	text-align: center;
}

.arialeleven
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.arialtwelve
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.blueheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

.style1 {font-size: 11px}
.style2 {color: #990000}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {color: #990000; font-weight: bold; }


