body,td,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #990033;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.top-gradient {
	background-image: url(../images/top-gradient.jpg);
	background-repeat: repeat-x;
}
.side-gradient-left {
	background-image: url(../images/side-gradient-left.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.side-gradient-right {
	background-image: url(../images/side-gradient-right.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.top-gradient-left {
	background-image: url(../images/top-gradient-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.top-gradient-right {
	background-image: url(../images/top-gradient-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom-gradient {
	background-image: url(../images/bottom-gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.footer-bg {
	background-image: url(../images/footer-bg.jpg);
	padding: 6px;
	color: #FFFFFF;
	text-align: center;
}
.footer-border {
	background-image: url(../images/footer-top-border.jpg);
	background-repeat: repeat-x;
}
.footer-link {
	color: #FFFFFF;
	text-decoration:  none;
}
.footer-link:hover {
	text-decoration:  underline;
	color: #FFFF99;
}
.sidenav-bg {
	background-color: #A9233B;
	background-image:  url(../images/sidenav-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.sidenav-fill {
	background-color: #A9233B;
}
.body-gradient {
	background-image: url(../images/body-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content-head {
	font-size: 14px;
	font-weight: bold;
	color:  #A9233B;
}
.content-subhead {
	font-weight: bold;
	color:  #333333;
	padding: 4px 0px 0px 0px;
	border-bottom: 1px solid #A9233B;
}
.footer-gradient-left {
	background-image: url(../images/bottom-gradient-left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.footer-gradient-right {
	background-image: url(../images/bottom-gradient-right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.quicklink {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.quicklink:hover {
	color: #FFFF99;
}
