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

.background {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	background-attachment: fixed;
	background-image: url(images/HITSbackground.jpg);
	background-repeat: repeat;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	background-attachment: fixed;
	background-repeat: repeat;
}
.graytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	background-attachment: fixed;
	background-repeat: repeat;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0055A5;
	background-attachment: fixed;
	background-repeat: repeat;
	padding-top: 10px;
}
.bluetextLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0055A5;
	background-attachment: fixed;
	background-repeat: repeat;
	line-height: 22px;
}
.bluetext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0055A5;
	background-attachment: fixed;
	background-repeat: repeat;
	padding-top: 10px;
	text-decoration: none;
}
.bluetext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	background-attachment: fixed;
	background-repeat: repeat;
	padding-top: 10px;
	text-decoration: none;
}
.bluetext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0055A5;
	background-attachment: fixed;
	background-repeat: repeat;
	padding-top: 10px;
	text-decoration: none;
}
.bluetext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0055A5;
	background-attachment: fixed;
	background-repeat: repeat;
	padding-top: 10px;
	text-decoration: none;
}
.shadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
}
