/*
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: beige;
	margin: 0 4% 0 4%;
	padding: 0px;
}
*/

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* background-color: #006699; */
body {
	background-color: beige;
}
a:link {
	color: #006633;
}
a:visited {
	color: #663333;
}
a:hover {
	color: #3300FF;
}
a:active {
	color: #333333;
}
.leftbar {
	color: #006699;
	font-size: 12px;
}

/* Test style in instructors table and more */
.style2 {
	font-size: x-small;
	color: #006699;
	font-weight: bold;
}

/* Used for instructors table and more, JR */
.ntable {
	background-color: beige;
}

/* Used for main page table and more, JR */
.mtable {
	background-color: beige;
}

.new {
	background-color: beige;
	font-size: 12px;
	font-weight: bold;
	color: #00CC33;
	border: thin solid #006699;
	margin: 0px;
	padding: 0px;
	width: 205px;
}
.style4 {
	font-size: 11px;
	color: #006699;
}
.style5 {
	font-size: 14px;
	color: #3399FF;
}
.footer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}

.button  {
	text-align: center;
	color: #ccff66;
	background-color: #003366;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #626262;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #626262;
	width: 16%;
}

#bar a {
	text-decoration: none ;
	color: #ccff66;

}


.riseset  {
	font-size: 14px;
	color: #3399FF;
	float: right;
	align: center;
	position: absolute;
	top: 50px; right:  8%;
	z-index: 3;
}



