@charset "UTF-8";
/* CSS Document */

body {
	background-color:#a5ddf8;
	background-image:url(../images/background_sky.jpg);
	background-repeat:repeat-x;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
/*	font-size:12px; */
	font-size:14px;
	color:#006737;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#006737;
}

h2 {
/*  font-size:14px;  */
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#006737;
}

h3 {
/*	font-size:12px; */
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#006737;

}
h4 {
	color: #70505F;
	font-size: 16px;
}
h5 {
	color: #3146B1;
	font-size: 14px;
	font-weight: bold;
}
#content #main #content-table li {
	line-height: 18px;
}



a {
/*	font-size:12px; */
	font-size:14px;
	text-decoration:underline;
	color:#006737;
}
a:hover {
	color:#00A717;
}
a:visited {
	color:#00A717;;
}

br {

}

li {
/*	font-size:12px; */
	font-size:14px;
	color:#006737;
}

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 20px !important;
  margin: 10px 0 0 20px;
  }

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 2px solid #c6dcec;
	margin: -6px 6px 6px -6px;
	padding: 7px;
  }
.img-caption p {
	font-size:12px;
}
.img_caption_right {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding-right: 120px;
	margin-top: 0px;
	clear: both;
}
.table_txt {
	font-size: 14px;
	color: #006737;
	clear: both;
}
.table_txt_left {
	padding-right: 110px;
	clear: both;
}
