@charset "utf-8";

body {
	background-image: url(../images/template/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.header3 {
	font-size: 14px;
	font-weight: bold;
	color: #9A0000;
}
.header4 {
	font-size: 12px;
	font-weight: bold;
}
.links A:link {
	text-decoration: underline;
	color: #0000FF;
}
.links A:visited {
	text-decoration: none;
	color: #0000FF;
}
.links A:active {
	text-decoration: none;
	color: #0000FF;
}
.links A:hover {
	text-decoration: none;
	color: #FF0000;
}
.footer {
	color: #FFFFFF;
}
.footer A:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer A:active {
	text-decoration: none;
	color: #FFFFFF;
}
.footer A:hover {
	text-decoration: underline;
	color: #FF9900;
}
.menutbl {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #0733A6;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

#overlappopup { /*don't change id name */
position: absolute; /*don't change position property */
z-index: 1000;
background: white;
border: 1px solid black;
padding: 3px;
left: 0;
top: 0;
visibility: hidden;
}

.bold1 {
	font-weight: bold;
	color: #9A0000;
}

.tbl {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #000000;
}

.accent-tbl {
	border: 2px solid #666666;
	}
	
.accordion-tbl {
	background-image:
	background-attachment: fixed;
	background-color: #9A0000;
	background-image: url(../images/accordion_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.sd101-tbl {
	border: 1px solid #9A0000;
	}
