/* CSS Document */
body {
background:url(images/backing1.gif);
margin-top:0;
}
.extendLHS {
background:url(images/out_lhs.jpg);
}
.extrendRHS {
background:url(images/out_rhs.jpg);
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:17px;
}
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
}
.copy {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:120%;
}
a:link {
text-decoration: none;
color:#006699;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:hover {
font-weight: bold; 
}