/*
	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;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
}

.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0cb7e5; }
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #939598; }

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #000000;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
}


.hidden {
	display : none;
}
