BODY {
	color: #000000;
	background: #e6e6e6;
}
A {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
	background: none;
}
A:LINK {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
	background: none;
}
A:HOVER {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #bb0000;
	background: none;
}
.adminMainTable {
	border: solid 2px #000099;
	background: #ffffff;
	color: #000000;
}
.seriousText {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	font-style: italic; 
	color: #000000;
}
.pageHeading {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold; 
	color: #000000;
}
.pageText {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal; 
	color: #000000;
}
.ybrBold {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold; 
	color: #000099;
}
.smallGrey {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal; 
	color: #333333;
}
.smallGrey a{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #000099;
}
.smallGrey a:link{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal; 
	text-decoration: underline;
	color: #000099;
}
.smallGrey a:hover{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal; 
	text-decoration: none;
	color: #e10000;
}
.dateText {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal; 
	color: #990000;
	text-decoration: none;
}

.error {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal; 
	color: #dd0000;
	text-decoration: none;
}

.button {
	background: #000099;
	border: 1px solid #cccccc;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}