body {
	background-attachment: fixed;
	background-color: #939393;
	background-image: url(images/background_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.tableBody {
	border: 1px solid #939393;
}
a:link, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ED1C24;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EB3E3E;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ED1C24;
}
.tableMain {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tableRight {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #ACACAC;
	border-left-color: #ACACAC;
}
marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.divideLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.divideLineTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.divideLineTopBot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.lineSwitch {
	background-color: #E8E8E8;
}
.footer {
	background-attachment: fixed;
	background-color: #DBDBDB;
	background-image: url(images/background_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.tiny_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-left: 7px;
	text-align: justify;
}
.welcome_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

/* subnavigation row */
#rownav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	width: 508px;
	background-image: url(images/hdr_row_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}
#rownav a {
	color: #000000;
}
#rownav a:hover {
	color: #ED1C22;
}
