body	{
	color: #000000;
/*	background-color: #eeeeff; */
	margin: 0;
	padding: 0;
}

.normal {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.normalbox      {
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
}

.h1	{
	text-align: center;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #880000;
}

.titlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #fefaf1;
}

.horbar	{
	color: black;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #336699;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #336699;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #3180D1;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #336699;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 1px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #000099;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #FFFFFF;
	text-decoration: none;
}

.item a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}

.item a:hover	{
	color: #6699FF;
	background-color: #000084;
	text-decoration: none;
}

.item a:active	{
	color: #FFFFFF;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #BFC8D1;
	/*border-bottom: 1px solid #ffffff;*/
	margin: 0px 0px 0px 0px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

