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

body{
margin: 0;
padding: 0;
background:#fff;
font: "Trebuchet MS";
color:#434441;
}


a {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #1A3B8F;
}
a:active {
	text-decoration: none;
	color: #333333;
}


.text-small{
font-family:Trebuchet MS;
font-size:13px;
font-weight:normal;
color: #333333;
text-align:left;
line-height:1.8em;
}


.text-small-green{
font-family:Trebuchet MS;
font-size:13px;
font-weight:normal;
color: #333333;
text-align:left;
line-height:1.8em;
}


.text-small1{
font-family:Trebuchet MS;
font-size:11px;
font-weight:normal;
color: #333333;
text-align:left;
line-height:1.8em;
font-style:italic;
}



.text-small-white{
font-family:Trebuchet MS;
font-size:13px;
font-weight:normal;
color:#68862a;

}


.text-bold {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #68862a;
	text-decoration: none;
	font-weight:bold;
}


.button:link { font: Tahoma; font-size: 11px; font-weight:bold; color: #fff; text-decoration: none; }
.button:visited { font: Tahoma; font-size: 11px; font-weight:bold; color: #fff; text-decoration: none; }
.button:hover { font: Tahoma; font-size: 11px; font-weight:bold; color: #fff; text-decoration: underline; }
.button:active { font: Tahoma; font-size: 11px; font-weight:bold; color: #fff; text-decoration: none; }

.button1:link { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #209843; text-decoration: none; }
.button1:visited { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #209843; text-decoration: none; }
.button1:hover { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #209843; text-decoration: underline; }
.button1:active { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #209843; text-decoration: none; }

.button2:link { font: Trebuchet MS; font-size: 13px; font-weight:normal; color: #333333; text-decoration: none; }
.button2:visited { font: Trebuchet MS; font-size: 13px; font-weight:normal; color: #333333; text-decoration: none; }
.button2:hover { font: Trebuchet MS; font-size: 13px; font-weight:normal; color: #333333; text-decoration: underline; }
.button2:active { font: Trebuchet MS; font-size: 13px; font-weight:normal; color: #333333; text-decoration: none; }

.horizontal_dotted_line 
{ 
border-bottom: 1px dotted #999999;
} 