/*BookLore.co.uk Master Style Sheet*/
html, body {
	min-height: 100%;
	height:100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;	
}

/*uc header*/
/*=================================================================================================*/
#ucheader {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 165px;
	width: 100%;
	border-bottom: 1px solid white;	
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
}

/*booklore body*/
/*=================================================================================================*/
#ucbody {
	position: relative;
	top: 167px;
	left: 2px;
	width: 97%;
	/*min-height: 100%;
	height: 100%;*/
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: small;
	padding: 12px;
	
}

/*Miscellaneous*/
td {
	background-color: #ffffff;
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-weight: normal;
	color: #000066;
	font-size: 13px;
}

tr {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #0033cc;
	font-size: small;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #0033cc;
	font-size: small;
}

/*Paragraphs*/
p {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 15px;
}
.p_title {
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
}

/*Headings*/
h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0033cc;
	font-size: 24px;
}
h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0033cc;
	font-size: 20px;
}
h4 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0033cc;
	font-size: 16px;
}
h5 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0033cc;
	font-size: 13px;
}
h6 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #0033cc;
	font-size: 11px;
	
/*Links*/
a {
	font-weight: normal;
}
a:link {
	color: blue;
	text-decoration: underline
}
a:visited {
	color: #3333cc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	color: red;
	style: underline;
}
