body {
	/*background-image: url(images/bg.gif);
	background-repeat: repeat-x;*/
	background-color: #42507D;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 35px;
	padding: 0px;
}

#PageContainer {
	background-color: #FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

a {
	color: #6C7AB4;
	text-decoration: none;
}

a:visited {
	color: #6C7AB4;
	text-decoration: none;
}

a:hover {
	color: #BDC3DB;
	text-decoration: underline;
}

a:active {
	color: #BDC3DB;
	text-decoration: underline;
}

#Header {
	height: 125px;
}

#IPPlus {
	height: 125px;
	text-align: center;
}

#Content {
	color: #000033;
	background-color: #FFFFFF;
	background-image: url(images/bg_white.gif);
	background-repeat: repeat;
	text-align: left;
	width: 750px;
	padding: 25px;
}

#Menu {
	color: #000033;
	text-align: center;
	height: 25px;
	width: 550px;
	margin-left: 200px;
}

a.menu {
	color: #000033;
	margin-right: 30px;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
}

a.menu:visited {
	color: #000033;
	text-decoration: none;
}

a.menu:hover {
	color: #BDC3DB;
	text-decoration: underline;
}

a.menu:active {
	color: #BDC3DB;
	text-decoration: underline;
}

hr {
	border-bottom: 1px solid #BDC3DB;
	height: 1px;
}

h1 {
	font-size: 13px;
	color: #000033;
	margin-top: 25px;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-size: 13px;
	color: #000033;
	margin-top: 25px;
	padding: 0px;
	font-weight: bold;
}

.Box {
	height: 125px;
	background-color: #EEF0F6;
	border: 1px dotted #BDC3DB;
	margin-top: 25px;
	padding: 25px 25px 0px 25px;
	vertical-align: middle;
}

#Footer {
	color: #000033;
	font-size: 10px;
	text-align: left;
	height: 25px;
	line-height: 25px;
	clear: both;
	padding-left: 25px;
}