body /* The font style for the body text */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000; /* black */
	}
A /* The link style */
	{
		color: #000000; /*black*/
		text-decoration: none;
	}
	
A:hover /* The hover link style */
	{
		color: #cc0000; /*red*/
		text-decoration: underline;
	}
.menu /* The menu font and background style */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000; /* black */
		background-image: url(menuBg_tab.gif);
		/* The different backgrounds available are: menuBg_tab.gif, menuBg_line.gif, menuBg_gradiant.gif
		if you would like to change the background, just change the background-image .gif */
		background-color: #cccccc; /* gray */
	}
.header /* The header font and background style */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000; /* black */		
		background-color: #336699; /* gray blue */	
	}
.bodyTable /* The table font style */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000; /* black */	
	}
.footer /* The footer font and background style */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff; /* white */
		background-color: #336699; /* gray blue */
	}
.footerLink /* The footer link font and background style */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #ffffff; /* white */
		background-color: #336699; /* gray blue */
	}
.TableStyle /* Additional table font and background style */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000; /* black */
		font-weight: regular; 		
		background-color: #FFFFFF; /* white */
		border-color: #FFFFFF; /* white */
		border-collapse: collapse;		
	}	
.TableHeader /* Additional table header font and background style */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF; /* white */
		font-weight: bold; 
		background-color: #336699; /* gray blue */
		border-color: #336699; /* gray blue */
		border-collapse: collapse;		
	}
.even /* Additional table font and background style - for alternating colored rows*/
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000; /* black */
		font-weight: regular; 
		background-color: #eaeaea; /* lt. gray */
		border-color: #eaeaea; /* lt. gray */
	}