/* CSS Document */

.toplinks {
	font-family: Tahoma;
	font-size: 10px;
	color: #BF0000;
	text-decoration: none;
	background-color: #F1CED3;
	}
a.toplinks:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #ff6600;
	text-decoration: underline;
	background-color: #F1CED3;
	}
.footerlinks {
	font-family: Tahoma;
	font-size: 9px;
	color: #914677;
	text-decoration: none;

	}
a.footerlinks:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #ff6600;
	text-decoration: underline;

	}
.heading {
	font-family: Tahoma;
	font-size: 11px;
	color: #9A0000;
	text-decoration: none;
	font-weight: bold;

}
.welcome {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C40000;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.menubg {
	background-color: #F7E8E8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #D6ADC7;
	border-left-color: #D6ADC7;
}
.menuhead {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #9C0000;
	}
.subhead {
	font-family: Tahoma;
	font-size: 11px;
	color: #A75188;
	font-weight: bold;
	text-decoration: none;
	}
.menulinks {
	font-family: Tahoma;
	font-size: 11px;
	color: #A75188;
	text-decoration: none;
	}
a.menulinks:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff6600;
	text-decoration: underline;
	}
input {
	font-family: Tahoma;
	font-size: 10px;
	color: #A75188;
	text-decoration: none;
	background-color: #FAF1F1;
	border: 1px solid #EECECE;
}
