.largeBorder {
	border-right-width: 40px;
	border-bottom-width: 40px;
	border-left-width: 40px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bannerStrip {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.PaleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
a {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link{color:black;}
a:visited{color:#000099;}
a:hover{color:orange;}	
a:active{color:red;}

.bg_top {
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
}
.bg_middle {
	background-image: url(images/bg_middle.gif);
	background-repeat: repeat-y;
}
.bg_bottom {
	background-image: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
