body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
input,textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #B4B4B4;
	padding: 2px;
}
select {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;;
}
body {
	background-color: #FFFFFF;
	/* background-image: url(images/bg.gif); */
}
a:link {
	text-decoration: none;
	color: #008ce4;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #008ce4;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #34BEED;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #34BEED;
	font-weight: bold;
}
.large_text {
	font-size: 16px;
	font-weight: bold;
	color: #008ce4;
}
.larger_text {
	font-size: 20px;
	font-weight: bold;
	color: #008ce4;
}
.large_text_black {
	font-size: 14px;
	/*color: #000000;*/
	color: #808080;
	font-weight: bold;
}
.black14 {
	font-size: 14px;
	/*color: #000000;*/
	color: #808080;
}
.large_text_grey {
	font-size: 14px;
	color: #B4B4B4;
	font-weight: bold;
}
.grey16 {
	font-size: 16px;
	color: #B4B4B4;
	font-weight: bold;
}
.big_red_text {
	font-size: 16px;
	font-weight: bold;
	color:#EE1928;
}
.table_border {
	border: 1px #00C2ED solid;
}
.table_header {
	background-color: #DBDBDB;
}
.table_alt1 {
	background-color: #EFEFEF;
}
.table_alt2 {
	background-color: #FFFFDD;
}
.table_alt3 {
	background-color: #99CCFF;
}
.submit_button {
	background-color: #EEEEEE;
	border: 1px solid #34BEED;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.submit_button_grey {
	background-color: #FFFFFF;
	border: 1px solid #34BEED;
	color: #999999;
	font-size: 11px;
}
.submit_button_red {
	background-color: #FFFFFF;
	border: 1px solid #34BEED;
	color: #EE1928;
	font-size: 11px;
}
li {
	list-style-type: square;
}
.faded {
	color: #999999;
}
.red {
	color: #EE1928;
}
.green {
	color: #008800;
}
.grey_background {
	background-color: #CCCCCC;
}
.image_border {
	border-width: 1px;
	border-color: #B4B4B4;
	padding: 1px;
}
.image_border_rollover {
	border-width: 1px;
	border-color: #34BEED;
	padding: 1px;
}
.image_border_selected {
	border-width: 2px;
	border-color: #34BEED;
	padding: 0px;
}
.compulsary_field  {
	border: 2px solid #34BEED;
	padding: 1px;
}
.invalid_field  {
	border: 2px solid #FD0002;
	padding: 1px;
}
#top_panel {
	position:relative;
	width:956px;
	z-index:1;
	top: -1px;
	border-style: solid ;
	border-width: 1px;
	border-color: #B4B4B4;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
#main_body, #main_body_cu, html>/**/body #main_body_faq {
	position:relative;
	display:block;
	width:950px;
	z-index:1;
	top: -2px;
	border:1px solid #B4B4B4;
	border-top:none;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	overflow: hidden;
	/*background-image: url(images/gradient.gif);
	background-repeat:repeat-x;*/
	background-color:#FFFFFF;
}

*:first-child+html #main_body_faq {
border:4px solid #000;
 }

#main_body_cu {
	background-image: url(images/custbg.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
}
#repair_progress {
	position:relative;
	width:101%;
	height:20px;
	z-index:2;
	border-style: solid;
	border-width: 1px;
	border-color: #34BEED;
	text-align: center;
	margin: -1px;
	background-color:#FFFFFF;
}
.summary_left {
	position:relative;
	width:436px;
	float: left;
	z-index:1;
	text-align:left;
	background-color:#FFFFFF;
}
.summary_right {
	position:relative;
	width:436px;
	float: right;
	z-index:1;
	text-align:left;
	background-color:#FFFFFF;
}
.track_left {
	position:relative;
	width:466px;
	float: left;
	z-index:1;
	text-align:left;
	background-color:#FFFFFF;
}
.track_right {
	position:relative;
	width:466px;
	float: right;
	z-index:1;
	text-align:left;
	background-color:#FFFFFF;
}
.summary_box{
	width:410px;
	z-index:2;
	border-style: solid;
	border-width: 1px;
	border-color: #B4B4B4;
	text-align:left;
	padding: 15px;
	margin-bottom: 20px
}

.back_button {
	float: left;
}

.back_button_final {
	float: left;
}

html>/**/body .back_button_final {
	clear:both;
}

.continue_button {
	float: right;
}
.menu {
	width: 280px;
	left: 685px;
	top: 20px;
	position:absolute;
	z-index:3;
	text-align: right;
	padding: 5px;
	border-style: solid ;
	border-width: 1px;
	border-color: #34BEED;
}
.menu_text {
	font-size: 14px;
	color: #B4B4B4;
	font-weight: bold;
	line-height: 14.5pt
}
.a:link menu_text {
	color: #B4B4B4;
}
.a:hover menu_text {
	color: #34BEED;
}
.a:visited menu_text {
	color: #B4B4B4;
}
.a:active menu_text{
	color: #B4B4B4;
}