BODY { 
	font-family: arial,sans-serif; 
	color: #000000; 
	background-color: #d4d4d4;
	font-size:10pt;
	background-image: url("bg.gif");
	background-attachment:fixed ;
}

table {

}

H1.xl { font-size:3.0em; font-weight:900}
font.plus1 {font-size:11pt}
font.plus2 {font-size:12pt}
font.plus3 {font-size:13pt}
font.norm {font-size:10pt}
font.minus1 {font-size:9pt}
font.minus2 {font-size:8pt}
font.minus3 {font-size:7pt}

a:link {
	text-decoration:none;
	color:#000000;
}

a:visited {
	text-decoration:none;
	color:#333333;
}

a:hover {
	text-decoration:none;
	color:#ff0000;
}

.topbar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50em;
	height: 10em;
	border-bottom-style: ridge;
	border-bottom-color: #ffffff;
}

.topbar table{
	width:700px;
}

.topbar td{
	text-align: center;
}

.topbar td h5{
	font-size:12pt;
	text-align: center;
	line-height:90%;
}

.newsbox {
	position: absolute;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	left: 0px;
	top: 36em;
	width:11em;
	background-color: #ffffff;
	border-color: #ffffff;
	border-width: 4px;
	border-style: ridge;
	padding:.5em;
	color:#aa0000;
}

td.mainpage {
	width:33%;
	text-align:left;
}

td.sidebar {
/*
	border-color:red;
	border-width:5px;
	border-style:ridge;
	background-color: #f1f1f1;
*/
	width:152px;
	text-align:center;
	vertical-align:top;
}
a.sidebar:link {
	color: #000000;
	text-decoration:none;
	width:11em;
	font-size:1em;
	font-weight:bold;
	display: block;
	align:center;
	padding: 2px 2px 2px 2px
}

a.sidebar:visited {
	color: #552222;
	width:11em;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	display: block;
	align:center;
	padding: 2px 2px 2px 2px
}

a.sidebar:hover {
	color: #ff0000;
/*	background-color:#ff0000;*/
	width:11em;
	font-size:1em;
	font-weight:bold;
	width:11em;
	text-decoration:none;
	display: block;
	align:center;
	padding: 2px 2px 2px 2px
}


.sidebar ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left:1px
}

.content {
	position: absolute;
	left: 13em;
	top: 11em;
	width: 40em;
	padding: 1em 2px 2px 2px;
}

.content ul li{
	line-height:1.4em;
	list-style-type: disc;
	margin:1em;
}

H1 { font-size:2.0em;
	font-weight:bold;
	margin:.2em;
}

H2 { font-size:1.8em;
	font-weight:bold;
	margin:.2em;
}

H3 { font-size:1.6em;
	font-weight:bold;
	margin:.2em;
}

H4 { font-size:1.4em;
	font-weight:bold;
	margin:.2em;
}

H5 { font-size:1.2em;
	font-weight:bold;
	margin:.2em;
}

H6 { font-size:1.1em;
	font-weight:bold;
	margin:.2em;
}

p { font-size:1.2em;
}

p.j { font-size:1.2em;
	text-align:justify;
	font-weight:normal;
}

p.r { font-size:1.2em;
	text-align:right;
}

p.c { font-size:1.2em;
	text-align:center;
}

p.l { font-size:1.2em;
	text-align:left;
}

p.alert {
	font-size:12;
	color:red;
	background-color:yellow;
	font-weight:bold;
	disply:block;
}


.navbar {
/*
	padding: 5px 5px 5px 5px;
	background-color:#f1f1f1;
	border-style: ridge;
	border-color: #ffffff;
	*/
	margin-top:2em;
	color:#000000;
	width: 95%;
}

.navbar a:link{
/*
	font-weight:bold;
	*/
	text-decoration:none;
	color:#000000;
	font-size:.7em;
	white-space: nowrap;
}

.navbar a:visited{
	text-decoration:none;
	color:#444444;
	font-size:.7em;
	white-space: nowrap;
}

.navbar a:hover{
	color:#ff0000;
	text-decoration:none;
	font-size:.7em;
	white-space: nowrap;
}

.logobox {
	position: relative;
	left:0em;
	top:0em;
	padding: 1px 1px 1px 1px;
	float:left;
	display:inline;
}

.sitemap ul {
	list-style-type: circle;
	background-color:#999999;
	color:black;
	display:block;
	list-style-position: inside;
}

.sitemap ul ul {
	background-color:#cccccc;
	color:black;
}

.sitemap ul ul ul{
	background-color:#ffffff;
	color:black;
}

.sitemap ul ul ul ul{
	background-color:#fdffb5;
	color:black;
	list-style-position: outside;
}

.sitemap a:link {
	color:black;
	font-weight:bold;
}
.sitemap a:visited {
	color:black;
	font-weight:bold;
}
.sitemap a:hover {
	color:red;
	font-weight:bold;
}

