/* style.css
 * Copyright (c) 2000 - 2005 MR72, LLC, All rights reserved
 * http://www.mr72.com/
 * info@mr72.com
 */

/* tags */

body {
	margin: 12px;
	/* background-image: url(/images/new/bg0.gif); */
	background-color: #cccccc;
	font-family: sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	font-weight: bold;
}
h5 {
	font-size: 8px;
	font-weight: bold;
}
h6 {
	font-size: 6px;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 12px;
}
td {
	vertical-align: top;
}
/* html, body {
 *	height: 100%;
 * } */
a:link, a:visited {
	/* background-color: #e7e4e4; */
	color: #3333ff;
}
a:active, a:hover {
	/* background-color: #e7e4e4; */
	color: #990000;
}

/* classes */

.badtd {
	line-height: normal;
}
.noborder {
	border: none;
}
.copyright {
	background-color: #e7e4e4;
	color: #797676;
	font-size: 10px;
}
.fullheight {
	height: 100%;
}
.bg797676 {
	background-color: #797676;
	color: #000000;
}
.bge7e4e4 {
	background-color: #e7e4e4;
	color: #000000;
}
.small {
	font-size: small;
}
.big {
	font-size: large;
}
.prebig {
	font-size: 12px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.top {
	vertical-align: top;
}
