body {
	background-image: url(imgs/bgd_image.jpg);
	list-style-image: url(imgs/bullet.jpg);
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF6600;
}

input {
	border: 1px solid #999999;
	height: 18px;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.bodycopyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.td_top {
	background-image: url(imgs/bgd_top360.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}
.border_top {
	background-image: url(imgs/border_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}
.border_left {
	background-image: url(imgs/border_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 10px;
}
.nav_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(imgs/nav_bar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	padding-right: 30px;
}
.header {
	background-image: url(imgs/adt_logo.jpg);
	background-repeat: no-repeat;
	height: 120px;
	background-position: 400px;
}

.border_right {
	background-image: url(imgs/border_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 10px;
}
.right_col {
	text-align: right;
	padding-right: 2px;
	vertical-align: top;
}

.border_bottom {
	background-image: url(imgs/border_foot.jpg);
	background-repeat: no-repeat;
	height: 10px;
}


.td_bottom {
	background-image: url(../imgs/bgd_bottom360.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 20px;
	line-height: 16px;
	list-style-type: square;
	text-align: left;
	
}
.td_schedule_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	line-height: 16px;
	list-style-type: square;
	text-align: center;
	background-color: #999999;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
 a.footer:link {
	color: #333333;
}

.left_col {
	cursor: text;
	vertical-align: top;
	width: 410px;
	text-align: right;
}
.td_bottom_sched {

	background-image: url(imgs/sched_bgd_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 20px;
	line-height: 16px;
	list-style-type: square;
	text-align: left;
}
.td_top_sched {

	background-image: url(imgs/sched_bgd_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}
.td_schedule_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	line-height: 16px;
	list-style-type: square;
	text-align: center;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.td_schedule_downloads_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	line-height: 16px;
	list-style-type: square;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-weight: bold;
	background-color: #FF9900;
}


