
.Intro
{
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana;
}
h1
{
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	font-family: 'Times New Roman';
}
p
{
	font-size: 15px;
	font-family: Arial;
}
li
{
	font-size: 15px;
	font-family: Arial;
}
dt
{
	font-weight: bold;
	font-size: 15px;
	font-family: Verdana;
}

dd
{
	font-size: 12px;
	font-family: Arial;
}
/*  New Styles for Globals */
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	color: #ff0000;
	text-decoration: underline;
}
.Header
{
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana;
}
.SubHeader
{
	font-size: 18px;
	color: #808080;
	font-family: Tahoma;
}
.Date
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}
.BodyText
{
	font-size: 15px;
	font-family: Arial;
}
.Title
{
	font-weight: bold;
	font-size: 25px;
	font-family: Verdana;
}


