body {
	background-color: #77002a;
	background-image: url(bgr.gif);
	background-repeat: repeat-y;
	background-position: top left;
	color: #e1d4be;
	font-family: "lucida sans unicode", tahoma, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	margin: 0;
	text-align: justify;
	}

#content a,a:active,a:link,a:visited {
	color: #ffffff;
	font-family: "lucida sans unicode", tahoma, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 2px;
	}

#content a:hover {
	color: #ffffff;
	font-family: "lucida sans unicode", tahoma, sans-serif;
	font-style: italic;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	background-image: url(link.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 2px;
	cursor: help;
	}
	
#left a,a:active,a:link,a:visited {
	color: #5f3470;
	font-family: "lucida sans unicode", tahoma, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #ffffff;
	}

#left a:hover {
	color: #5f3470;
	font-family: "lucida sans unicode", tahoma, sans-serif;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	cursor: help;
	}

a img {
	border: 0;
	}

p img {
	border: 1px dotted #77002a;
	background-color: #ffffff;
	padding: 4px;
	}

p img:hover {
	border: 1px solid #77002a;
	background-color: #ffffff;
	padding: 4px;
	}

strong {
	color: #ffffff;
	font-weight: normal;
	font-family: georgia;
	font-size: 10pt;
	letter-spacing: 0px;
	}

em {
	color: #ffffff;
	font-style: italic;
	font-family: georgia;
	font-size: 12pt;
	}

input, textarea { 
	background-color: #e1d4be; 
	font-family: "courier new", sans-serif;
	color: #77002a;
	font-size: 8pt; 
	border-bottom: 1px dotted #ffffff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 2px 2px 2px 2px;
	}

option, select {
	background-color: #e1d4be; 
	font-family: "courier new", sans-serif;
	color: #77002a;
	font-size: 8pt; 
	border: 0;
	}

h3 {
	color: #ffffff;
	font-family: "courier new", sans-serif;
	font-size: 8pt;
	margin: 0;
	text-align: right;
	letter-spacing: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-transform: lowercase;
	border-bottom: 1px #ffffff dotted;
	}

ul {
	list-style-image: url(list.gif);
	margin: 0px 40px 0px 40px;	
	padding: 0; 
	text-align: justify;
	}

ol {
	margin: 0px 40px 0px 40px;	
	padding: 0; 
	text-align: justify;
	}

blockquote {
	color: #5b5b5b;
	font-family: "lucida sans unicode", tahoma, sans-serif;
	font-size: 8pt;
	margin: 0px 40px 0px 40px;
	padding: 7px 10px 7px 10px;
	background-color: #e1d4be;
	border-left: 20px solid #ffffff;
	}

#content {
	position: absolute;
	top: 250px;
	left: 300px;
	width: 450px;
	padding: 5px 0px 20px 5px;
	z-index: 2;
	}

#left {
	position: absolute;
	top: 250px;
	left: 10px;
	width: 235px;
	padding: 5px 0px 0px 5px;
	z-index: 6;
	color: #77002a;
	}
	
#top {
	position: absolute;
	top: 10px;
	left: 300px;
	height: 160px;
	width: 400px;
	overflow: hidden;
	z-index: 4;
	}

.footer {
	font-family: georgia, serif;
	font-size: 7pt;
	line-height: 12pt;
	text-align: center;
	padding: 5px 5px 10px 5px;
	background-color: #50001c;
	}

.footer strong, em {
	font-family: georgia, serif;
	font-size: 7pt;
	}