body {
	background: #dddddd;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px
}

td, th, body {
	font-family: Verdana, sans-serif; 
	font-size: 80%
}
th {
	text-align: left;
}
h1 {
	font-family: Verdana, sans-serif; 
	font-size: 100%
}
small {
	font-family: Verdana, sans-serif; 
	font-size: 80%;
	color: #999999
}
select {
	width: 100%
} 
table.Person {
	border: 0 px;
	background: black;
	width: 100%
}
span.ErrMsg {
	font-weight: 700;
	color: #ff0000
}
span.Title {
	font-family: Arial, sans-serif; 
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #cc3300
}
textarea {
	width: 100%
}
td, th {
	padding: 0px
}
td.Person {
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	padding: 1px;
	text-align: center;
}
th {
	font-weight: bold
}
td.navigation {
	color: white
}
hr {
	noshade;
	height:1;
	color:black
}

h1 {
	font-weight: bold; 	
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	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: black
}

A:link.navigation, A:active.navigation, A:visited.navigation, A:hover.navigation{
	color:white
}

A:link.inactive, A:active.inactive, A:visited.inactive, A:hover.inactive{
	color: #cc3300;
}
