BODY {
	background-color: #AEAED7;
	background-image : url(../images/wallpaper.gif);
}
A {
	background-color : transparent;
	color : #2060a0;
}
A:Hover {
	background-color : transparent;
	color: #802040;
}

A.Sidebar {
	background-color : #204080;
	border-bottom-color: #102040;
	border-left-color: #3060C0;
	border-right-color: #102040;
	border-top-color: #3060C0;
	border-style : solid;
	border-width: 1px;
	color: #ffffff;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: larger;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align : left;
	text-decoration: none;
	width: 95%;
}
A.Sidebar:Hover {
	background-color : #802040;
	border-bottom-color: #401020;
	border-left-color: #C03060;
	border-right-color: #401020;
	border-top-color: #C03060;
	color: #ffffff;	
}
A.SidebarActive {
	background-color : #208040;
	border-bottom-color: #104020;
	border-left-color: #30C060;
	border-right-color: #104020;
	border-top-color: #30C060;
	border-style : solid;
	border-width: 1px;
	color: #ffffff;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: larger;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align : left;
	text-decoration: none;
	width: 95%;
}
A.SidebarActive:Hover {
	background-color : #208040;
	color: #ffffff;	
}

A.TopBar {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
A.TopBar:Hover {
	color: #ffffff;
	text-decoration: underline;
}

BODY {	
	font-family: Arial, Helvetica, sans-serif;
}

DIV.NoFlash {
	visibility: hidden;
	position :absolute;
	top: 0px;
	left: 0px;
	overflow: scroll;
	width: 10px;
	height: 10px;	
}

H1 {
	color: #204080;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 200%;
	text-align : center;
}
H2	{
	color:#ff0000;
	font-size: 115%;
	text-align : center;
}
H3 {
	font-weight: bold;
}
P.Indent {
	padding-left: 20px;
}
P.Footer {
	font-size:75%;
	text-align : center;
}
TD.Page {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top : 0px;
	padding-bottom: 5px;
}

LI.Spaced {
	margin-bottom: 10px;
}

DIV.Overlay {
	position : inherit;
}

.Blue {
	color: #204080;	
}

.Red {
	color: #802040;
}

SPAN.Blue {
	border-right: 10px;
	color: #204080;	
	font-weight: bold;
	white-space:nowrap;
}
SPAN.Red {
	border-right: 10px;
	color: #802040;
	font-weight: bold;
	white-space:nowrap;
}