﻿html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 76%;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; /* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden; /* */
	min-width: 800px;
}

body, form {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

* html #header, * html #footer, * html #sidebar {
	position: absolute;
}

.pad2 {
	display: block;
	height: 100px;
}

a {
	color: #896DA4;
	text-decoration: none;
}

a:hover {
	color: #48236A;
	text-decoration: underline;
}

h3 {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: normal;
	margin: 15px 0px 5px 5px;
	padding: 0px;
}

.hide {
	display: none;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

div.clear {
	clear: both;
}

img.left {
	padding: 4px 12px 12px 0px;
}

img.right {
	padding: 4px 0px 12px 12px;
}

img.centre {
	display: block;
	margin: 0px auto !important;
}

img.right.border {
	border: 1px solid black;
	margin: 12px;
	margin-right: 0px;
	padding: 0px;
}