/* CSS Document */

.bodytext1 {
	font-family:"Trebuchet MS";
	color:#f0e0cc;
	font-size:10pt;	
}

.bodytext2 {
	font-family:"Trebuchet MS";
	color:#a88662;
	font-size:10pt;	
}

.bodytext3 {
	font-family:"Trebuchet MS";
	color:#472500;
	font-size:10pt;	
}

.bodytext4 {
	font-family:"Trebuchet MS";
	color:#205419;
	font-size:10pt;	
}

.bodytext5 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:10pt;	
}

.bodytext-RED {
	font-family:"Trebuchet MS";
	color:#ff2d01;
	font-size:10pt;	
}

.midtext1 {
	font-family:"Trebuchet MS";
	color:#f0e0cc;
	font-size:9pt;	
}

.midtext2 {
	font-family:"Trebuchet MS";
	color:#a88662;
	font-size:9pt;	
}

.midtext3 {
	font-family:"Trebuchet MS";
	color:#472500;
	font-size:9pt;	
}

.midtext4 {
	font-family:"Trebuchet MS";
	color:#205419;
	font-size:9pt;	
}

.midtext5 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:9pt;	
}

.midtext-RED {
	font-family:"Trebuchet MS";
	color:#ff2d01;
	font-size:9pt;	
}

.smalltext1 {
	font-family:"Trebuchet MS";
	color:#f0e0cc;
	font-size:8pt;	
}

.smalltext2 {
	font-family:"Trebuchet MS";
	color:#a88662;
	font-size:8pt;	
}

.smalltext3 {
	font-family:"Trebuchet MS";
	color:#472500;
	font-size:8pt;	
}

.smalltext4 {
	font-family:"Trebuchet MS";
	color:#205419;
	font-size:8pt;	
}

.smalltext5 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:8pt;	
}

.xsmalltext1 {
	font-family:"Trebuchet MS";
	color:#f0e0cc;
	font-size:7.5pt;	
}

.xsmalltext2 {
	font-family:"Trebuchet MS";
	color:#a88662;
	font-size:7.5pt;	
}

.xsmalltext3 {
	font-family:"Trebuchet MS";
	color:#472500;
	font-size:7.5pt;	
}

.xsmalltext4 {
	font-family:"Trebuchet MS";
	color:#205419;
	font-size:7.5pt;	
}

.xsmalltext5 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:7.5pt;	
}

.title18-brown {
	font-family:"Trebuchet MS";
	color:#472500;
	font-size:18pt;	
}

.title14-brown {
	font-family:"Trebuchet MS";
	color:#472500;
	font-size:14pt;	
}

.title18-green {
	font-family:"Trebuchet MS";
	color:#205419;
	font-size:18pt;	
}

.title14-green {
	font-family:"Trebuchet MS";
	color:#205419;
	font-size:14pt;	
}

.title14-RED {
	font-family:"Trebuchet MS";
	color:#ff2d01;
	font-size:14pt;	
}

a {
 color: #472500;
 text-decoration:none;
 font-weight: bold;
}

a:hover {
 text-decoration: underline;
 color: #205419;
}

a.bottommenu {
	font-family:"Trebuchet MS";
	color:#f0e0cc;
	font-size:8pt;	
	text-decoration:none;
}

a.bottomlink {
	font-family:"Trebuchet MS";
	color:#f0e0cc;
	font-size:7.5pt;	
	text-decoration:underline;
}

a.link10 {
	font-family:"Trebuchet MS";
	color:#472500;
	font-size:10pt;	
	text-decoration:none;
}

a.link8 {
	font-family:"Trebuchet MS";
	color:#472500;
	font-size:8pt;	
	text-decoration:none;
}

/*Hyperlink Hover Style*/
a.bottommenu:hover {
	font-family:"Trebuchet MS";
	color:#a88662;
	font-size:8pt;	
	text-decoration:underline;
}

a.bottomlink:hover {
	font-family:"Trebuchet MS";
	color:#a88662;
	font-size:7.5pt;	
	text-decoration:underline;
}

a.link10:hover {
	font-family:"Trebuchet MS";
	color:#205419;
	font-size:10pt;	
	text-decoration:underline;
}

a.link8:hover {
	font-family:"Trebuchet MS";
	color:#205419;
	font-size:8pt;	
	text-decoration:underline;
}


/*Border Styles*/
.border_brown1 {
	border: 1px solid #472500;
}

.border_brown2 {
	border: 2px solid #472500;
}

.border_brown4 {
	border: 4px solid #472500;
}

.border_green1 {
	border: 1px solid #205419;
}

.border_green2 {
	border: 2px solid #205419;
}

.border_green4 {
	border: 4px solid #205419;
}

.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a0cf41;
}
.lot { display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    width: 48%;}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-responsive image{
    width:100%s;    
}