@charset "utf-8";
.rowbggradient {
	background-image: url(../images/gradientbg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.rowborder {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-bottom-color: #CD020B;
}
.redbox {
	margin: 2px;
	padding: 2px;
	width: 500px;
	border: medium solid #CD020B;
}
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/bodybggradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bannerborder {
	border: thin solid #FFFFFF;
}
.divtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
