body{
font-family:Verdana;
font-size:9px;
margin-top: 0;
}
.bgDark{
	background: #026821;
}
.bgDark2{
	background: #85790B;
}
.bgLight{
	background: #e5faec;
}
.heading{
	font-size: 3em; 
	background: #e5ecf9;
  	border-bottom: 1px solid #ccc;
}
.small{
	font-size: 1em; 
	border-bottom: 1px solid #ccc;
}
.medium{
	font-size: 2em; 
	background: #e5ecf9;
  	border-bottom: 1px solid #ccc;
}
.txt{
	font-size: 1.4em;
	text-align:Justify; 
}
.txtWhite{
	font-size: 1.4em;
	text-align:Justify;
	text-decoration:none;
	color:White; 
}
.txtH{
	font-size: 1.7em; 
}
.txtHc{
	font-size: 1.7em;
	color: #19874C;
	text-decoration :none;
}
 table.round_green{ margin-top: 20px; margin-bottom: 20px; background: #e5faec; color: #010101; }
  table.round_green tr.row1 td.td1{ width: 8px; height: 8px; background: url(images/green_bg_topleft.gif) top left no-repeat; }
  table.round_green tr.row1 td.td2{ height: 8px; background: url(images/green_bg_stripe.gif ) top left repeat-x; }
  table.round_green tr.row1 td.td3{ width: 8px; height: 8px; background: url(images/green_bg_topright.gif) top right no-repeat; }
  table.round_green tr.row2 td.td1{ width: 8px; background: url(images/green_bg_stripe.gif ) top left repeat-y; }
  table.round_green tr.row2 td.td2{ padding: 3px; }
  table.round_green tr.row2 td.td3{ width: 8px; background: url(images/green_bg_stripe.gif ) top right repeat-y; }
  table.round_green tr.row3 td.td1{ width: 8px; height: 8px; background: url(images/green_bg_bottomleft.gif) bottom left no-repeat; }
  table.round_green tr.row3 td.td2{ height: 8px; background: url(images/green_bg_stripe.gif ) bottom left repeat-x; }
  table.round_green tr.row3 td.td3{ width: 8px; height: 8px; background: url(images/green_bg_bottomright.gif) bottom right no-repeat; }
 
div.module{
  font-size: .9em;
  margin: 0 0 1em 0;
  padding: 0 .5em 1em 1em;
  border: 2px solid #ccc;
  clear: both;
}
div.module h4, div.module h2 {
  margin: 0 -.2em 0 -.4em;
  padding: .3em .5em;
  background: #e5ecf9;
  border-bottom: 1px solid #ccc;
}
div.module ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
div.module ul li {
  list-style: disc outside;
}
div.module ul.extra_space li {
  margin: 1em 0 0 0;
}
/* Random Styles */
ul.no_bullets, div.module ul.no_bullets {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
ul.no_bullets li, div.module ul.no_bullets li {
  list-style-type: none;
}
table.round_white{ margin-top: 0px; margin-bottom: 0px; background: #FFFFFF; color: #010101; }
  table.round_white tr.row1 td.td1{ width: 8px; height: 8px; background: url(images/white_bg_topleft.gif) top left no-repeat; }
  table.round_white tr.row1 td.td2{ height: 8px; background: url(images/green_bg_stripe.gif ) top left repeat-x; }
  table.round_white tr.row1 td.td3{ width: 8px; height: 8px; background: url(images/white_bg_topright.gif) top right no-repeat; }
  table.round_white tr.row2 td.td1{ width: 8px; background: url(images/green_bg_stripe.gif ) top left repeat-y; }
  table.round_white tr.row2 td.td2{ padding: 3px; }
  table.round_white tr.row2 td.td3{ width: 8px; background: url(images/green_bg_stripe.gif ) top right repeat-y; }
  table.round_white tr.row3 td.td1{ width: 8px; height: 8px; background: url(images/white_bg_bottomleft.gif) bottom left no-repeat; }
  table.round_white tr.row3 td.td2{ height: 8px; background: url(images/green_bg_stripe.gif ) bottom left repeat-x; }
  table.round_white tr.row3 td.td3{ width: 8px; height: 8px; background: url(images/white_bg_bottomright.gif) bottom right no-repeat; }
