form {
	display: inline; margin: 0px;
}

body, td {
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
        padding: 0px;
}

#header_line {
    position: absolute;
    background-color:#44dd44;
    height: 28px;
    width: 100%;
    left: 0;
}

#header1 {
    width: 955px;
    position: relative;
    background-color:#44dd44;
    margin: 0 auto;
    padding: 0px;
    margin-top: 0px;
    background: url("images/header.jpg");
    height: 67px;
}

#header1 a {
	text-decoration: none;
	color: black;
}

#header1 a:hover {
	text-decoration: underline;
}

#header_logo {
    position: absolute;
    top: 33px;
    left: 65px;
}

#logo {
    display: block;
    background: url("images/logo.jpg") 0 0 no-repeat;
    width: 169px;
    height: 30px;
}

#logo:hover {
    background: url("images/logo_hover.jpg") 0 0 no-repeat;
}

#header2 {
	position: absolute;
	width: 650px;
	/*background-color: #eeeeee;*/
	padding: 5px;
	height: 15px;
        top: 28px;
        right: 25px;        
}

#header_left {
		float: left;
		ccolor: #44dd44;
}

#header_right {
		text-align: right;
		float: right;
}

#header_right a {
	text-decoration: none;
	color: #d43c00;
	font-weight: bold;
}

#header_right a:hover {
	text-decoration: underline;
}


#footer2 {
	margin: 0 auto;
	width: 900px;
	background-color: #eeeeee;
	padding: 5px;
	text-align: right;
}

#footer2 a {
	text-decoration: none;
	color: #d43c00;
	font-weight: bold;
}

#footer2 a:hover {
	text-decoration: underline;
}



#body {
		width: 860px;
		margin: 0 auto;
		padding: 20px;
}

.quote {
	border: 2px solid gray;
	background-color: #f9f9f9;
	margin-left: 20px;
	padding: 5px;
	width: 500px;
}

.quote hr {
	color: grey; background-color: gray;
}

.quote .quote2 {
	color: #006600;
}

#footer {
		width: 900px;
		bbackground-color:#44ff44;
		bbackground-color: #eeeeee;
		margin: 0 auto;
		text-align: right;
		font-family: times new roman;
		font-size: 9pt;
		font-weight: bold;
		ffont-style: oblique;
		padding: 5px;
		padding-top: 0px;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	text-decoration: underline;
}


.inputtext {
	border : 1px solid #d43c00;
	color: gray;
}

input.submit {
background-color : orange;
ccolor : #d43c00;
color: white;
font-weight: bold;
ffont : bold 14px/14px verdana, geneva, helvetica;
bborder : 1px solid #44dd44;
border : 1px solid #d43c00;
}

.t_pages { padding-top: 5px; padding-bottom: 5px; margin: 0px; font-size: 12pt; color:black; line-height: 27px; margin-left: 20px;}
.t_pages a {padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; font-size: 12pt; color:gray}
.t_pages a:hover{color: #fff; background: #d43c00; border-color: #036; text-decoration: none;}
.ttt_pages_current {padding: 2px 6px; border-color: #999; font-weight: bold; vertical-align: top; background: #fff; font-size: 13pt;}
.t_pages_current {padding: 2px 6px;border: solid 1px #d43c00; font-weight: bold; vertical-align: top; background: #fff; font-size: 13pt;}
.t_pages_space {padding: 2px 6px;border: solid 1px #ddd; font-weight: bold; vertical-align: top; background: #fff; font-size: 13pt;}

a {
    color: #d43c00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clearer {
    clear: both;
}

.form_vote select {
    border: 1px solid gray;
    font-size: 9pt;
    height: 20px;
    color: gray;
}