html, body, form {
	line-height: 135%;
	font-size: 12px;
}

body {
	margin: 15px;
	line-height: 135%;
	font-size: 12px;
	color: #07272C;
}

A:link{ text-decoration: none; color: #FF6600}
A:visited{  text-decoration: none; color: #03A6C5; }
A:active{  text-decoration: none; color: #1897AA; }
A:hover { text-decoration: underline; color: #F9AD59; }

.H1 {
	font-size: 18px;
	font-weight: bold;
	color: #146370;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.H2 {
	font-weight: bold;
	color: #135053;
	font-size: 16px;
	line-height: 135%;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.H3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	color: #1B95AC;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.H4  {
	font-size: 12px;
	line-height: 115%;
	padding: 2px;
	color: #143E3D;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.btext {
	font-size: 12px;
	color: #3E3E3E;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, sans-serif;
}



/* Basic Template Typography */
p {
	padding-bottom: 3px;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
}

/* Page Navigation */

.nav {
	text-align: center;
	color: #11636F;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100px;
	font-weight: bold;
	background-color: #FEE7C0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E25E05;
	border-left-color: #F9AD59;
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav:hover {
	color: #FFFFFF;
	background-color: #143E3D;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E25E05;
	border-left-color: #F9AD59;
}

.nav a {	color: #E25E05;	text-decoration: none;}

.nav a:hover {	color: #FFFFFF;	text-decoration: none;}



/*Footer*/


.botable  {
	color: #111111;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
.botable A:link
	{
	color: #E25E05;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, sans-serif}
	}
.botable A:visited
	{
	color: #E25E05;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, sans-serif}
.botable A:active
	{
	color: #FF3300;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, sans-serif}
.botable A:hover
	{
	color: #CC0000;
	text-decoration: underline;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, sans-serif}

/*Read more...*/

a.readon { float: right; display: block; height: 20px; width: 129px; padding: 0px; margin: 0; background: url(../images/readon_arrow.png) no-repeat left; text-indent: 6px;}
a.readon {font: bold 12px/20px Arial, Helvetica, Geneva, sans-serif;	text-decoration: none;	color: #777462;}
a.readon:hover {color: #333;	text-decoration:none;}



/* CSS Document */

.back_button {

	float: left;

  text-align: center;

  font-size: 11px;

  font-weight: bold;

  border: 3px double #cccccc;

  width: auto;

  padding: 0px 10px;

  line-height: 20px;

  margin: 1px;

}



ul{margin: 0;padding: 0;list-style: none;}

li{line-height: 20px;padding-left: 15px; padding-top: 0px;

background-image: url(../images/arrow.png);

background-repeat: no-repeat;

background-position: 0px 0px;

}

