/* ----- BODY -----*/

body
{
    background-color : #FFFFFF;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    margin-left : 0px;
    margin-top : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
}

/* ----- TEXT -----*/

p {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}
	.captionLarge	{

	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
	.headline   {        
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #3333cc;
}
	.subHead1   {        
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #009999;
}
	.serif72 {
	font-family: "Times New Roman", Times, serif;
	font-size: 72px;

/* ----- LINKS -----*/

a             {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a:link        {
	color: #009999;
	text-decoration: underline;
}
a:visited     {
	color: #996600;
	text-decoration: underline;
}
a:active      {
	color: #66ff00;
	text-decoration: underline;
	background-color: #000000;
}
a:hover       {
	color: #FF0000;
	text-decoration: underline;
}