/* CSS Document */
body, html{ 

	padding:0; margin:0;
	cursor:default;
	color:#000000;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}

*:focus { border:0; }

a						{}		
a:link 					{color:#977516;	text-decoration:underline;  }
a:visited 				{color:#977516;	text-decoration:underline;  }
a:active 				{color:#977516;	text-decoration:none;}
a:hover 				{color:#700C2F;	text-decoration:none; }
a:visited:hover 		{color:#700C2F;	text-decoration:none; }
a:active:hover 			{color:#700C2F;	text-decoration:none; }
	
			
#CR 					{
	width:300px;
	text-align:right; font-size:7pt; letter-spacing:1px; font-weight:normal; text-decoration:none;
	padding:3px; padding-left:0px;  padding-right:0px; 
}
#CR img { float:right; margin-left:5px; margin-right:5px; }
#CR a { text-decoration:none; font-family: Geneva, Arial, Helvetica, sans-serif; }
#CR a:link 				{text-decoration:none; color:#666666;}
#CR a:visited 			{text-decoration:none; color:#666666;}
#CR a:active 			{text-decoration:none; color:#000000;}
#CR a:hover 			{text-decoration:none; color:#000000;}
#CR a:visited:hover 	{text-decoration:none; color:#000000;}
#CR a:active:hover 		{text-decoration:none; color:#000000;}
