body {
	background-color:#ffffff;
	/*background:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	scrollbar-arrow-color:#1873E2;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#C6C6C6;
	scrollbar-face-color:#E2E2E2;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-3dlight-color:#C6C6C6;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;*/
}
form{
	margin:0px;
	padding:0px;
}
a:link, a:visited{
	color: #C04427;
	font-weight:normal;
	text-decoration:underline;
}
a:hover{
	color: #000000;
	font-weight:normal;
	text-decoration:none;
}
div, td, th {
	font-family:Verdana;
	font-size:11px;
	color: #525252;
	font-weight:normal;
	text-decoration:none;
}
p {
	padding:0px;
	margin:0px;
}
.gobutton{
	background:url(../images/go_button.gif) top left no-repeat;
	height:21px;
	width:21px;
	cursor:pointer;
	border:0px;
}
.button{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-align: center;
	border-color:#A19E98;
	border-width:1px;
  	border-style:outset;
	height:21px;
	background-image:url(../images/button-bg.gif);
	background-repeat:repeat-x;
	cursor:pointer;
}
.button2{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-align: center;
	border-color:#A19E98;
	border-width:1px;
  	border-style:outset;
	height:21px;
	padding:0 15px;
	_padding:0 8px;
	background-image:url(../images/button-bg.gif);
	background-repeat:repeat-x;
	cursor:pointer;
}

.section_header {
	width: 400px;
	margin-top: 15px;
	float: left;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding:2px 0 5px 5px;
}


.label_container {
	width: 430px;
	float: left;
	padding:10px 0 10px 15px;
	background-color:#EBEBEB;
}

.label2 {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-align:right;
	width: 115px;
	float: left;
	padding:0px 10px 0 0;
}

.section_background {

	background-color: #ffffff;
	float: left;
	padding-top: 8px;
	padding-bottom: 10px
}

.button_container {
	width: 400px;	
	text-align: left;	
	padding-top: 10px;
	padding-left:18px;
	padding-bottom: 2px	
}

ul.list { list-style-type:none}
ul.list li { display:block}
ul.list li a { background:url(../images/arrow-icon.gif) no-repeat 0 3px; padding:2px 0 2px 25px; line-height:25px; color:#FF664C; text-decoration:none; font-weight:bold}
ul.list li a:hover { background:url(../images/arrow-icon.gif) no-repeat 0 3px; padding:2px 0 2px 25px; line-height:25px; color:#FF664C; text-decoration:underline; font-weight:bold}