body {
	background-color: #ffffff;
	text-decoration: none;
}

h1 {
	font-size: 40px; 
	color: #000000;
	font-family: arial, helvetica, sans-serif;

}

h2 {
	font-size: 30px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}

h3 {
	font-family: times, times new roman;
	color: #336699; 
	font-size: 20px;
	font-weight: bold;
}




	a:link {
	color: #741C1F;
	text-decoration:none;
	}

	a:visited {
	color: #6E6E6E;
	text-decoration:none;
	}

	a:active {
	background-color: #FFFFFF;
	text-decoration:none;
	}

	a:hover {
	color:#741C1F;
	text-decoration:underline;
	}



#headLine {
	font-family: times, times new roman;
	color: #336699; 
	font-size: 16px;
	font-weight: bold;
	}

#base 	{
	font-family: tahoma, arial, sans-serif;
	color: #000000; 
	font-size: 13px;
	font-weight: normal
	}

#footer 	{
	font-family: tahoma, arial, sans-serif;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	}


/* rollOverClass Link */

	a.rollOverClass:link {
	color: #ffffff;
	text-decoration:none;
	}

	a.rollOverClass:visited {
	color: #ffffff;
	text-decoration:none;
	}

	a.rollOverClass:active {
	background-color: #ffffff;
	text-decoration:none;
	}

	a.rollOverClass:hover {
	color:#ffffff;
	text-decoration:none;
	}

