/* CSS Document */
<style>
<!--
h2.trigger a:hover {font-family:Verdana;font-weight:bold;font-size:13px;color:red; }
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	background: #FFFFFF url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 5px; /*--Padding of Container--*/
	/*background:url(../../images/toggle_block_btm.gif) no-repeat left bottom; --Bottom rounded corners--*/
	font-family:Century Gothic;
	font-size:13px;

}
div.EForm {
      background-color: #FFFFFF;
	  border-bottom:none;
      width:820px;
	  }	
    div.boxtst {
      margin: 0 auto;
      width: 450px;
      background-color: #F2FCFF;
	  border: 1px solid #a0cefd;
      }
-->
</style>

