body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	line-height:1.5em;
        
}
body {
	background-color: #FFF;
}


a {
	font-size: 18px;
	color: #03F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #03F;
}
#pageHeader {
	border:#999 1px solid;
	border-bottom:none;
	background-color:#F4F4F4;
	width:1910px;
        font-size: large;
        
	
}
#pageContent {
	border:#999 1px solid;
	border-bottom:none;
	background-color:#F4F4F4;
	width:1910px;
        font-size: 18px;

}
#pageFooter {
	border:#999 1px solid;
	background-color:#F4F4F4;
	width:1900px;
	
}
#pt {
     	font-size: 28px;
      color: red;
}
#f1 {
    background-color:#FF9191;
    height: 50px;
}
label{display:inline-block;
       padding: 20px 10px; 
       line-height: 28px; 
}
input{display:block;}

a img { display:none; }
a:hover img { display:block; }