html {
  height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#686869;
	font-size:12px;
	background:#F1F0ED;
	padding:0px;
	margin:0px;
	height:auto !important;
	height:100%;
	min-height:100%;
}

table#mainBody{
	width:100%;
	min-width:1000px;
	width:expression(document.body.clientWidth > 1010? "100%" :"1010px"); 
}

h3 {
	margin: 7px 0px 7px 0px;
	color:#666668;
	font-size:13px;
	font-weight:bold;
}

h3.orange {
	color:#FF6600;
}

span.orangeBold{
	color:#FF7403;
	font-weight:bold;
}

span.orange{
	color:#FF7403;
	font-style:italic;
}

span.red{
	color:red;
}

a{
	color:#686869;
}

span.link{
	color:#686869;
	text-decoration:underline;
	cursor:pointer;
}
span.title_link{
	color:#FF7403;
	text-decoration:underline;
	cursor:pointer;
}

a img{
	border:0px;
}

a.white{
	color:#FFFFFF;
}

ul {
	list-style: square;
}

a.blue{
	color:#036FBA;
}

div.error{
	margin:40px;
	padding:30px;
	width:20%;
	height:60px;
	text-align:center;
	background-color:#DEDEDD;
	border:1px solid #8E8E8C;
}
form#form_search{
border:1px solid #bfbfbf;
background:#fff url(../images/search_ico.png) no-repeat 6px 5px;
padding:0;
position:absolute;
top:50px;
right:260px;
width:160px;
height:21px;
}
form#form_search input[type='text']{
border:0;
font-size:11px;
color:#878787;
width:120px;
position:absolute;
top:3px;
left:23px;
}
form#form_search input[type='submit']{
border:none;
background:url(../images/search_arrow.png) no-repeat 50% 50%;
padding:0;
margin:0;
height:16px;
width:12px;
position:absolute;
top:2px;
right:4px;
}

