body {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	color: #80451F;
}
h2 {
	font-size: 18px;
	color: #80451F;
}
h3 {
	font-size: 18px;
	color: #80451F;
}
h4 {
	font-size: 16px;
	color: #80451F;
}
.BlueBorder {
	border: 1px solid #000066;
}
.redborder {
	border: 1px solid #660000;
}
.formBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.table1Border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
}
.BlueBG {
	color: #FFFFFF;
	background-color: #000066;
}

.BGgradient {
	border: 1px solid #80451F;
	background-image: url(images/gradientBG.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
.BGgradient2 {
	border: 1px solid #80451F;
	background-image: url(images/gradientBG2.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
.BGgradient3 {
	border: 2px solid #003366;
	background-image: url(images/gradientBG.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
.BGgradient4 {
	border: 1px solid #80451F;
	background-image: url(images/bg4.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
.tableStar {
	background-image: url(images/star-ani.gif);
	border: 1px solid #CC0033;
	background-repeat: no-repeat;
	background-position: left top;
}
.blackBorder {
	border: 2px solid #000000;
}


.largeText {
	font-size: 18px;
}
.xxlText {
	font-size: 24px;
	font-weight: bold;
}

.smallText {
	font-size: 13px;
}
.sideBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #660000;
}
.imageUp {
	margin-top: -10px;
}
.textRed {
	color: #660000;
}
.tableBG {
	background-image: url(images/tableBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.clear {
	clear: both;
}
