H0 {}
body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	/*background-image:url(../images/background.jpg);*/
	background-repeat:repeat-x;
	background-color: #D6D8E4;

}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.menuItem{color:#412C64; font-size:9pt;font-weight:bold;font-family:Arial;padding-left:4px;text-decoration:none;}
.menuItem_BG { background-image:url(images/menuItem1.jpg);}
.sectionHeader{ color:#ffffff; background-color:#412C64; font-size:9pt; font-family:Arial, Helvetica, sans-serif;}
.sectionBulleted{color:#412c64; font-weight:bold;font-size:12px;font-family:Arial;padding-left:4px;text-decoration:none;}
.bullet2  { list-style-image: url(images/bullet2.gif); list-style-position:inside; padding-left:-5px}
.copyText {font-size:8pt;color:#ffffff;font-family:Arial;padding-left:4px;}
.headFooterMenu {color:#412C64;font-size:8pt;font-family:Arial, Helvetica, sans-serif;text-decoration:none;}

.practiceAreas_BG
{
	background-image: url(images/practiceAreaBG.jpg);
}
.practice_bg {
	background-attachment: fixed;
	background-color: #DDDAE5;
	background-image: url(images/practiceAreaBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divNews{ height:110px;
	border-left:solid 1px #412C64;
	overflow:auto;
	position:relative;
	scrollbar-base-color: #EEEBEB;
	scrollbar-arrow-color: #412C64;
	scrollbar-DarkShadow-Color: #BABABA; 
}

.controls {
	background-image:url(images/form_bg.jpg);
	background-repeat:no-repeat;
	scrollbar-base-color: #EEEBEB;
	scrollbar-arrow-color: #412C64;
	scrollbar-DarkShadow-Color: #BABABA; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;

}
.controlsRadio {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
}
/*
///////////////////////////////////////////////////////////////////////////////////////////////////
///																								///
///									javascript WINDOW SCRIPT									///
///																								///
///////////////////////////////////////////////////////////////////////////////////////////////////
*/
.window {
  background-color: #c0c0c0;
  border-color: #f0f0f0 #606060 #404040 #d0d0d0;
  border-style: solid;
  border-width: 2px;
  margin: 0px;
  padding: 2px;
  position: absolute;
  text-align: left;
  visibility: hidden;
}

.titleBar {
  background-color: #412C64;
  cursor: default;
  color: #ffffff;
  font-family: "MS Sans Serif", "Arial", "Helvetica", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px 2px 2px .5em;
  text-align: right;
  white-space: nowrap;
}

.titleBarText {
  float: left;
  overflow: hidden;
  text-align: left;
}

.titleBarButtons {
  border-style: none;
  border-width: 0px;
  vertical-align: middle;
  width: 50px;
  height: 14px;
}

.clientArea {
  background-color: #ffffff;
  border-color: #404040 #e0e0e0 #f0f0f0 #505050;
  border-style: solid;
  border-width: 2px;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
  margin: 2px 0px 0px 0px;
  overflow: auto;
  padding: .5em;
}