a:link {
	text-decoration: none;
	color: #997D62;
	}
a:visited {
	text-decoration: none;
	color: #997D62;
	}
a:active {
	text-decoration: none;
	color: #ffffff;
	}
a:hover {
	text-decoration: none;
	color: #ffffff;
	}

body {
	background-color: #292929;

	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #757575;
	}

li {
	padding-bottom: 10px;
	}

.window {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

.divMenu {
	position: absolute;
	left: 15px;
	top: 390px;
	z-index: 4;
	font-size: 13.5pt;
	font-style: italic;
	font-weight: bold;
	font-family: georgia, serif;
	text-align: left;
	text-transform: lowercase;
	}

.divMenu a:hover {
	background-image: url(contentbg.jpg);
	}

.divColumn {
	position: absolute;
	background-image: url(sidebg.gif);
	background-position: left;
	width: 410px;
	left: 0px;
	top: 400px;
	z-index: 2;
	}

.divColumnText {
	background-image: url(sidebg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 25px;
	padding-left: 110px;
	padding-right: 55px;
	}

.divColumnTitle {
	font-family: georgia, serif;
	font-size: 13.5pt;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	}

h1, .divTitle {
	border-color: #757575;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;

	font-family: georgia, serif;
	font-size: 13.5pt;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	text-transform: lowercase;
	}

h2, .divSubTitle {
	border-color: #757575;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;

	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}

.divContent {
	position: absolute;
	background-image: url(contentbg.jpg);
	background-position: top left;
	top: 20px;
	left: 415px;
	width: 43%;
	text-align: justify;
	padding: 10px;
	z-index: 2;
	border-color: #757575;
	border-style: dotted;
	border-width: 1px;
	}

input, select, textarea {
	background-color: #292929;
	border-color: #757575;
	border-style: dotted;
	border-width: 1px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #757575;
	}

input.noborder {
	border-width: 0px;
	}

.center {
	text-align: center;
	}

.border {
	border-color: #757575;
	border-width: 3px;
	border-style: double;
	}

blockquote.text {
	font-size: 7pt;
	}

dt {
	font-weight: bold;
	}

dd {
	padding-bottom: 10px;
	}

a img {
	border-width: 0px;
}