<style type="text/css">

#object{
	visibility: hidden;
}

#header {
	width:1550px;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.fade:hover {
      opacity: 0.7;
      }

.header-cont {
   width:100%;
   position:fixed;
   top:0px;
   z-index:900;
}

body {margin-top: 0px; 
margin-right: 0px; 
margin-left: 0px; 
margin-bottom: 0px; 
margin: 0px 0px;
background-color:#fff;}

.flashclass{
border: 0px;
padding: 0px;
width:100%;
}

.flashclass img{
border-width: 0;
width:100%;
height:430px;
}

#sddm{
	margin:0; 
	padding:0; 
	z-index:30;
	} 
	
#sddm li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font-family: Arial, Sans-serif;
	font-weight:500;
	font-size:14pt;
	}
	
#sddm li a{
	display:block;
	padding: 4px 16px;
	color:#000;
	text-align:left;
	text-decoration:none;
	}
	
#sddm li a:hover{
	color: #888888;
	border-bottom: 3px solid #444444;
	}
	
#sddm div{
	position:absolute;
	visibility:hidden;
	margin:0;
	padding:0;
	}
	
#sddm div a{
	position:relative; 
	display:block; 
	margin:0; 
	padding: 5px 10px; 
	width:auto; 
	white-space:nowrap;
	text-align: left;
	text-decoration: none;
	color: #666666;
	font-family: Arial, Sans-serif; 
	font-size: 8pt;
	background-color:white;}
	
#sddm div a:hover{
	color:#222222;
	background:#000;
	text-decoration:underline;
	}
	
.bodyheadwhite {
	font-family: Arial, Sans-serif;
	font-size: 30pt; 
	color: #fff; 
	font-weight:600;
	letter-spacing:3px;
	opacity:1;
}

.bodyheadwhite2 {
	font-family: Arial, Sans-serif;
	font-size: 26pt; 
	color: #fff; 
	font-weight:600;
	letter-spacing:3px;
	opacity:1;
}

.bodyheadwhite3 {
	font-family: Arial, Sans-serif;
	font-size: 18pt; 
	color: #fff; 
	font-weight:600;
	opacity:1;
}

.bodyheadwhite4 {
	font-family: Arial, Sans-serif;
	font-size: 20pt; 
	color: #fff; 
	font-weight:600;
	opacity:1;
}

.bodyheadwhite5 {
	font-family: Arial, Sans-serif;
	font-size: 20pt; 
	color: #fff; 
	font-weight:400;
	opacity:1;
}

.bodyhead4 {
	font-family: Arial, Sans-serif;
	font-size: 20pt; 
	color: #000; 
	font-weight:600;
	opacity:1;
}

.bodyhead5 {
	font-family: Arial, Sans-serif;
	font-size: 20pt; 
	color: #000; 
	font-weight:400;
	opacity:1;
}

.bodyhead8 {
	font-family: Arial, Sans-serif;
	font-size: 27.5pt; 
	color: #000; 
	font-weight:400;
	opacity:1;
}

.bodyheadwhite8 {
	font-family: Arial, Sans-serif;
	font-size: 27.5pt; 
	color: #fff; 
	font-weight:400;
	opacity:1;
}
	
.bodytextwhite {
	font-family:Arial, Sans-serif;
	font-size: 12pt; 
	color: #fff; 
	font-weight:500;
	opacity:1;
}

.bodytextsmallwhite {
	font-family:Arial, Sans-serif;
	font-size: 12pt; 
	color: #fff; 
	font-weight:500;
	opacity:1;
}

.bodytext {
	font-family:Arial, Sans-serif;
	font-size: 12pt; 
	color: #000; 
	font-weight:500;
	opacity:1;
}

.bodytext2 {
	font-family:Arial, Sans-serif;
	font-size: 13pt; 
	color: #000; 
	font-weight:500;
	line-height:18pt;
	opacity:1;
}

.bodyfooter {
	font-family:Arial, Sans-serif;
	font-size: 10pt; 
	color: #fff; 
	font-weight:500;
	opacity:1;
}
	
#homebutton {
    border-radius: 10px;
    background: #006599;
    padding-top: 12px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:12px;
	color:#fff;
	font-size:13px;
	letter-spacing:3px;
	font-family:Arial, Sans-serif;
	font-weight:700;
}

#homebutton2 {
    border-radius: 4px;
	border-style:solid;
	border-width:1px;
    background: #ffffff;
    padding-top: 20px;
	padding-left:36px;
	padding-right:36px;
	padding-bottom:20px;
	color:#000;
	font-size:13pt;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:400;
}	
	
	
	
	
.form-container {
   border: 1px solid #000000;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family:Tahoma, Arial, serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:300px;
   padding:20px;
   width:300px;
   }
 .form-field {
   font-family:Tahoma, Arial, serif;
   border: 1px solid #000000;
   background: #ffffff;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   color: #777777;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:11px;
   margin-bottom:10px;
   width:550px;
   font-size:12pt;
   }
    
.form-field2 {
   font-family:Tahoma, Arial, serif;
   border: 1px solid #000000;
   background: #ffffff;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   color: #777777;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:11px;
   padding-bottom:50px;
   margin-bottom:10px;
   width:550px;
   font-size:12pt;
   }
   
.form-field3 {
   font-family:Tahoma, Arial, serif;
   border: 1px solid #000000;
   background: #ffffff;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   color: #777777;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:11px;
   margin-bottom:10px;
   width:350px;
   font-size:12pt;
   }
   
 .form-field:focus {
   background: #fff;
   color: #85807b;
   }
 .form-container h2 {
   text-shadow: #ffffff 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
 .form-title {
   margin-bottom:10px;
   color: #30302f;
   text-shadow: #ffffff 0 1px 0;
   }
 .submit-container {
   margin:8px 0;
   text-align:right;
   }
 .submit-button {
   background: #006599;
   background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#006599));
   background: -webkit-linear-gradient(top, #222222, #006599);
   background: -moz-linear-gradient(top, #222222, #006599);
   background: -ms-linear-gradient(top, #222222, #006599);
   background: -o-linear-gradient(top, #222222, #006599);
   background-image: -ms-linear-gradient(top, #222222 0%, #006599 100%);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   color: #ffffff;
   font-family:Tahoma, Arial, serif;
   padding-left: 40px;
   padding-right: 40px;
   padding-top: 10px;
   padding-bottom: 10px;
   font-size: 11pt;
   text-decoration: none;
   vertical-align: middle;
   font-weight:600;
   }
   
    .submit-button2 {
   background: #006599;
   background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#006599));
   background: -webkit-linear-gradient(top, #222222, #006599);
   background: -moz-linear-gradient(top, #222222, #006599);
   background: -ms-linear-gradient(top, #222222, #006599);
   background: -o-linear-gradient(top, #222222, #006599);
   background-image: -ms-linear-gradient(top, #222222 0%, #006599 100%);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   color: #ffffff;
   font-family:Tahoma, Arial, serif;
   padding-left:30px;
   padding-right: 30px;
   padding-top: 8px;
   padding-bottom: 8px;
   font-size: 11pt;
   text-decoration: none;
   vertical-align: middle;
   font-weight:600;
   }
   
 .submit-button:hover {
   text-shadow: #31540c 0 1px 0;
   background: #666666;
   background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#222222));
   background: -webkit-linear-gradient(top, #666666, #222222);
   background: -moz-linear-gradient(top, #666666, #222222);
   background: -ms-linear-gradient(top, #666666, #222222);
   background: -o-linear-gradient(top, #666666, #222222);
   background-image: -ms-linear-gradient(top, #666666 0%, #222222 100%);
   color: #fff;
   }
 .submit-button:active {
   background: #666666;
   background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#222222));
   background: -webkit-linear-gradient(top, #666666, #222222);
   background: -moz-linear-gradient(top, #666666, #222222);
   background: -ms-linear-gradient(top, #666666, #222222);
   background: -o-linear-gradient(top, #666666, #222222);
   background-image: -ms-linear-gradient(top, #666666 0%, #222222 100%);
   color: #fff;
   }	
   
.submit-button2:hover {
   text-shadow: #31540c 0 1px 0;
   background: #666666;
   background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#222222));
   background: -webkit-linear-gradient(top, #666666, #222222);
   background: -moz-linear-gradient(top, #666666, #222222);
   background: -ms-linear-gradient(top, #666666, #222222);
   background: -o-linear-gradient(top, #666666, #222222);
   background-image: -ms-linear-gradient(top, #666666 0%, #222222 100%);
   color: #fff;
   }
.submit-button2:active {
   background: #666666;
   background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#222222));
   background: -webkit-linear-gradient(top, #666666, #222222);
   background: -moz-linear-gradient(top, #666666, #222222);
   background: -ms-linear-gradient(top, #666666, #222222);
   background: -o-linear-gradient(top, #666666, #222222);
   background-image: -ms-linear-gradient(top, #666666 0%, #222222 100%);
   color: #fff;
   }	
	
hr.style6 {
	background-color: #000;
	border-top: 3px dotted #006599;
	text-decoration:none;
}
	
</style>