/* CSS Document */

body 	{
	  	background:#FFFFFF;
	    margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
		font-family:Arial, Helvetica, sans-serif;	
	 	}
		
a		{color:#000000; font-size:12px;}
a:hover {color:#990000; font-size:12px;}		
		
.text	{color:#000000; font-size:12px;}
.textBW	{color:#FFFFFF; font-size:12px; font-weight:bold;}
.textBR	{color:#CC0000; font-size:12px; font-weight:bold;}

.headerR{color:#CC0000; font-size:16px; font-weight:bold;}

.footer {color:#FFFFFF; font-size:10px; font-weight:bold;}

.border		{
			border-style:solid;
			border-width:1px;
			border-color:#990000;
			}			
		
/* END CSS DOCUMENT */