html, body, #wrapper {

	background-color: #ffffff; 
	background-image:url('gfx/dots_bg.png');
	background-repeat: repeat;
	background-position:left top;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	color:#444444;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, sans-serif;
	font-size: 12px;
}
   
#wrapper {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 780px;
}
	


.text {color:#444444;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, sans-serif;
font-size: 10px;
width:162px;
text-align:left;
}
.maintable   { height:100%; width:100% }

a:link       { text-decoration: underline; color: #B4BF90; font-family: verdana,helvetica }
a:visited    { text-decoration: underline; color: #B4BF90; font-family: verdana,helvetica }
a:active     { text-decoration: underline; color: #B4BF90; font-family: verdana,helvetica }
a:hover      { text-decoration: underline; color: #AFAFAF; font-family: verdana,helvetica }

span         { padding: 7px; display: block }

.folio { border: dotted 1px #D6D6D6; width: 80px; height: 80px }

.foliotext {
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px;
	color: #AFAFAF;
	
}

a.menu       { text-decoration: none; color: #B1CE2D; background-color: #3E3E3E; display: block; width: 125px; padding-left: 10px; border-style: solid; border-width: 1px; border-color: #000000; border-right-width: 0px }

a.menu:hover { text-decoration: none; color: #000000; background-color: #B1CE2D }

