.mainBG {
	color: #000088;
        font-family: Arial;
        font-size: 10px;
	text-align: center;
        scrollbars: auto;
        scroll-base-color: #0111AD;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000C7E;
	background-color: #FFFFFF;
        margin: 0px;
        width: 600;
        height: 100%;
}

#main {
	width: 600px;
	font-size: 10px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
	color:#000088;
}

.frameborder {
	background: #FFFFFF;
	font-family: Arial, Helvetica;
        font-size: 10px;
        text-align: justify;
	color: #000088;
}

.maintable {
	width: 600px;
	font-size: 10px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
	color:#000088;
	border: 0px;
}

.smalltable {
	width: 480px;
	font-size: 10px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
	color:#000088;
}

.stdTableElement {
	font-family: Arial, Helvetica;
        font-size: 22px;
        text-align: left;
}

.smalltext {
	font-family: Arial, Helvetica;
        font-size: 10px;
        text-align: justify;
}

.menu {
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
	margin: 0px auto;
	background: #FFFFFF;
	color:#000088;
}

.menusmall {
	font-size: 8px;
	margin: 0px auto;
	background: #FFFFFF;
	color:#000088;
}

a {
	text-decoration: none; color: #000088;
}

a:hover {
	text-decoration: none; color: #00FFFF;
}