@charset "utf-8";
/* CSS Document */

    html,body 
	{background-image: url(images/site/bg.gif);
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family: Verdana;}
	
   .maintable 
   {background-image:url(/images/site/bg-pale.gif);}
   
	a {color:#800000; text-decoration:none; font-weight:bold}
	a:hover {color:#000000; text-decoration:line-through;}
	a:active {color:#ff80ff;}



	img {border:none}

	.textmsg
	{overflow: hidden;
	position: relative;
	height: 199;}

   .footer
   {font-size: 12px;
	font-variant:small-caps;
	font-weight:bold;}
	
	a.footer {color:#000000; text-decoration:none;}
	a.footer:hover {color:#000000; text-decoration:line-through;}
	a.footer:active {color:#ff80ff;}

  