body {font-family: Verdana, sans-serif;font-size: 11px;}

a {color:#0749B9;text-decoration:none;}

#main {
	background-color: #FFFFFF;
	margin-left: 16px;
	margin-right: 16px;
	width: 750px;
}

#main table.results tbody tr.head th{
	background-color:#C9C9C9;
}
#main table.abnwhite td.container td.title,
#main table.abnwhite td.content h1,
#main table.abgwhite td.container td.title,
#main table.abgwhite td.content h1 {
	background-color:#E9E6E3;
	color:#333333;
}
#main table.abnwhite td.container td.titleheadleft,
#main table.abgwhite td.container td.titleheadleft
{
	background: #E9E6E3 url(img/grey_light_top_left.gif) top left no-repeat;
	padding: 0px;
	width: 8px;
}
#main table.abnwhite td.container td.titleheadright, 
#main table.abgwhite td.container td.titleheadright 
{
	background: #E9E6E3 url(img/grey_light_top_right.gif) top right no-repeat;
	padding: 0px;
	width: 8px;
}
#main table.abnwhite td.content h1,#main table.abgwhite td.content h1 {padding-left: 12px;}
/* ABN */
#main table.abn {background-color: #FFFFFF;}
#main table.abn_functional {background-color: #E9E6E3;}

#main td.content td.tight td {
	vertical-align: top;
}


#main td.headright, #main td.mediumheadright,
#main td.titleheadright,
#main td.titlemediumheadright {
	width: 8px;
	padding: 0px;
}

#main td.headleft, #main td.mediumheadleft,
#main td.titleheadleft,
#main td.titlemediumheadleft {
	width: 8px;
	padding: 0px;
}

#main td.title, #main td.titlemedium {
	padding: 0px;
	height: 22px;
	font-weight: bold;
	padding-left: 5px;
	background-color:#E9E6E3;
	
}

#main td.notitle, 
#main td.mediumnotitle {
	padding: 0px;
	height: 8px;
}

#main td.footleft,
#main td.footleftmedium, 
#main td.footleftdark 
{
	width: 8px;
	height: 8px;
	padding: 0px;
}

#main td.footright,
#main td.footrightmedium, 
#main td.footrightdark 
{
	width: 8px;
	height: 8px;
	padding: 0px;
}


#main td.footmiddle,
#main td.footmiddlemedium, 
#main td.footmiddledark {
	padding: 0px;
	height: 8px;
}

#main table.abn td.footrightmedium {
	background: #E9E6E3 url(img/grey_dark_bottom_right.gif) bottom right no-repeat;
}
#main table.abn_functional td.footrightmedium {
	background: #E9E6E3 url(img/grey_dark_bottom_right.gif) bottom right no-repeat;
}
#main table.abn_functionalSearch td.footrightmedium {
	background: #E9E6E3 url(img/grey_dark_bottom_right.gif) bottom right no-repeat;
}

#main table.abn_functional td.titleheadright {
	background: #737374 url(img/grey_dark_top_right.gif) top left no-repeat;
}

#main table.abn td.footleftmedium {
	background: #E9E6E3 url(img/grey_dark_bottom_left.gif) bottom left no-repeat;
}
#main table.abn_functional td.footleftmedium {
	background: #E9E6E3 url(img/grey_dark_bottom_left.gif) bottom left no-repeat;
}
#main table.abn_functionalSearch td.footleftmedium {
	background: #E9E6E3 url(img/grey_dark_bottom_left.gif) bottom left no-repeat;
}

#main table.abn_functional td.titleheadleft {
	background: #737374 url(img/grey_dark_top_left.gif) top left no-repeat;
}

#main table.abn td.title,
#main table.abn td.content h1 {
	background-color: #E9E6E3;
	color: #333333;
}

#main table.abn_functional td.title,
#main table.abn_functional td.content h1 {
	background-color: #737374;
	color: #FFFFFF;
}

#main table.abn_functional td.titleheadright {
	background: #737374 url(img/grey_dark_top_right.gif) top right no-repeat;
}














#header {
  float:left;
  width:100%;
  background:#ffffff;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 0px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("img/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("img/right.gif") no-repeat right top;
  padding:5px 10px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  /*color:#333;*/
  }
#header #current {
  background-image:url("img/left_on.gif");
  }
#header #current a {
  background-image:url("img/right_on.gif");
  /*color:#333;*/
  padding-bottom:5px;
  }