@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(/images/background_Grey.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

      a.srollover {
	display: block;
	width: 135px;
	height: 25px;
	background: url("images/nav_button.jpg") 0 0 no-repeat;
	text-decoration: none;
	color: #CCCCCC;
	padding-top: 0px;
	font-size: 15px;
	text-align: center;
      }
a:hover.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}

      a:hover.srollover {
	background: url("images/nav_button_roll.jpg") 0 0 no-repeat;
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
      }
.table_bk_color {
	background-color: #212121;
}
body_blank {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-color: #000000;
}
.table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/images/side_table_b2k.jpg);
	text-align: left;
	color: #CCCCCC;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: lighter;
	text-align: left;
}
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #F48427;
	font-size: 24px;
	font-weight: bold;
	text-align: justify;
}
.footer_bk {
	background-image: url(/images/footer_bk.gif);
}
.td_content {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background-image: url(/images/content_bk.jpg);
}
a.content_button {
	display: block;
	width: 90px;
	height: 20px;
	background: url("images/sidecontent_images/button.jpg") 0 0 no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 12px;
	background-color: #212121;
}
a:hover.content_button {
	background: url("images/sidecontent_images/button_over.jpg") 0 0 no-repeat;
	background-color: #333333;
}
.content_text_smaller {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: lighter;
	text-align: left;
}
.content_header {
	background-image: url(/images/content_header_bk3.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: lighter;
	color: #444444;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
	padding-right: 20px;
}
.content_body_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: lighter;
	text-align: justify;
	padding-left: 25px;
	padding-right: 20px;
}
.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	text-align: left;
}
a.footerlink {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
}
.thankyou_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
}
.thankyou_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
a.tab_static {
	display: block;
	width: 200px;
	height: 25px;
	background: url("images/tab_static.jpg") 0 0 no-repeat;
	text-decoration: none;
	color: #CCCCCC;
	padding-top: 5px;
	font-size: 15px;
	background-color: #212121;
	background-repeat: repeat-x;
	border-top: 1px solid #131313;
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
	padding-left: 10px;
	border-bottom: 1px solid #131313;
}
.tab_table {
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
	background-color: #3e3f43;
}
.tab_selected {
	background-image: url(/images/tab_pressed.jpg);
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 10px;
	border-top: 1px solid #131313;
	border-right: 1px solid #131313;
	background-color: #3e3f43;
	color: #CCCCCC;
}
.tab_table_blankside {
	border-bottom: 1px solid #131313;
}

