/* Body * - background image and scroll bars etc */

BODY {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg.jpg);
	background-attachment:fixed;
	/* background-color: 808080;
		
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: fixed; 	background:#333333;
	*/

	color : #000000;
	scrollbar-3dlight-color: White;
	scrollbar-base-color: #333333;
	scrollbar-darkshadow-color: White;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: 333333;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: White;
	}

td,tr,p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
h2 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px; font-weight: bold; padding: 10px;
	}
h3 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; font-weight: bold;
	}
h4 {
	color: #cc9933; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
	}

h5 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

/* Links */
a:link, a:visited {
	font-size: 14px; color: #808080; text-decoration: underline; /*font-weight: bold;*/
	font-family:  Arial, Helvetica, sans-serif;
	}

a:hover {
	color: #9b0000;	text-decoration: underline; /*font-weight: bold;*/
	}

/* Horizontal Line */
hr {
	background: #C0C0C0; height:2px; border: 1px inset;
	}

hr.separator {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}

/* --Default Class Settings-- */

.uppermenu{
font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
	text-decoration:none;
	font-weight:normal;
	font-size:14px; 
	}

.small {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;
        text-decoration: none;
        font-weight: normal;
        }

ul {
	margin: 2px 2px 2px 2px;
	}

li {
	list-style: inside url(../im/arrow.png) 13px;
	list-style-image: url(../im/arrow.png) 13px;
	}


.votebg {
	background-attachment: fixed;
	background-image: url(/im/voting_side.jpg);
	background-repeat: no-repeat;
}

.page3text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #999999;
	text-align:left;
    }
	
a.page3text:link, a.page3text:visited {
 	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	color: #FFFF00;
	font-size: 14px;
	text-align:left;
    }

a.page3text:hover {
   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
    }
