/* CSS Document */

body,td,li,div,a,p,.txt {
 	color:#666666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
  	font-size: 10pt;
	line-height:1.3em;
	font-weight:normal;
  }
  
.mainContainer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	align:center;
	padding-bottom:20px;
	padding-top:10px;

 
}

.mainContainerCentered{
	width:950px;
	padding-top:10px;
    
}


a:active, a:visited{	
color:#666666;
text-decoration:none;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
}


html {overflow-y: scroll; overflow-x:auto}

a:hover {	
text-decoration:underline;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color:#000000;
}

a:link {	
color:#666666;
text-decoration:none;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
}


.myinputstyle {
	border: 1px solid #cccccc;
	/** remember to change image path **/
	background: url(none) no-repeat #e6e7e8;
	font-family: Georgia;
	color: #000000;
	font-size:14px;
	height:25px;
	width:250px;
}
.myinputstyle:hover {
	border: 1px solid #e6e7e8;
	/** remember to change image path **/
	background: url(none) no-repeat #e6e7e8;
	color: #000000;
	font-family: Georgia;
	font-size:14px;
	height:25px;
}

.myinputstyle:focus {
	border: 1px solid #e6e7e8;
	/** remember to change image path **/
	background: url(none) no-repeat #e6e7e8;
	color: #000000;
	font-family: Georgia;
	font-size:14px;
	height:25px;
}

