/* ==== main ==== */
html, html body {
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#00000;
}

/* ==== tables ==== */
td.mainsq {
	font-family: tahoma;
	font-size: 12;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #a0a0a0;
}
td.menubar {
	border: 1px solid #a0a0a0;
	background-image: url(../images/barbg.gif);
}
td.topcpybar {
	background-image: url(../images/upbarbg.gif);
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}
td.topcpybar-t {
	background-image: url(../images/upbarbg.gif);
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
}
td.botcpybar {
	background-image: url(../images/botbarbg.gif);
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}
td.botcpybar-t {
	background-image: url(../images/botbarbg.gif);
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
}
td.rightcol {
	font-family: tahoma;
	font-size: 12;
	background-image: url(../images/rightbg.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	padding: 4px;
}
td.nav {
	font-family: tahoma;
	font-size: 12;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	padding: 4px;
}
#botnav {
	border-bottom: 1px solid #a0a0a0;
}
td.topnav {
	font-family: tahoma;
	font-size: 12;
	background-image: url(../images/upsquare.gif);
	background-repeat: repeat-y;
	padding: 4px;
}
td.rightup {
	font-family: tahoma;
	font-size: 12;
	background-image: url(../images/rightup.gif);
	background-repeat: repeat-y;
	padding: 4px;
	border-right: 1px solid #a0a0a0;
}
/* ==== links ==== */
a {
	color: #000000;
	text-decoration: none;
}
a.notnav {
	color: #a0a0a0;
	text-decoration: none;
}

a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}


/* ==== headers ==== */
h1 {
	font-family: tahoma;
	font-color: #000000;
}
h2 {
	font-family: tahoma;
	font-color: #000000;
}
h3 {
	font-family: tahoma;
	font-color: #000000;
}
h4 {
	font-family: tahoma;
	font-color: #000000;
}
h5 {
	font-family: tahoma;
	font-color: #000000;
}
/* ==== navigation ==== */
p.nav {
	line-height: 150%;
}

/* ==== forms ==== */
html textarea {
	scrollbar-track-color:#ffffff;
}
iframe {
	scrollbar-track-color:#ffffff;
	border: 0px;
}
input.text, input.button, textarea, select {
	font:8pt "Verdana","Arial","Helvetica",sans-serif;
	font-weight:normal
}
input.button {
	border:1px solid #000000;
	padding:.15em .1em;
	cursor:pointer;
	color:#000000;
	background-color:#ffffff;
	border-radius:.4em
}


input.text, textarea, select {
	border:1px solid #000000;
	color:#000;
	background-color:#ffffff;
	letter-spacing:0px
}

/* ==== poll ==== */
.poll .result {
	border:1px solid #000;
	margin:1.2em 0em .5em 0em;
	background-color: #6DB3C8;
}
.poll .result .bar {
	border-right:1px solid #000;
	padding:0em .2em;
	font-weight: normal;
	background-color: #4DA8C4;
}

/* ==== other ==== */
kbd.altshortcut {
	font-family: tahoma;
	text-decoration: underline;
}
p.copyright {
	font-family: tahoma;
	font-size: 12;
	font-color: #a0a0a0;
}
img.parapic {
	float: left;
}