body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFC8;
	color: #000000;
}
a:link {
	font-weight: bold;
	color: #a22008;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #a22008;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #a22008;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #a22008;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.content {
	color: #000000;
}
.contentbold {
	font-weight: bold;
	color: #000000;
}

.contentboldwhite {
	color: #FFFFC8;
	font-weight: bold;
}
.contentwhite {
	color: #FFFFC8;
}
.contentsmall {
	font-size: 10px;
	color: #000000;
}
.contentredbold {
	color: #a22008;
	font-weight: bold;
}
.contentredboldlarge {
	font-size: 18px;
	color: #a22008;
	font-weight: bold;
}
.contentbluebold {
	color: #0000FF;
	font-weight: bold;
}
.contentblueboldlarge {
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
}
.contentwhiteboldlarge {
	font-size: 18px;
	color: #FFFFCC;
	font-weight: bold;
}
.contentgoldboldlarge {
	font-size: 18px;
	color: #ec821e;
	font-weight: bold;
	}
.tabe-red-border {
	border: medium solid #A22008;
}
.tabe-orange-border {
	border: medium solid #FF6600;
}
.tabe-red-background-1 {
	background-color: #A22008;
	font-weight: bold;
	color: #FFFF94;
}
.tabe-yellow-background-1 {
	background-color: #FFFF94;
	font-weight: bold;
	color: #A22008;
}
.table-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.table-gradient-background {
	background-image:   url(images-new/gradient.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FBE683;
}
.table-red-background {
	background-image:   url(images-new/logo-light.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

