.main {
	font-family: "Times New Roman, Arial";
	font-size: 16px;
	color: #000000;
}

.restricted {
	font-family: "Times New Roman, Arial";
	font-size: 12px;
	color: #000000;
}

.h1 {
	font-family: "Times New Roman, Arial";
	font-size: 24px;
	font-weight: bold;
	color: #9999CC;
}

.btm {
	font-family: "Times New Roman, Arial";
	font-size: 12px;
	color: #000000;
}

a.menu {
	font-family: "Times New Roman, Arial";
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}

a.menu:hover {
	font-family: "Times New Roman, Arial";
	font-size: 16px;
	text-decoration: underline;
	color: #9999CD;
	}
	
a.menu2 {
	font-family: "Times New Roman, Arial";
	font-size: 16px;
	text-decoration: underline;
	color: #000000;
}

a.menu2:hover {
	font-family: "Times New Roman, Arial";
	font-size: 16px;
	text-decoration: underline;
	color: #9999CD;
	}
	
.ErrorBox {
	background-color: #FFFFEC;
	border: #CC3300;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 12px; color: #000000;
}

.StatusBox {
	background-color: #FFFFEC;
	border: #000063;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 12px; color: #000000;
}
