html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #D5F6FD;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 18px;
}

img {
  display:block;
}


/******************************
  Table Cell Options 
*******************************/

table.contact {
  margin-left: 20px;
  font-size: 11px;
  margin-top: 20px;

}

table.contact td {
  padding-bottom: 15px;
  border-top-color: #94BE9C;
  border-top-style: dashed;
  border-top-width: 1px;
  padding-right: 10px;

}

td {
  text-align: left;
  vertical-align: top;
  background-color: #FFFFFF;
}

td.header_logo {
  background-color: #FFFFFF;

}

td.header_contact {
  font-size: 10px;
  padding-top: 20px;
  text-align: right;
  background-color: #FFFFFF;
}

td.edge_left {
  background-image: url(images/edge_left_bg.gif);
  background-repeat: repeat-y;
}

td.column_left {
  background-color: #FFFFFF;
}

td.column_right {
  background-color: #FFFFFF;
}

td.feature_bg {
	background-image: url(images/feature_bg.gif);
	background-repeat: repeat-y;
	font-size: 8px;
	color: #5B9165;
	line-height: 8px;
}

td.edge_right {
  background-image: url(images/edge_right_bg.gif);
  background-repeat: repeat-y;
}

td.column_nav {
  background-image: url(images/nav_bg.gif);
  background-repeat: no-repeat;
  background-color: #D5F6FD;
}
td.column_nav p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;

}

td.edge_bttm {
  background-image: url(images/edge_bttm_bg.gif);
  background-repeat: repeat-x;
}

td.blue_bg {
  background-color: #D5F6FD;
}

td.footer {
  background-color: #D5F6FD;
  color: #0066CC;
  padding-top: 15px;
  padding-bottom: 15px;
}

td.highlight_bg {
  background-image: url(images/highlight_bg.gif);
  background-repeat: repeat-x;
  font-size: 10px;
  color: #CC3366;
  width: 180px;
}

td.highlight_left {
  background-image: url(images/highlight_left_bg.gif);
  background-repeat: repeat-y;
  width: 40px;
}

td.highlight_right {
  background-image: url(images/highlight_right_bg.gif);
  background-repeat: repeat-y;
  width: 20px;
}

td.highlight_bttm {
  background-image: url(images/highlight_bttm_bg.gif);
  background-repeat: repeat-x;
  width: 180px;
}


div.dotted_line {
  background-image: url(images/dotted_line.gif);
  background-repeat: repeat-x;
  background-position: bottom;

}


/******************************
  Text Options
*******************************/

p {
  font-size: 11px;
  color: #666666;
  margin-top: 8px;
  margin-bottom: 15px;
 
}



strong {
  color: #006699;

}

ul {
	margin-top: 5px;

}

li {
	margin-bottom: 5px;
	color: #DE558C;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #78B683;
  margin-bottom: 10px;
  margin-top: 25px;
  line-height: 21px;

}

h2 {
  font-size: 12px;
  color: #1295E2;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 10px;
}

.highlight {
  color: #5FA35C;
  font-style: normal;

}

/******************************
  Link Options
*******************************/

a:link {
  color: #CC3366;
}

a:visited {
  color: #CC6666;
}

a:hover, a:active {
  color: #0033CC;
}

select {
  font-size:10px;
}
.small {
  font-size: 10px;
  color: #DE558C;
}
.brdr_top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #94BE9C;
}
