@charset "utf-8";
/* CSS Document */

body {width:100%;padding:0;margin:0; background-color:#222222; font-size: 0.9em; font-family:Arial;}


.mouseout { }
.mouseover { filter: Alpha(Opacity=60); -moz-opacity: 0.6; opacity: 0.6; }

a:link { 
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #323232;
	text-decoration: none;
	}
a:hover { 
	color: #9b232c;
	text-decoration: none;
	}
a:active { 
	color: #323232;
	text-decoration: none;
	}

.clear{
	clear:both;
	}

sup{
 line-height:150%;
}	

