@charset "utf-8";
@media screen 
{

.border {border:1px solid #e0e0e0}
* {font-family:tahoma;}
form,p,td,div {
	font-size:9pt;
	color:#000000;	
	line-height:160%;
	 -webkit-text-size-adjust:none;
}
body,input,textarea,select,button {font-size:9pt; -webkit-text-size-adjust:none;}
form {margin:0px;}
textarea { overflow:auto}
a { color:#000000;text-decoration: none; }
a:hover { text-decoration: underline;color:red }

}

