* {
	margin:0px;
	padding:0px
}
/* mac hide \*/
html, body {
	margin: 0px;
	padding: 0px;
}
/* end hide */

/*Clear Fix +++++++++++++++++++++++++++++++++++++++++++++++*/
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*General layout +++++++++++++++++++++++++++++++++++++++++++++++*/

BODY {
	line-height: 150%;
	font-size: 75%;
	/*min-width:900px;  for good browsers*/
	background: #DADADC;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#PageBodyWrap {
	width:650px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

#PageBodyWrap a {
	text-decoration: none;
	position: relative;
	outline: none;
}
#PageBodyWrap a:hover {
	color: #ffffff;
	outline: none;
	text-decoration: underline;
}

p {
  padding-bottom:10px;
}
p, td, div {
}

textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul{
	list-style: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 5px 5px 5px 20px;
}

li{
	text-align: left;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	list-style: disc;
}


.breakDARK {
	padding: 0px;
	height: 1px;
	margin: 7px 0px 3px;
	border-top: 1px dotted #A5A5AD;
}

#PageBody h2 {
	font: normal 20px/150% Georgia, "Times New Roman", Times, serif;
	color: #524D86;
	margin: 0px;
	padding: 0px;
}

#PageBody h3 {
	font: normal 14px/150% Arial, Helvetica, sans-serif;
	color: #524D86;
	margin: 0px;
	padding: 0px;
}

#PageBody a {
	color: #2B2555;
	text-decoration: none;
	position: relative;
	outline: none;
}
#PageBody  a:hover {
	background-color: #2B2555;
	color: #ffffff;
	outline: none;
}

