body	{
	color: #000000;
	background-color: #D5C0FE;
	margin: 0;
	padding: 0;
}

.normal {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

.normalbox      {
	border: 1px solid #440000;
	margin: 3px;
	padding: 7px;
	background-color: #ffffff;
}

h1	{
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #fefaf1;
}

a:link	{
	text-decoration: none;
	color: #0066FF;
}

a:visited	{
	text-decoration: none;
	color: #660000;
}

a:hover	{
	text-decoration: none;
	color: #841212;
}

a:active	{
	text-decoration: none;
	color: #ff0000;
}
.horbar	{
	color: #FFFFFF;
	background-color: #746783;
	height: 20px;
	vertical-align: middle;
	padding-left: 45px;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #FFFFFF;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ffffff;
	text-decoration: none;
	background-color: #746783;
}

.horbaritem a:active	{
	color: #ffffff;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #9966CC;
	top: 5px;	
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	border-bottom: 1px solid #D5C0FE;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;	
}

.item a:link	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.item a:visited	{
	color: #FFFFFF;
	text-decoration: none; 
	font-weight: bold;
}

.item a:hover	{
	color: #663399;
	background-color: #E2E2E2;
	text-decoration: none;
	font-weight: bold;
}

.item a:active	{
	color: #663399;
	background-color: #E2E2E2;
	text-decoration: none;
	font-weight: bold;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
	font-weight: bold;	
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.underlined {
	text-decoration: underline;
}

