@charset "utf-8";
body {
	background-color: #C7C7DD;
}
A:link {
	text-decoration: none;
	color:#000066;
}
A:visited {
	text-decoration: none;
	color:#000066;
}
A:active {
	text-decoration: none;
	color:#000066;
}
A:hover {
	text-decoration: underline;
	color: red;
}

.WhiteLettering {
	font-weight: bold;
	color: #FFFFFF;
}
.NoBorder {
	border-style: none;
}
.ThinRedFlash {
	color: #F00;
	text-decoration: blink;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.BoldBlue {
	font-weight: bold;
	color: #000066;
	font-family: "Comic Sans MS", cursive;
}
.ThinRedSmall {
	font-size: small;
	color: #F00;
	font-weight: bold;
}
.BoldBlueSmall {
	font-size: small;
	font-weight: bold;
	color: #000066;
}
.LargeBoldRed {
	font-size: large;
	font-weight: bold;
	color: #9B0030;
}
.tableLeft {
	width:expression(document.body.clientWidth > 180? "180px": "auto" );
}
.tableCenter {
	width:expression(document.body.clientWidth > 500? "500px": "auto" );
}
.tableRight {
	width:expression(document.body.clientWidth > 225? "225px": "auto" );
	border-color:#000066;
}
.tableCenterRight {
	width:expression(document.body.clientWidth > 725? "725px": "auto" );
}.AdminPageHeading {
	font-size: x-large;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}.PicBorderWhiteBGD {
	 border-style:outset;
	 border-width:thick; 
}
.TableOne {
	border-width: thick;
	border-spacing: ;
	border-style: ridge;
	border-color: ;
	border-collapse: separate;
}
.TableOneth {
	border-width: thick;
	padding: ;
	border-style: ridge;
	border-color: ;
	-moz-border-radius: ;
}
.TableOnetd {
	border-width: thick;
	padding: ;
	border-style: ridge;
	border-color: ;
	-moz-border-radius: ;
}
.CellBorderLeftRight {
	border:solid;
	border-width:0;
	border-color:#000066;
	border-left-width:2px;
	border-right-width:2px;
	padding:1.0ex;
}
.CellBorderLeftRightTOP {
	border:solid;
	border-width:0;
	border-color:#000066;
	border-left-width:2px;
	border-right-width:2px;
	border-top-width:2px;
	padding:1.0ex;
}
.CellBorderLeftRightBOT {
	border:solid;
	border-width:0;
	border-color:#000066;
	border-left-width:2px;
	border-right-width:2px;
	border-Bottom-width:2px;
	padding:1.0ex;
}
