/* -------------------- Color and image Styles -------------------- */
h1 {
	color: #000066;
	font: italic 24px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bannerBG {
	background-image:  url(../images/banner.jpg);
	background-repeat: no-repeat;
}
.tdBg {
	background-image:   url(../images/gray_03.gif);
	background-repeat: repeat-y;
}
.footerBg {
	background-image: url(../images/gray_05.gif);
	background-repeat: no-repeat;
}


/* ------------------------- Global Styles ------------------------ */

body {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#content {
	padding-left: 10px;
	padding-right: 10px;
}
.copyright {
	color: #999999;
	font-size: 10px;
}
.privacy {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 40px;
	padding-right: 30px;
}
form {
	margin: 0px;
	padding: 0px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.copy {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
li {
	padding-bottom: 10px;
	list-style: disc;
}
.audioBg {
	background: url(../images/audioBG.gif) no-repeat;
}
.border {
	border: 1px solid #666666;
}
.boxLeft {
	background-image: url(../images/box_11.gif);
	background-repeat: repeat-y;
}
.boxRight {
	background-image: url(../images/box_09.gif);
	background-repeat: repeat-y;
}
.boxTop {
	background-image: url(../images/box_03.gif);
	background-repeat: repeat-x;
}
.boxBottom {
	background-image: url(../images/box_15.gif);
	background-repeat: repeat-x;
}.boxMiddle {
	background: url(../images/spacer.gif) repeat;
}
input.readonly {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: right;
	padding-right: 2px;
}
a:link {
	font-weight: bold;
	color: #0033CC;
}
a:visited {

	font-weight: bold;
	color: #0033CC;
}
a:hover {


	font-weight: bold;
	color: #990000;
}
a:active {



	font-weight: bold;
	color: #0033CC;
}
.audioBG {
	background-image: url(../images/audioBG.gif);
	background-repeat: no-repeat;
}

