  
   A:link {text-decoration: underline; color: #cc0000}
   A:visited {text-decoration: none; color: #cc0000}
   A:active {text-decoration: underline; color: #cc0000}
   A:hover {text-decoration: underline; color: #000000}

   A.red:link {text-decoration: none; color: #cc0000}
   A.red:visited {text-decoration: none; color: #cc0000}
   A.red:active {text-decoration: none; color: #cc0000}
   A.red:hover {text-decoration: underline; color: #cc0000}

   A.black:link {text-decoration: underline; color: #000000}
   A.black:visited {text-decoration: none; color: #000000}
   A.black:active {text-decoration: underline; color: #000000}
   A.black:hover {text-decoration: underline; color: #cc0000}

   A.grey:link {text-decoration: underline; color: #666666}
   A.grey:visited {text-decoration: none; color: #666666}
   A.grey:active {text-decoration: underline; color: #666666}
   A.grey:hover {text-decoration: underline; color: #cc0000}

html, body {
	height:				100%;
	margin:				0;
	padding:			0;
	background:	    	#ffffff;
	color:		    	#282828;
	font-size:			11px;
	font-family:		"Verdana", "Arial", "Helvetica", "Sans-Serif";
}
td {
	color:		    	#282828;	
	font-size:			11px;
	font-family:		"Verdana", "Arial", "Helvetica", "Sans-Serif";
}
	.normal
	{
 	 margin-top:0pt; 
  	 margin-bottom:0pt;
  	 font-family : verdana, arial;
  	 font-size : 11px;
  	 color: #000000;
	}
	
	.normalbold
	{
 	 margin-top:0pt; 
  	 margin-bottom:0pt;
  	 font-family : verdana, arial;
     font-weight : bold;
  	 font-size : 11px;
  	 color: #000000;
	}
	
	.grey
	{
 	 margin-top:0pt; 
  	 margin-bottom:0pt;
  	 font-family : verdana, arial;
  	 font-size : 11px;
  	 color: #282828;
	}

	.greybold
	{
 	 margin-top:0pt; 
  	 margin-bottom:0pt;
  	 font-family : verdana, arial;
     font-weight : bold;
  	 font-size : 11px;
  	 color: #282828;
	}

	.red
	{
 	 margin-top:0pt; 
  	 margin-bottom:0pt;
  	 font-family : verdana, arial;
  	 font-size : 11px;
  	 color: #cc0000;
	}

	.redbold
	{
 	 margin-top:0pt; 
  	 margin-bottom:0pt;
  	 font-family : verdana, arial;
     font-weight : bold;
  	 font-size : 11px;
  	 color: #cc0000;
	}
	.white
	{
 	 margin-top:0pt; 
  	 margin-bottom:0pt;
  	 font-family : verdana, arial;
  	 font-size : 13px;
  	 color: #ffffff;
	}

	.whitebold
	{
 	 margin-top:0pt; 
  	 margin-bottom:0pt;
  	 font-family : verdana, arial;
     font-weight : bold;
  	 font-size : 13px;
  	 color: #ffffff;
	}

	.yellow
	{
 	 margin-top:0pt; 
  	 margin-bottom:0pt;
  	 font-family : verdana, arial;
     font-weight : bold;
  	 font-size : 11px;
  	 color: #eaa000;
	}

	.green
	{
 	 margin-top:0pt; 
  	 margin-bottom:0pt;
  	 font-family : verdana, arial;
     font-weight : bold;
  	 font-size : 11px;
  	 color: #33a800;
	}