body {
	margin: 5px;
	overflow-y: scroll;
}
.hideImage {
	overflow: hidden;
}

.topLine {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0f3041;
	border-top-color: #0f3041;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
    color: #0f3041;
    text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
.contactForm a:link{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
    color: #0f3041;
    text-decoration: none;
}
.contactForm a:visited{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
    color: #0f3041;
    text-decoration: none;
}
.contactForm a:hover{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
    color: #0f3041;
    text-decoration: none;
}
.contactForm{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #0F3041;
	font-weight: normal;
}
.theLink a:link{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
    color: #0f3041;
    text-decoration: none;
}
.theLink a:visited{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
    color: #0f3041;
    text-decoration: none;
}
.theLink a:hover{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
    color: #0f3041;
    text-decoration: none;
}
.theText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #0F3041;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0f3041;
}
.theContactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #0F3041;
	font-weight: normal;
}
.theBorder {
	border: 1px solid #0f3041;
}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 20pt;
}
a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
    color: #ffffff;
    text-decoration: none;


}
a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
    color: #ffffff;
    text-decoration: none;}
a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
    color: #ffffff;
    text-decoration: none;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0f3041;
}
.smart-green {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #0f3041;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: 12pt/12pt normal Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('images/down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('images/down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #0f3041;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #fff;
    text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
    background-color:#80A24A;
}
