/* common */
BODY {
	font-family:Verdana;
	font-size: 90%;
}

TABLE {
	font-family:Verdana;
	font-size: 95%;
}

.small {
	font-size:80%;
}

/* Headings */
H1 {
	font-size:185%;
	text-align:center;
	margin-bottom: -10px;
}
H2 {
	font-size:120%;
	color:#FF0000;
	text-align:center; 
	margin-bottom: 0px;
}

P.topTitle {
	margin-bottom: -15;
	font-size: 125%;
	font-weight:bold;
}

/* DIVs */
#navtop {
	display:block; position:absolute; top:0; width:100%; z-index: 10;
}

#content {
	display:block; position:absolute; top:95; width:100%; z-index: 20;
}

/* links */
A {
	color: #703275;
}

A.active {
	color:#FF6600;
}

A:hover {
	color: #ff6600;
}

/* navbars */
.navbar {
	color: #ffffff;
}
.botbar {
	color: #4d43ba;
}
.leftbar {
	font-weight:bold;
}
