body {
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-color: #ECD9EC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*margin: 0px 10px 0px 10px*/
}

h1 {
	background-color: inherit;
	color: #990099;
	font-size: 1.2em;
}

h2 {
	background-color: inherit;
	color: #990099;
	font-size: 1.0em;
}

h3 {
	background-color: inherit;
	color: #990099;
	font-size: 0.9em;
}

.home_body {
	background-image: url(images/home_back.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

.form_error {
	background-color: inherit;
	color: #CC0000;
}

.layout_table {
	width: 800px;
	border: 1pt;
	border-style: solid;
	border-color: #990099;
	border-collapse: collapse;
	text-align: left;
}

.layout_header_cell {
	background-color: inherit;
	color: #990099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight:bold;
	vertical-align: top;
	background-image: url(images/jender_title.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 202px;
	border: none;
	padding: 4px 0pt 0pt 0pt;
}

.layout_body_cell {
	background-color: #FFFFFF;
	color: #000000;
	height: 300pt;
	padding: 10pt;
	border: none;
	vertical-align: top;
	text-align: left;
}

.layout_footer_cell {
	background-color: #ECD9EC;
	color: #990099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight:bold;
	vertical-align: middle;
	background-image: url(images/jender_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 39px;
	border: none;
}

/* Hyperlink styles */

.layout_header_cell a:link, .layout_header_cell a:visited {
	background-color: inherit;
	color: #990099;
	text-decoration: none;
}

.layout_header_cell a:active, .layout_header_cell a:hover {
	background-color: #990099;
	color: #FFFFFF;
	text-decoration: none;
}
