* { margin: 0; padding: 0; }

body
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	height: 100%;
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-color:#000;
}


img
{
	border: 0;
}

a:link { text-decoration: none; color: #a3e5fb; }
a:visited { text-decoration: none; color: #a3e5fb; }
a:hover { text-decoration: none; color: #ffffff; }
a:active { text-decoration: none; color: #a3e5fb; }

h1, h2, h3
{
	font-weight: bold;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
	color: #a3e5fb;
}

h1
{
	font-size: 20px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 14px;
}

p
{
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: 3px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

#MainContainer
{
	position: relative;
	z-index: 4;
	left: 0px;
	top: 0px;
	width: 907px;
	height: 1474px;
	background-image: url(/Content/b3.jpg);
	background-repeat: no-repeat;
	border: #777;
	border-style: none solid solid none;
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
}

#MainBody
{
	position: absolute;
	z-index: 4;
	left: 20px;
	top: 20px;
	width: 867px;
	border-width: 0px;
}

.B
{
}

.BB
{
	font-weight: bold;
}