.oddcell {
	background-color: #FFFFFF;
}
.evencell {
	background-color: #EEEEEE;
}
.sectiontext {
	background-color: #999999;
}
.scaletext {
	background-color: #CCCCCC;
}

.heading1, .heading2 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	text-decoration: none;

}

.heading1 {
	font-size: 24px;
	font-weight: bold;

}
.heading2 {
	font-size: 20px;
	font-weight: normal;
}
.heading3 {
	font-size: 18px;
	font-weight: normal;
}
.warning {

	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF0000;
	text-align: center;
	font-weight: normal;
}
.instruction {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.sinstruction {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.scale, .formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.scale {
	text-align: center;
	font-size: 11px;
}

.maintab {
	border: 1px solid #000000;
}

.sectiontab {
	border: 1px dotted #000000;
	background-color: #FFFFFF;
}
.smallscale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.smalltd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.smalldate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.unlink {
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/pbg.gif);
	background-attachment:fixed;
	background-position:left center;
	background-repeat: no-repeat;	
	font-size: 14px;
}
.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	float:left;
}
.error {
	color: #FF0000;
}
.edit{
	font-size: 11px;
	background-color: #eeeeee;
}

