html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: tahoma;
	font-size: 9pt;
	color: white;
	overflow: hidden;
	background-color: #444444;
}

h1 {
	color: #E72B89;
	font-size: 20px;
	font-weight: bold;
}

li {
	padding: 10px;
}

a, a:visited, a:hover {
	color: white;
}

fieldset {
	border: solid 2px #E72B89;
	padding: 10px;
	width: 400px;
}

legend {
	color: white;
	font-weight: bold;
}

.text {
	font-family: tahoma;
	font-size: 8pt;
	color: #E72B89;
}

.centerDiv {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.button {
	background-color: #FF7FB6;
	height: 20px;
	color: black;
	width: 65px;
	font-size: 8pt;
}

.form th {
	padding-right: 10px;
}

.standardTable table 
{
	 position: relative;
}

.standardTable td, .standardTable th {
	border: 1px solid #E72B89;
	text-align: left;
	border-collapse: collapse;
	padding: 5px;
}

#headerDiv {
	margin-left: auto;
	margin-right: auto;
	height: 149px;
	width: 800px;
	text-align: center;
}

#contentHeaderDiv {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 15px;
}

#contentDiv {
	background-image: url('../Images/Content_Header.png');
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
	padding: 20px;
	overflow-Y: scroll;
	overflow-X: hidden;
}

#footerDiv {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 15px;
	text-align: center;
	background-color: #2D2D2D;
}