@charset "utf-8";
/* CSS Document */
html {overflow-y: scroll}
body{ padding:0; background-color:#fff; font-family:Arial, Helvetica, sans-serif; color:#666; margin:0px; font-size:11px;}
a:link { text-decoration:none; color:#6c6c6d}
a:visited { text-decoration:none; color:#6c6c6d}
a:hover{color: #593987; text-decoration:none}

#menu { list-style:none; font-size:11px;  padding:0; width:500px; text-align:center; margin:0 auto; height:50px; padding-top:12px; color:#6c6c6d}
#menu li {float:left; width:78px}
#footer{

    height:159px;
   
    bottom:0px;
	text-align:center;
	
    left:0px;
    right:0px;
    margin-bottom:0px;
}
#form1 input {width:80px}
 .dotted-line {
border-top: 1px dotted #cccccc;
color: #ffffff;
background-color: #ffffff;
height: 1px;
width: 100%;
}
.button{ cursor:pointer}
.button:hover{opacity: 0.8;
    filter: alpha(opacity=80); 
}
#footer2{
  
    height:15px;
	
    margin-top:100px;
    bottom:0px;
	text-align:center;
	font-size:10px;
	font-style:italic;
   
}
#selected {color:#593987}

.fadein { position:relative; width:682px; height:244px; }
.fadein img { position:absolute; left:0; top:0; }
h2 { font-size:12px; font-weight:bold; color:#593987; margin-top:5px}
h3 {font-weight:bold; font-size:12px}