body {
	background: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body.Admin {
	background: white;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
body.Admin {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
p, td, th, h1, h2, body {
	font-family: Verdana, sans-serif; 
	font-size: 80%;
}
td.Menu {
	color: white;
	background: #F0082E;
}
td.Footer {
	color: white;
	background: #F0082E;
}
small {
	font-family: Verdana, sans-serif; 
	font-size: 80%;
	color: #999999;
}
img.photo {
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 0px;
}
th {
	font-weight: bold;
}
hr {
	noshade;
	height:1;
	color:black;
}
h1 {
	font-family: arial, verdana, sans-serif; 	
	font-size: 130%; 	
	font-weight: bold; 	
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
}

h2 {
	font-family: Times New Roman, serif; 
	font-size: 18px; 
	font-weight: normal; 
	font-style: normal;
	background-color: black; 
	color: white;
	padding-bottom: -1px;
	margin-bottom: -1px;
	padding-top: 8px;
	margin-top: 8px;
	text-align: left;
}
A:link, A:active, A:visited{
	color: blue;
	text-decoration: none;
}
A:hover {
	color:blue;
	text-decoration: underline;
}
A:link.menu, A:active.menu, A:visited.menu, A:hover.menu{
	color: white;
}