body {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	color: #000000;
	background-color: #E5E5E5;
	background-image: url(./images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

.mainframe {
}


/* HYPERLINKS */
a:link {
	text-decoration: none;
	color : #006699;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color : teal;
	font-weight: bold;
}
a:hover,a:active {
	text-decoration: underline;
	color : #FFFFFF;
	background: #C11E5B;
	font-weight: bold;
}

/* STANDARD HTML ELEMENTS */
font, th, td, p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

pre, tt, xmp {
	font-family: Courier New, Courier;
	font-size: 12px;
}

/* CUSTOM CLASSES (may be combined) */

.logo {
	text-decoration: underline;
	font-family: Courier New, Courier;
	font-size: 28px;
	font-weight: bold;
}

.logoaux {
	text-decoration: none;
	font-family: Courier New, Courier;
	font-size: 14px;
}

.header {
	font-weight: bold;
	font-size: 16px;
}

.heading {
	font-weight: bold;
	font-size: 14px;
}

.footer {
	font-size: 12px;
	font-family: Courier New, Courier;
}

a.logoaux:link, a.logoaux:active,a.logoaux:visited {
	color: #FFFFFF;
}

.logocell {
	color: #FFFFFF;
	background: #74A6B4;
}

.redfont {
	color: #CE2256;
}

.pinkcell {
	background: #FFF0F0;
}

.litecell {
	background: #EFEFEF;
}

.darkcell {
	background: #DEE3E7;
}

.infocell {
	background: #FFFFE1;
}

.whitecell {
	background: #fafafa;
}

.smalltext {
	font-size: 11px;
}

.quote {
	font-size: 11px;
	font-style: oblique;
}

