.ImpactWhite
   {
   color:white;
   font-size:30pt;
   font-family : Impact, Arial;

   }

.ImpactBlack
   {
   color:black;
   font-size:30pt;
   font-family : Impact, Arial;

   }
.ImpactSmallBlack
   {
   color:black;
   font-size:18pt;
   font-family : Impact, Arial;

   }

.TimesNormal
	{
	font-size:12.0pt;
	font-family:"Times New Roman";
	}


.TimesNormal a	
	{
	font-family:		verdana,arial,helvetica,sans-serif;
	font-size:		10pt;
	color:			blue;		/* anchor color 1 */
	font-weight:		normal;
	text-decoration:	none;
	}


.TimesNormal a:hover
	{
	color:			rgb(192,0,0);		/* font color 1 */
	}

p.disclaimer
	{
	font-size:		12pt;
	font-family:"Times New Roman";
	color:			"#aaaaaa";
	}
.boldtext
	{
	font-weight:	bold;
	}

a.NormalLookingGrey
	{
	font-size:		12pt;
	font-family:"Times New Roman";
	color:			"#aaaaaa";
	}



.SideNavBar
	{
	background:		url(/images/sidebar_filler.jpg);
	font-size:		8pt;
	}

.SideNavBar a				
	{		
	font-family:		verdana,arial,helvetica,sans-serif;
	font-size:		8pt;
	font-weight:		normal;
	color:			white;		/* anchor color 1 */
	text-decoration:	none;

	}
.SideNavBar a:hover
	{	
	color:			cyan;
	}



body	
	{	
	font-family:		"Times New Roman";
	font-size:		24pt;
	background-color:	rgb(255,255,255);		
	margin:			5px 0px;
	}

a	
	{
	font-family:		verdana,arial,helvetica,sans-serif;
	font-size:		8pt;
	color:			royalblue;		/* anchor color 1 */
	font-weight:		normal;
	text-decoration:	none;
	}

a:hover
	{
	color:			rgb(192,0,0);		/* font color 1 */
	}

/*--------------------------------------------------*/
/* headbar menu header links                      */
/*--------------------------------------------------*/

.headbar
	{
	background:		url(/images/header_filler.jpg);
	color:			white;
	width:			100%;
	height:			100px;
	}

.headbar a
	{\
	font-family:		verdana,arial,helvetica,sans-serif;
	font-size:		8pt;
	color:			rgb(255,255,255);
	font-weight:		normal;
	text-decoration:	none;
	}

.headbar a:hover			
	{
	color:			cyan;
	}				

/*----------------------------------------------*/
/*  nav_bar links                      		*/
/*----------------------------------------------*/

/*width=100% height=21px cellspacing=0 cellpadding=0 background="<?=Url("/images/header_bar.jpg")?>"*/

.nav_bar
	{
	background:		url(/images/header_bar.jpg);
	width:			100%;
	height:			21px;
	text-align:		center;
	color:			rgb(255,255,255);
	}

.nav_bar a
	{
	font-family:		verdana,arial,helvetica,sans-serif;
	font-size:		8pt;
	font-weight:		normal;
	color:			white;		/* anchor color 1 */
	text-decoration:	none;
	}

.nav_bar a:hover
	{
	color:			cyan;
	}	

