html {
	margin: 0px;
	font-family:"Arial Rounded MT Bold";
	font-size: 13px;
	font-style: normal;
	color: #000081;
/*	background-color: #000080;*/
}

body {
	margin: 0px;
	font-family:"Arial Rounded MT Bold";
	font-size: 13px;
	font-style: normal;
	color: #000081;
/*	background-color: #000080;*/
	background: url(../images/site-background.gif) repeat-x;
}

td {
	font-family:"Arial Rounded MT Bold";
	font-size: 13px;
	font-style: normal;
	color: #000081;
}

.toptext {
	background: url(../images/site-top.gif) no-repeat;
	font-family:"Arial Rounded MT Bold", Arial;
	font-style: normal;
	color: #efefef;
	font-size:12px;
	text-align: right;
}

.menutable {
	background:url(images/left.gif);
}

p.menu {
	font-family:"Arial Rounded MT Bold", Arial;
	font-style: normal;
	color: #000081;
	font-size: 13px;
	text-align: left;
	text-indent: 0px;
	margin: 10px 0px;
}

p.menusub {
	font-family:"Arial Rounded MT Bold", Arial;
	font-style: normal;
	color: #000081;
	font-size: 13px;
	text-align: left;
	text-indent: 10px;
	margin: 5px 0px;
}

p.menusubselected {
	font-family:"Arial Rounded MT Bold", Arial;
	font-style: normal;
	color: #000081;
	font-size: 13px;
	text-align: left;
	text-indent: 10px;
	text-decoration: underline;
}	

.thispage {
	font-family: "Arial Rounded MT Bold";
	font-style:normal;
	color: #000081;
	text-decoration:underline;	
}

p.header {
	font-family:Franklin Gothic Medium;
	color:#6699FF;
	font-size:22px;
	text-align:center;
}

.normaltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: justify;
}

.rightpictext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #000081;
}

a {
	font-family: "Arial Rounded MT Bold";
	font-style: normal;
	color: #000081;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color:#000080;
}

.bbtable {
	border-left-color:#000081;
	border-left-width:1px;
	border-left-style:solid;

}
