@charset "utf-8";
/* CSS Document */
a:link	{
		color:#361010;
		text-decoration:none;
		font-weight: bold;
	}
a:hover	{
		color:#FF0000;
		text-decoration:underline;
		font-weight: bold;
		}
a:visited	{
			color:#361010;
			text-decoration:none;
			font-weight: bold;
			}
			
body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background:#ffffff;}
		
