@charset "utf-8";
/* CSS Document */



.style1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
body {
	background: #F7F7F9 url(images/background.jpg) top left fixed repeat-x;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 28px;
}

.BodyCopy {
	margin-left: 24px;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 19px;
}

.caption {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
body,td,th {
	color: #000000;
}
a:link {
	color: #003366;
}




================================================================================
FOOTER STYLING
================================================================================
*/

#footer {
	border-top: 1px solid gray;
	padding: 5px 0 5px 0;
	background-color: #FFFFFF;
	clear: both;
	font-size: 11px;
}

#footerLinks {
	text-align: center;
        font-size: 10.5px;
}

#footerCopyright {
        color: #660033;
        font-size: 11px;
        text-align: center;
        padding-top: 5px; 
        padding-bottom: 10px;
        background-color: #FFFFFF;
}

#footerText {
        font-size: 10px;
	text-align: left;
        padding: 0 5px 5px 5px;
        color: #333333;
        border-top: 1px solid #E2E2E2;
        padding-top: 7px;
}

.pipe {
  color: #CCCCCC;
}



