html, body{
        padding: 0px;
        margin: 0px;
		background: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
}

h1 {
	font-size: 22px;
	color: #FF6699;
	}

#generalEnquiry  {

	margin-top: 25px;
	font-size: 13px;
	font-family: "Tahoma",Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/bookBackground.jpg) repeat top left;
}

input, textarea{padding: 4px; border: 1px solid #FF6699; font-size: 16px; color: #4A4742; background: #FFFFFF;  font-family: monospace; margin: 2px 0;}
form label {display: block; float: left; width: 150px;  padding: 0; padding-left:8px; margin: 7px 0 0 0; text-align: left; color:#4A4742;}
input.submit{ text-align: center; font-family: georgia; font-size: 14px; margin-left: 25px; margin-bottom: 20px; padding: 12px 6px; width: 130px; border: 1px solid #999; background: #FFFFFF; color:#4A4742; }
input.submit:hover{cursor:pointer; background: #FF6699; color:#fff; border: 1px solid #6c5b3c;}
fieldset{background: #FFFFFF; padding: 12px 2px; margin: 0; margin-bottom: 0px; border:none}
select{padding: 4px; border: 1px solid #6c5b3c; font-size: 14px; color: #666666; background: #FFFFFF; width: 210px; margin: 2px 0; width:360px;}
button {background: #FFFFFF;  cursor:pointer; font-family:}


#fbFooter{
	height: 32px;
	background:#ffffff;
	border-bottom: 2px dashed #CCCCCC;
}

/* #fbFooter {
	height: 44px;
	background:#FFFFFF;
	text-align:right;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	color:#666666;
	font-size:10px;
}

*/

.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a {
	text-decoration:none;
}

a.visited {
	color: #DDDDDD;
}

a:hover{
	text-decoration:underline
}

#tabs {

width:1000px;
height: 20px;
text-align:center;
padding-bottom:16px;
}

#tabs td  {
width:100px;
background: url(../img/tabBackground.jpg) top center no-repeat;
}

#tabs .follow {
	width: 100px;
	background: none;
	padding-top:3px;
}

#tabs .follow a {
	color:#666;
}

#tabs img {
	vertical-align: middle; 
	border:none;
	
}

