/*These should not be changed except for the default body text color if needed*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-attachment: fixed;
	background-image: url(images/common/background.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

td,th {
	color: #000000;
}

/*Set your link colors for the site here*/

a:link {
	color: #bc141a;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #99cccc;
}
a:active {
	color: #999933;
}

/*This is the color for the mouse over on the main navigation bar.*/

.mouseovercolor {
	background-color: #bc141a;
}


/*These should stay as they are*/

blockquote {
	margin: 10px;
	padding: 0px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.boldbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
}
.italicbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}
.boldsmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}


