/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#000;
}

ul { list-style-position: inside; } 
ol { list-style-position: outside; }


img {vertical-align:top;}
a img { border:0;}

a:link {
COLOR: #FFFFFF;
text-decoration: none;
}
a:visited {
COLOR: #FFFFFF;
text-decoration: none; 
}
a:hover {
COLOR: #FFFFFF;
text-decoration: none; 
}
a:active {
COLOR: #FFFFFF;
text-decoration: none; 
}


html, input, textarea
	{
		font-family:Tahoma;
		font-size:0.688em;
		line-height:1.455em;
		color:#777676;
	}
td h2, td p {margin: 0;}