body {
	font-family: Helvetica, Arial, sans-serif;
	color: #EC058B;
	background-color: #391A40;
	font-size: 11px;
}
.container {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.main {
	width: 760px;
	border: 1px solid #8D8E90;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.darkGrey {
	background-color: #ED65A5;
}
#darkGreyHeaderBar {
	height: 6px;
	width: 100%;
}
.lightGrey {
	background-color: #818286;
}
#lightkGreyHeaderBar {
	height: 12px;
	width: 100%;
}
.DarkInner {
	background-color: #EC058D;
	width: 652px;
	border: 2px solid #CCCCCC;
	padding: 32px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.heavyText {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.heavyLighterText {
	font-size: 18px;
	font-weight: lighter;
	color: #EEEEEE;
}
.BlueLogotype {

	font-size: 11px;
	font-weight: bold;
	color: #00BEF8;
}

.BlueLogotype a{
	font-size: 11px;
	font-weight: bold;
	color: #00BEF8;
	text-decoration: none;
}
.formItem {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFFF99;
	border: 1px solid #FFFFFF;
	width: 200px;
}

