@charset "utf-8";
/* CSS Document */


p
{
	color:#036;
	font-size:0.9em;
	font-family: Georgia, "Times New Roman", sans-serif;
}



p.TeamTitle
{
	color:#666;
	font-size:0.9em;
	font-family: Georgia, "Times New Roman", sans-serif;
}


p.news
{
	color: #FFF;
	font-size:0.7em;
	font-family: Georgia, "Times New Roman", sans-serif;
}

p.NameEmail
{
	font-size:1em;
	font-family: Georgia, "Times New Roman", sans-serif;
}






a:link {color:#036;}      /* unvisited link */
a:visited {color:#03C;}  /* visited link */
a:hover {color:#03C;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */




.secHead
{
	color:#8391D8;
	font-size:1.25em; 
	font-family:"Times New Roman", Times, sans-serif;
	text-align:left;
	font-weight:bold;
}





li.bul
{
	color:#036;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size:0.9em; 
	list-style-type:bullet;
}




li.sq
{
	color:#036;
	list-style-type:square;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size:0.9em; 
	margin-top: -0.1em;
}


p.marg
{
	margin-bottom:10px;
}
