/* CSS Document */

body { background-color:#EAEAEA;
 	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;}
	

.testismaller  { 
			font-family: Trebuchet MS; 
		    font-size: 11px; 
		    font-weight: normal; 
		    color: #cccccc; 
		    text-decoration: none }


.mainnav { 
			font-family: Trebuchet MS; 
		    font-size: 12px; 
		    font-weight: bold; 
		    color: #FFFFFF; 
		    text-decoration: none }

.mainnav:hover { 
			font-family: Trebuchet MS; 
		    font-size: 12px; 
		    font-weight: bold; 
		    color: #fff600; 
		    text-decoration: none }


.titletext  { 
			font-family: Trebuchet MS; 
		    font-size: 16px; 
		    font-weight: bold; 
		    color: #431c10; 
		    text-decoration: none }
			
.newtitle{
			font-family: Trebuchet MS; 
		    font-size: 16px; 
		    font-weight: bold; 
		    color: #431c10; 
		    text-decoration: none }


.subtitletext  { 
			font-family: Trebuchet MS; 
		    font-size: 16px; 
		    font-weight: bold; 
		    color: #431c10; 
		    text-decoration: none }

.titletextbrown  { 
			font-family: Trebuchet MS; 
		    font-size: 16px; 
		    font-weight: bold; 
		    color: #431c10; 
		    text-decoration: none }

.textbrown  { 
			font-family: Trebuchet MS; 
		    font-size: 14px; 
		    font-weight: normal; 
		    color: #431c10; 
		    text-decoration: none }

.textbrownsmall  { 
			font-family: Trebuchet MS; 
		    font-size: 12px; 
		    font-weight: bold; 
		    color: #431c10; 
		    text-decoration: none }

.textbrownsmaller  { 
			font-family: Trebuchet MS; 
		    font-size: 11px; 
		    font-weight: normal; 
		    color: #431c10; 
		    text-decoration: none }


td  { 
			font-family: Trebuchet MS; 
		    font-size: 14px; 
		    font-weight: normal; 
		    color: #431c10; 
		    text-decoration: none }


a  { 
			font-family: Trebuchet MS; 
		    font-size: 14px; 
		    font-weight: normal; 
		    color: #0000cc; 
		    text-decoration: none }

a:hover  { 
			font-family: Trebuchet MS; 
		    font-size: 14px; 
		    font-weight: normal; 
		    color: #cc0000; 
		    text-decoration: underline }

.standardtext  { 
			font-family: Trebuchet MS; 
		    font-size: 12px; 
		    font-weight: normal; 
		    color: #431c10; 
		    text-decoration: none }

.whitetext  { 
			font-family: Trebuchet MS; 
		    font-size: 11px; 
		    font-weight: bold; 
		    color: #FFFFFF; 
		    text-decoration: none }

.whitetextnav  { 
			font-family: Trebuchet MS; 
		    font-size: 12px; 
		    font-weight: bold; 
		    color: white; 
		    text-decoration: none}

.whitetextnav:hover  { 
			font-family: Trebuchet MS; 
		    font-size: 12px; 
		    font-weight: bold; 
		    color: #FFFFFF; 
		    text-decoration: underline}

.smalltext  { 
			font-family: Trebuchet MS; 
		    font-size: 10px; 
		    font-weight: normal; 
		    color: #FFFFFF; 
		    text-decoration: none }

.footertext  { 
			font-family: Trebuchet MS; 
		    font-size: 11px; 
		    font-weight: normal; 
		    color: #CCCCCC; 
		    text-decoration: none }

.footernav  { 
			font-family: Trebuchet MS; 
		    font-size: 11px; 
		    font-weight: bold; 
		    color: #FFFFFF; 
		    text-decoration: none }

.footernav:hover  { 
			font-family: Trebuchet MS; 
		    font-size: 11px; 
		    font-weight: bold; 
		    color: #fff600; 
		    text-decoration: none }

.readmore  { 
			font-family: Trebuchet MS; 
		    font-size: 10px; 
		    font-weight: normal; 
		    color: #666666; 
		    text-decoration: none }

.readmore:hover  { 
			font-family: Trebuchet MS; 
		    font-size: 10px; 
		    font-weight: normal; 
		    color: #000000; 
		    text-decoration: none }


form
{
	margin:0px;
	padding: 0px;
}

.formwhitetext  { 
			font-family: Trebuchet MS; 
		    font-size: 13px; 
		    font-weight: normal; 
		    color: #FFFFFF; 
		    text-decoration: none }


.form-countryfield      { 
            height: 22px; 
			width: 320px;
			background-color: #FFFFFF; 
			color: #431c10;
			font-size: 12px;
			font-family: Trebuchet MS;
			font-weight: bold; 			
			border: solid;
			border-color: #a4938f;
		    border-left-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-top-width: 1px;
					  }

.form-textfield      { 
            height: 22px; 
			width: 320px;
			background-color: #FFFFFF; 
			color: #431c10;
			font-size: 12px;
			font-family: Trebuchet MS;
			font-weight: bold; 			
			border: solid;
			border-color: #a4938f;
		    border-left-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-top-width: 1px;
					  }

.form-messagefield      { 
            height: 140px; 
			width: 460px;
			background-color: #FFFFFF; 
			color: #431c10;
			font-size: 12px;
			font-family: Trebuchet MS;
			font-weight: bold; 			
			border: solid;
			border-color: #a4938f;
		    border-left-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-top-width: 1px;
					  }

.form-calendar      { 
            height: 22px; 
			width: 74px;
			background-color: #FFFFFF; 
			color: #431c10;
			font-size: 12px;
			font-family: Trebuchet MS;
			font-weight: bold;
			border: solid;
			border-color: #a4938f;
		    border-left-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-top-width: 1px;
					  }

.form-numbers      { 
            height: 22px; 
			width: 40px;
			background-color: #FFFFFF; 
			color: #431c10;
			font-size: 12px;
			font-family: Trebuchet MS;
			font-weight: bold;
			border: solid;
			border-color: #a4938f;
		    border-left-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-top-width: 1px;
					  }

.textbigwhite
	      { font-family: Trebuchet MS; 
            font-size: 17px; 
			font-weight: bold; 
			color: #FFFFFF; 
			text-decoration: none}

			
.footer
	      { font-family: Trebuchet MS; 
            font-size: 11px; 
			font-weight: normal; 
			color: #333333; 
			text-decoration: none}

.image-mid { 
			float: right;
			margin-top: 80px;
			margin-bottom: 0px;
			margin-left: 20px;
			margin-right: 0px;}


.image-right { 
			float: right;
			margin-top: 10px;
			margin-bottom: 20px;
			margin-left: 30px;
			margin-right: 0px;}
			
.image-main { 
			float: right;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 20px;
			margin-right: 0px;}	
			
#scr1 div  {
			visibility:hidden;
			}
#scr1, #scr1 div.default {
   			width:706px;
  			height:283px;
   			overflow:hidden;
   			visibility:visible;
 			}
#scr1 table tr td div {
  visibility:visible;
 }		