/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

a.page-options {
	color: #000000;
	text-decoration: none;
	display: inline;
	border: 1px solid #DFF7FF;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a.page-options:hover{
	color: #fff;
	background-color: #0066CC;
}		

a.page-options:focus {
	color: #fff;
	background-color: #0066CC;
}		

p {
	margin: 0 0 20px 0;
	color: #333333;
	line-height: 140%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	p small, 
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}
