* {
	margin: 0;
	padding: 0;
	border: 0;
	}
html, body {
	height:98.8%;
	}
.clearfix:after { /* float hack used to float content correctly */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html .clearfix { /* End hide from IE-mac */
	height: 1%;
	}
body {
	padding:0px;
	margin:0px;
	background: #d5d6d7;
	text-align: center;
	font-size: 13px;
	font-family: font-family: "Georgia", Times New Roman, Times, serif;
	}
span strong {
	color:#333;
	text-align: left;
	}
hr {
	display: none;
	}
p {
	margin-bottom: 15px;
	text-align: left;
	font-family: Georgia;
	}
textarea {
	width:185px;
	height:79px;
	overflow:hidden;
	border-color:#C8C8C8;
	border-width:1px;
	background-color:#ffffff;
	border-style:solid;
	padding-left:5px;
	}
ul,ol {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	text-align: left;
	color: #4f585f;
	}
ul li ul {
	margin:0;
	padding:0;
	list-style:none
	}
li {
	background:url(assets/smarrow.jpg) no-repeat left 5px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	line-height:18px
	}
li a {		
	line-height:18px;
	color:#6F7A83;
	text-decoration:underline;
	}
li a:hover {
	text-decoration:none;
	}
.main {
	width: 850px;
	background: #fff;
	text-align: center;
	}
.subpage {
	border: 3px solid #d0e880;
	}
.subpage2 {
	color:#669933;
	}

.m_text, td, input, textarea, li
	{
	font-family: "Georgia";
	font-size:13px;
	line-height:16px;
	color:#4f585f;	/* color:#6F7A83; */
	}
.ls_text {
	color:#ccc;
	text-align: right;
	line-height:18px
	}
.ls_text a:hover {
	text-decoration:underline;
	color:#669966;
	}
.ls_text a {
	text-decoration:none;
	color:#669966 !important;
	}

.line {
	height:1px;
	width:340px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#CCCCCC;
	}
.longline {
	height:1px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#CCCCCC;
	}
.all_cell {
	width: 400px;
	padding: 25px 25px 30px 25px;
	}
.wide_cell {
	width: 545px;
	padding: 25px 30px 25px 30px;
	}

/********* Customizations *********/
h1,h2,h3,h4,h5 {
	font-family: "Georgia";
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
	letter-spacing:-1px;
	}
h1 {
	font-size: 4em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 18px;
	color:#336600;
	}
h2 a:link,h2 a:visited,h3 a:link,h3 a:visited {
	color: #333;
	text-decoration: none;
	}
h2 a:hover,h3 a:hover {
	color:#669966 !important;
	text-decoration: underline;
	}
a:link, a:visited {
	color:#669966;
	}
a:hover {
	text-decoration:none;
	}



/******* Begin Images **********/
img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: "Georgia";
	}
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	margin:18px 0 8px 11px;
	display: inline;
	}
img.alignright2 {
	margin:10px 8px 10px 8px;
	display: inline;
	}
img.alignright3 {
	margin:10px 1px 10px 8px;
	display: inline;
	}
img.alignleft {
	margin: 0px 13px 0px 0;
	display: inline;
	}
.alignright {
	float: right;
	margin:9px 0 1px 7px;
	}
.alignleft {
	float: left
	}
.center {
	text-align: center;
	}

.button {
	padding: 1px 3px 0px 3px;
	border: 1px solid #999999;
	margin: 3px 3px 0 0;
	float: right;
}
