@charset "iso-8859-1";
html {
	scrollbar-face-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #330033;
	scrollbar-highlight-color: #330033;
	scrollbar-3dlight-color: #666666;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #330033;
	overflow-x: hide;
	overflow-y: scroll;
}
body {
	background-image: url(back.gif);
	font-size: 8pt;
	font-weight: normal;
	font-family: 'Courier New', Courier, serif;
	color: #666666;
	padding: 0px;
}
h1 {
	color: #666666;
	font-family: 'Courier New', Courier, serif;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
h2 {
	color: #666666;
	font-family: 'Courier New', Courier, serif;
	font-size: 8pt;
	font-weight: lighter;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: 1px;
}
h3 {
	color: #666666;
	font-family: 'Courier New', Courier, serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: justify;
	letter-spacing: 1px;
}
a:link {
	color: #999999; font-weight: bold; text-decoration: none; cursor: crosshair;
}
a:visited {
	color: #999999; text-decoration: none; cursor: crosshair;
}
a:hover {
	color: #efefef; text-decoration: line-through; cursor: crosshair;
}
a:active {
	color: #efefef; text-decoration: none; cursor: crosshair;
}

textarea, input {
	background: transparent; font-size: 8pt; font-family: 'Courier New', Courier, serif; color: #666666; border: 1px solid #666666; scrollbar-face-color: #efefef; scrollbar-darkshadow-color: #efefef; scrollbar-shadow-color: #666666; scrollbar-highlight-color: #666666; scrollbar-3dlight-color: #efefef; scrollbar-track-color: #efefef; scrollbar-arrow-color: #666666;
}

table, tr, td {
	font-size: 8pt; font-weight: lighter; font-family: 'Courier New', Courier, serif; color: #666666
}

option, select {
	background-color:#efefef; font-size: 8pt; font-family: 'Courier New', Courier, serif; color: #666666; border:1px solid #666666; width: 180px;
}

ul, li {
	text-align: left; list-style-type: disc;
}

.head {
	border-bottom: #666666 1px dashed; font-weight: bold; font-size: 10pt; color: #666666; font-family: 'Courier New', Courier, serif; text-align: left; letter-spacing: 2px;
}

#back {
	position: absolute; top: 0px; left: 50%; margin-left: -200px; z-index: 1; width: 400px; min-height: 1000px; background-image: url(back.jpg); background-repeat: repeat-x repeat-y; border-left: 2px solid #330033; border-right: 1px solid #330033; padding: 0px;
}

#content {
	position: relative; top: 0px; left: 0px; z-index: 2; width: 380px; text-align: justify; padding: 10px;
}
/* End of style section.*/