* {
	margin:0px;
	padding:0px; }

body {
	font-family:verdana, arial, sans-serif;
	color:#333333;
	line-height:1.4em;
}
	
img {
	border:none; }

p {
	margin-bottom:15px;
}
	
a {
	color:#ff762f;
	text-decoration:none;
}
	
a:hover {
	text-decoration:underline;
}
	
	
h1 {
	font-size:24px;
	text-transform:uppercase;
	line-height:1.5em;
}
	
h2 {
	font-size:16px;
	color:#66666;
	line-height:1.5em;
}



hr {
	background:#c6c6c6;
	border:none;
	color:#c6c6c6;
	height:1px;
	margin-bottom:10px;
}	

ol {
	margin:0 0 15px 25px;
}

ul {
	margin:0 0 15px 15px;
}

span {
	display:block;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:.03em;
	margin-bottom:15px;
}

blockquote {
	margin-bottom:15px;
	font-style:italic;
}
	


/*//// Global Classes //////////////////////*/	
	
.left {
	float:left; 
}
	
.right {
	float:right; 
}	

.clear {
	clear:both; 
}

.hide {
	display:none;
}
	
	
/*//// Page Structure //////////////////////*/
	


	



