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


body {
	background-color: #333333;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.25;
}

h1, h2, h3 { margin-top:0; margin-bottom:0; }

h1 { 
	font-size:2.11538em; 
	padding:1.44305em 0; 
}

h2 { 
	font-size:1.61538em; 
	padding:1.30936em 0; 
}

h3 { 
	font-size:1.30769em; 
	padding:1.28686em 0; 
}

table {
	background-color: #333333;
	border:none;
	color:#FFFFFF;
}

a:link {
	color:#FFffff;
	text-decoration: none;
	}      /* unvisited link */

a:visited {
	color:#ffFFff;
	text-decoration: none;
	}  /* visited link */

a:hover {
	color:#FFffFF;
	text-decoration: underline;
	}  /* mouse over link */

a:active {
	color:#ffffFF;
	text-decoration: underline;
	}  /* selected link */