/* HEADLINE FORMATTING*/
.headline   {font-family: Arial,Helvetica,sans-serif; font-size:21px; color:#000000; font-weight:bold;}

.teamheader   {font-family: Arial,Helvetica,sans-serif; font-size:25px; color:#000000; font-weight:bold;}

.purpleheader   {font-family: Arial,Helvetica,sans-serif; font-size:29px; color:#660099; font-weight:bold;}

h4	{font-family: Arial,Helvetica,sans-serif; font-size:14px; color:#000000;}

/* MAIN CONTENT FORMATTING */
.text{font-family: Arial,Helvetica,sans-serif; color:#000000; font-size:12px;}

/* MAIN CONTENT FORMATTING */
p,ol,ul,blockquote,td,th {
	font-family: Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:12px;}



/* DEFAULT LINK/MAIN CONTENT AREA LINKS */
a:link {color:#660099; font-weight:bold; text-decoration:underline;}	
a:active {color:#660099; font-weight:bold; text-decoration:underline;}	
a:visited {color:#660099; font-weight:bold; text-decoration:underline;}	
a:hover {color: #FFD700; font-weight:bold; text-decoration:none;}


/* COPYRIGHT LINE */
.footer {font-size:xx-small; font-family:Arial,Helvetica,sans-serif; color:#ffffff;}
.footer a:link {color:#ffffff; font-weight:bold; text-decoration:underline;}	
.footer a:active {color:#ffffcc; font-weight:bold; text-decoration:underline;}	
.footer a:visited {color:#cccccc; font-weight:bold; text-decoration:underline;}	
.footer a:hover {color: #FFD700; font-weight:bold; text-decoration:none;}

