/* Tumbleweed Layout */

/*	Basic Elements		*/

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #cccccc;
	font-size: 15pt;
	background-color: #000000;
	margin: 0px;
	}
	
body p { 
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color: #cccccc; 
	}
	
table { 
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color: #cccccc;
	border: #666666;
	}
	
td { 
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color: #cccccc; 
	}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffffff;
	}
	
a:hover {
	text-decoration: underline;
	}