* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	height: 100%;
}
body,
body * {
	font-size: 8pt;
	line-height: 1.5;
	font-family: verdana, sans-serif;
	color: #666;
}
h1 {
	font: bold 16px/1.4 verdana, sans-serif;
}
h2 {
	font: bold 13px/1.4 verdana, sans-serif;
	margin: 0px 0px 5px 0px;
}
h3 {
	font: bold 11px/1.4 verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
}
p img {
	vertical-align: bottom;
}
a img {
	border-style: none;
}
.small{
font-size:9px;
}
a,
a:link,
a:visited,
a:active,
a:focus {
	color: #DD6277;
	text-decoration: none;
	font-size:15px;
}
a:hover {
	color: #ECA4B0;
	text-decoration: underline;
}
td {
	vertical-align: top;
	text-align: left;
}

.separator-horizontal {
	background-image: url(images/separator-horizontal.gif);
	height: 1px;
	overflow: hidden;
}
.separator-vertical {
	background-image: url(images/separator-vertical.gif);
	width: 1px;
}
.block {
	display: block;
}
.page-header {
	background-image: url(images/page-header.jpg);
	height: 190px;
}
.logo {
	margin: 10px 0px 10px 0px;
}
.boxes {
	margin: 0px 0px 0px 0px;
}
.item-with-icon {
	padding: 8px 8px 8px 200px;
	background-repeat: no-repeat;
	margin: 0px;
	border-color: #E2E4FA;
	border-style: solid;
	border-width: 7px 7px 7px 1px;
	height: 150px;
}
.item-with-icon1 {
	padding: 8px 8px 8px 8px;
	background-repeat: no-repeat;
	margin: 0px;
	border-color: #E2E4FA;
	border-style: solid;
	border-width: 7px 7px 7px 7px;
	height: 150px;
}

.footer-text {
	text-align: center;
	font-size: 10px;
}
.layout-spacer {
	padding: 0px 10px 0px 10px;
}
.content-wrapper {
	padding: 15px;
}
.fade-left {
	background-image: url(images/fade-left.gif);
	height: 100%;
	width: 9px;
}
.fade-right {
	background-image: url(images/fade-right.gif);
	height: 100%;
	width: 9px;
}
.input-text {
	border: 1px solid #999;
	font-size: 11px;
	line-height: 11px;
}
.input-text:focus {
	border: 1px solid #FF3333;
	font-size: 11px;
	line-height: 11px;
}
.input-text:active {
	border: 1px solid #3399FF;
	font-size: 11px;
	line-height: 11px;
}
.detail-container {
	display: none;
	padding: 0px 0px 0px 16px;
	margin: 10px 0px 0px 48px;
	border-color: #E9C2C2;
	border-style: solid;
	border-width: 0px 0px 0px 7px;
}
.detail-container2 {
	display: none;
	padding: 0px 0px 0px 16px;
	margin: 10px 0px 0px 10px;
	border-color: #E9C2C2;
	border-style: solid;
	border-width: 0px 0px 0px 7px;
}
.detail-container3 {
	display: block;
	padding: 0px 0px 8px 16px;
	margin: 10px 0px 0px 10px;
	border-color: #CDB6B6;
	border-style: solid;
	border-width: 0px 0px 0px 2px;
}
.detail-container3-with-icon {
	display: block;
	padding: 0px 0px 8px 16px;
	margin: 10px 0px 0px 10px;
	border-color: #CDB6B6;
	border-style: solid;
	border-width: 0px 0px 0px 4px;
	padding: 0px 0px 8px 48px;
	background-repeat: no-repeat;
	margin: 0px;
}
.detail-container5 {
	display: none;
	padding: 0px 0px 8px 16px;
	margin: 10px 0px 0px 10px;
	border-color: #CDB6B6;
	border-style: solid;
	border-width: 0px 0px 0px 4px;
}
.detail-container4 {
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 10px;
	border-color: #E9C2C2;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	color: #B68181;
}

.item-detail {
	margin: 0px 0px 20px 0px;
}
.text-header {
	width: 289px;
	text-align: left;
	padding-left:10px;
	padding-top: 110px;
	color: white;
}
.table-form{
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-color: #ED9E96;
	border-style: dotted;
	border-width: 0px 0px 0px 2px;
	vertical-align: top;
	}
.bg{
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
	}