A {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
A:link {
	color: black;
}
A:visited {
	color: black;
}
A:active {
	color: red;
	text-decoration: underline;
}
A:hover {
	color: red;
	text-decoration: underline;
}
BODY {
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
TH {
	border-top: 1px solid black;
	font-size: 10px;
	color: white;
	background-color: black;
	padding: 2px;
}
.adminTitleRow {
	background-color: gray;
	padding:8px;
	padding-top:6px;
	color: #cccccc;
	font-size:14px;
	border-bottom: 1px #cccccc dotted;
}
.frameFooter {
	text-align: center;
	background-color: Black;
	color: #cccccc;
	font-size: 9px;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 9px;
	font-weight: normal;
}
a.frameFooter:link {
	color: #cccccc;
}
a.frameFooter:visited {
	color: #cccccc;
}
.frameHeader {
	background-color: black;
	padding:10px;
	color:white;
}
.frameTitle {
	background-color: #cccccc;
	color: white;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.frameMenu {
	float: left;
	background-color: Gray;
	border-right: 1px solid black;
	padding: 5px;
	height: 100%;
}
.input {
	color: Black;
	font-weight: bolder;
}
.photo {
	border: medium dashed Black;
}
.photoHeading {
	text-align: center;
	padding: 15px;
}
.user {
	background-color: White;
	color: Black;
}
a.foldLink {
	font-weight: bold;
	font-size: 10px;
	border: 2px solid black;
	padding-left:3px;
	padding-right:3px;
	text-align: center;
}
a.foldLink:link { 
	background-color: white; 
	color: black;
	text-decoration: none;
	}
a.foldLink:visited {
	background-color: white; 
	color: black;
	text-decoration: none;
	}
a.foldLink:hover { 
	background-color: red; 
	color: white;
	border-color: black;
	text-decoration: none;
	}
a.foldLink:active { 
	background-color: red; 
	color: white; 
	text-decoration: none;
	}
a.button {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border: 1px solid black;
	text-align: center;
	min-width: 75px;
	text-transform: uppercase;
	clear: both;
	margin: 1px;
}
a.button:link { 
	background-color: white; 
	color: black;
	text-decoration: none;
	}
a.button:visited {
	background-color: white; 
	color: black;
	text-decoration: none;
	}
a.button:hover { 
	background-color: red; 
	color: white;
	border-color: black;
	text-decoration: none;
	}
a.button:active { 
	background-color: red; 
	color: white; 
	text-decoration: none;
	}

.error {
	color: Red;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 20px;
	padding-bottom: 0px;
}
.authHeader {
	width: 100%;
	background-color: Black;
	text-align: center;
	color: White;
	padding: 5px;
	padding-bottom: 8px;
	padding-right: 0px;
	font-size: 12px;
	font-weight: bold;
}
.auth {
	background-color: #CCCCCC;
	border: medium solid Black;
	width: auto;
	text-align: center;
}
.dataRows{
	background-color: White;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid Black;
	text-align: center;
}
a.dataRows:link {
	border-top: 0px none Black color:;
	color: black;
	text-decoration: none;
}
a.dataRows:visited {
	color: black;
	text-decoration: none;
}
a.dataRows:hover {
	color: Red;
	text-decoration: underline;
}
a.dataRows:active {
	color: red;	
	text-decoration: none;
}
.dataText {
	background-color: White;
	font-size: 10px;
	font-weight: bold;
}
a.dataText:link {
	color: black;
	text-decoration: none;
}
a.dataText:visited {
	color: black;
	text-decoration: none;
}
a.dataText:hover {
	color: Red;
	text-decoration: underline;
}
a.dataText:active {
	color: red;	
	text-decoration: none;
}
.message {
	font-size: 16px;
	font-weight: bold;
}
.dataMessage {
	font-size: 16px;
	font-weight: bold;
	background-color: White;
	padding: 20px;
	text-align: center;
}
TD.dataRows {
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
