.leftcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 15px;
}
a.greylinks {
	color: #666666;
	text-decoration: none;
}
a.greylinks:hover {
	color: #666666;
	text-decoration: underline;
}
a.whitelinks {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelinks:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.bluelinks {
	color: #3663A6;
	text-decoration: none;
}
a.bluelinks:hover {
	color: #3663A6;
	text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3663A6;
}
.headerWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.subheadWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.subheadBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3663A6;
}
.bold {
	font-weight: bold;
}
.picBorder {
	border: 1px solid #333333;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(images/bottom_sm.jpg);
	background-repeat: repeat-x;
}
.rightcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.padding {
	padding: 5px;
}
.padGreybox {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #464646;
}
.white {
	color: #FFFFFF;
}
