@charset "utf-8";
body {
	background-image: url(images/pipe-bg.png);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.maintext {
	font-size: medium
}
.whitelink {color: #FFFFFF}
a:visited {color:#FFFFFF;}  /* visited link */
a:hover {
	color:#098ECE;}
a:active {color:#FFFFFF;}  /* selected link */ 


.subheader {
	color: #09488D;
	font-weight: bold;
	font-size: x-large;
}
.smallblue {
	color: #098ECE;
	font-size: x-small;
}
a:link {
	text-decoration: none;
}
.style2 {font-size: small; font-weight: bold; }
.boldhead {
	font-size: large;
	font-weight: bold;
	color: #09488D;
}
