* {
	font-family: Verdana, Arial, lucida sans-serif;
	color: black;
}

html {
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0; 
	padding: 0;
	background: #fff;
	font-size: 100%;
	min-width: 934px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, ul, li, b, i, strong, em, a {
	margin: 0;
	padding: 0;
}

div.cleaner, span.cleaner {
	display: block;
	float: none;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	margin:0;
	padding:0;
	overflow: hidden;
}

div#container {
	position: relative;
	top: 0px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: .80em; /* default font size*/
}

.nobr { 
	white-space: nowrap;
}

span.akey {
	text-decoration: underline !important;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

table.generictable {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #808080;
	border-collapse: collapse;
	background-color: #ffffff;
}

table.generictable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
}

table.generictable td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
	padding: 2px;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

.imgright {
	float: right;
	margin-left: 1em;
}

.imgleft {
	float: left;
	margin-right: 1em;
}