

* 
	{
	margin: 0;
	padding: 0;
	}

.head {

	background-color: #fff8e8;
	width: 100%;
	height: 80px;
	border-bottom: 5px solid #fecc47;

	}

.head img {
margin: 10px;
}


div.page {
	width: 700px;

	}



body {
	background-color: #fff;
	color: #000;
	font-family: verdana, arial, sans-serif;
	}
	
h1 {
	display: none;
}

h2 {
	margin-top: 0px;
	font-size: 1.2em;
}

p {
	margin: 0.5em 0 1em 0;
	font-size: 0.8em;
}

hr { 
	background:none;
	border:none;
	border-bottom: 1px dotted #CCCCCC;
	height: 0px;
	}

a, a:visited, a:link {
	font-size: inherit;
	color: #075d88;
	background-color: transparant;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #003399;
	background-color: #eee;
}

.underscore a, .underscore a:visited, .underscore a:link {
text-decoration: underline;
}

.tipheader { background-color: #fff; }

input {
	color: #000000;
	background-color: #eee;
	border: 1px solid #000000;

}
	
	
.tableFormat {
		padding: 3px 10px 3px 10px;
		border-top: 1px dotted #ccc;
		margin-top: 5px;
		width: 100%;
	}
	
option {
padding-right: 5px;
}

.quick {
padding-left: 10px;
}
	
.booktipimage {
		vertical-align: top;
		margin: 0px;
	}

.textright {
border-left: 1px dotted #ccc;
padding: 10px; 
vertical-align: top;
}

.pageingright {
text-align: right;
}
	
#footer {
border-top: 1px dotted #ccc;
margin-top: 5px;
padding-top: 15px;
text-align: left;
width: 100%;
font-size: 0.7em;
float:left;
}	

#footer span {
float:left;
}

#footer img#logo {
float: right;
}
