body {
        #background-color: #F0E9E0;
        font-family: Palatino, Verdana, Times New Roman, Helvetica, sans-serif;
        font-size: 100%;
        color: #000000;
}

.logogram {
        font-family: Palatino, Verdana, Times New Roman, Helvetica, sans-serif;
        font-size: 25px;
        color: #000000;
}
.smalltext {
        font-family: Palatino, Verdana, Times New Roman, Helvetica, sans-serif;
        font-size: 14px;
}
.xsmalltext {
        font-family: Palatino, Verdana, Times New Roman, Helvetica, sans-serif;
        font-size: 12px;
}
.nitrc {
        position: relative;
        left:   0px;
        top:    4px;
}

a:link {
	color: #bd6200; #c96800;
	text-decoration:none;
}
a:visited {
	color: #d97000; 
	text-decoration:none;
}
a:hover {
	color: #de3b00;
	text-decoration:none;
}
a:active {
	color: #d91313;
	text-decoration:none;
}

div.banner {
        position: absolute;
        left:   10px;
        top:    10px;
        width:  800px;
}

div.main {
        position: absolute;
        left:   60px;
        top:    180px;
        width:  800px;
}

div.main_noheader {
        position: absolute;
        left:   60px;
        top:    60px;
        width:  640px;
}
div.main_survey {
        position: absolute;
        left:   40px;
        top:    40px;
#        width:  480px;
}

div.indent20 {
        position: relative;
        left:   20px;
}
div.indent40 {
        position: relative;
        left:   40px;
}

div.popup_image {
        position: absolute;
	top:    100px;
}

div.footer {
        position: relative;
	left:   0px;
	top:    40px;
        width:         800px;
	font-family: Palatino, Verdana, Times New Roman, Helvetica, sans-serif;
	font-size:     80%;
	color: #9C947C;
}

table.paper_table {
        padding-left:20px;
}

# Table:
#.odd {
# background-color: #ddd;
#}
#.even {
# background-color: #fff;
#}
