.background {
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.table {
	background-attachment: scroll;
	background-image: url(images/tablebackground.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.cellbackground {
	background-attachment: scroll;
	background-image: url(images/cellbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.rule {
	background-attachment: fixed;
	background-image: url(images/rule.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.smallblue {
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.biobackground {
	background-attachment: scroll;
	background-image: url(images/biobackground.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#wrapper {
	width: 100%;
	background: #cee3f7;
	border: 1px solid #3165ce;
}
	
a.qlink:link { color: #3366CC; text-decoration: none; }
a.qlink:visited { color: #3366CC; text-decoration: none; }
a.qlink:active { color: #3366CC; text-decoration: none; }
a.qlink:hover { color: #3366CC; text-decoration: underline; background-color: #cee3f7; }

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sa1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
}
.sa2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: #3366CC;
}
.sa3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3366CC;
}
.sg1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003063;
}
.sg2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003063;
}
.sg3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003063;
}
.stylet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
}.style1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003063;
}
.style2b {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
	color: #003063;
}
.style3b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3366CC;
}