body {
	font-family:verdana,arial,sans-serif;
	color:#46467F;
	background-color:#DFDDEE;
	margin:0px;
	font-size:9pt;
}

td {
	font-size:9pt;
}

form {
	margin:0px;
}

h1 {
	font-size:18pt;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:10px;
}

h2 {
	font-size:14pt;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}

h3 {
	font-size:14pt;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:3px;
}

h4 {
	font-size:12pt;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}

h5 {
	font-size:12pt;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:underline;
}

h6 {
	font-size:12pt;
	font-weight:normal;
	font-style:italic;
	margin-top:3px;
	margin-bottom:3px;
}

a {
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#46467F;
	font-weight:bold
}

td.centercell {
	background-color:#E1DFF0;
}

.button {
	border:2px solid black;
	color:white;
	background-color:#9A1658;
	cursor:hand;
}

div.footer {
	color:#555555;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
	text-align:center;
}

div.disclaimer {
	color:#888898;
	font-weight:normal;
	font-size:8pt;
	margin-top:4px;
	text-align: justify;
}

/************************************ Content ************************************/

div.content {
	padding-left:6px;
	padding-right:6px;
	color:#46467F;
}

div.content hr {
	width:50%;
	border:1px solid #46467F;
}

div.content td {
}

table.box {
}

table.box th {
	background-color:#9A1658;
	color:white;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	font-size:10pt;
}

table.box th a {
	display:block;
	background-color:#9A1658;
	color:white;
}

table.box th a:hover {
	background-color:#46467F;
	color:white;
}

table.box td {
	padding:8px;
	background-color:#EFDDE6;
	color:#9A1658
}

table.photostep {
	background-color:#ECEAF5;
	border:1px solid white;
	margin:2px;
	color:white;
}

/************************************ Menu ************************************/
.menu {
	padding-top:2px;
	padding-bottom:10px;
}

table.menutable td {
	text-align:center;
}

.menu a {
	color:white;
	text-decoration:none;
	font-size:10pt;
	border:0px solid;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

.menu a:hover {
	background-color:#CBBAF1;
	color:#46467F;
}

.menu .selected {
}

.menu .selected a {
	color:#9490BE;
}

.menu .selected a:hover {
}

.submenu {
	visibility:hidden;
	position:absolute;
	background-color:#46467F;
}

.submenu td {
	padding:1px;
}

.submenu a {
	color:white;
	text-decoration:none;
	font-size:9pt;
	border:0px solid;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
}

.submenu a:hover {
	background-color:#CBBAF1;
	color:#46467F;
}
