

#mainContent #mainin form {
	PADDING: 0; 
	MARGIN: 0;
}

#mainContent #mainin INPUT {
border: #999 1px dotted; 
COLOR: #666; 
background: #fff;
margin:3px 0 0 0;

}

#mainContent #mainin TEXTAREA {
border: #999 1px dotted; 
COLOR: #666666; 
background: #fff;
}

#mainContent #mainin body,table {
}

#mainContent #mainin body,tr {
	
}

#mainContent #mainin body,td {
FONT-SIZE: 12px;
LINE-HEIGHT: 155%;   
font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
color: #222;
}

#mainContent #mainin a:link{
color: #39399D;
text-decoration: none;
}
  
#mainContent #mainin a:visited{
color: #26266A;
text-decoration: none;
}
  
#mainContent #mainin a:hover,a:active{
color: #1939BD;
text-decoration: underline;
background: none;
}


