body {
	font-family: arial, sans-serif;
 	background-color:#f8b658;
	background-image:url('images/backgr.gif');
	background-repeat:repeat;
	color: #05117E;
	margin-left: 165px;
	margin-right: 40px;
	margin-top: 6px;
	margin-bottom: 6px;
	scrollbar-base-color:#040284;
	scrollbar-face-color:#10A020;
	scrollbar-track-color:#040284;
	scrollbar-button-color:#EECC66;
	scrollbar-shadow-color:#808030;
	scrollbar-highlight-color:#EECC66;
	scrollbar-3dlight-color:#040284;
	scrollbar-darkshadow-color:#040284;
	scrollbar-arrow-color:#EECC66;
}

.notice {
	color: #05117E;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
}

a, a:link, a:active {
	color:#0060b0;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#D7091E;
	font-weight:bold;
	text-decoration:underline;
}

.off {
	color:#05117E;
	font-weight:100;
	text-decoration:none;
}

.plain {
	color:#0060b0; 
	text-decoration:plain;
}

.underline {
	color:#D7091E; 
	text-decoration:underline;
}

.bold {
	font-weight: bold;
}


h1 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #05117E;
}

h2 {
	font-size: smaller;
}

p {
	text-align: justify;
	text-indent: .2in
}

.first {
	text-indent: 0in
}


img.framed {
	border: 7px dashed #10a020;
}

img.solid {
	border: 5px solid #10a020;
}

td {
	padding: 0;
	spacing: 0;
	border: 0;
}

.surround td {
	background-color: #eecc66;
	spacing: 6px;
	border: 8px solid #040284;
}

/*For bouncy messages*/
#supertext {
	position:absolute;
	left:0;
	top:0;
	visibility:hide;
	visibility:hidden;
}

/*For floating menu*/
#CC {position:absolute; top:150px; left:0; width:129;}
