@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	margin-left:0px;
	font-family: Helvetica, Arial;
	color:black;
    background-image: url(images/tile.gif);
	-webkit-text-size-adjust:none;
}
div, p, th, td, li, dd{
    font-size:14px;
}
.head {
	font-size:20px;
	font-weight:bold;
	color:white;
	text-shadow: #333 1px 2px 2px;
	-webkit-border-radius: 6px;
	border-top:0;
}
.menu {
	font-size:15px;
	font-weight:bold;
	background-color:rgb(220,230,250);
	border-width: 2px;
	border-style:solid;
	border-color:rgb(200,210,220);
	border-top-color:rgb(230,240,250);
	border-bottom-color:rgb(160,170,180);
}
.red {
	color: #FF0000
}
.txt {
	font-size:14px;
	font-weight:normal;
}
.unitName {
	font-size:14px;
	font-weight:bold;
	color:rgb(150,60,60);
}
.btn {	/* useless for iPhone */
	cursor:pointer;
	color:rgb(50,60,100);
}
.normal {
	font-size:14px;
	font-weight:normal;
}
.small {
	font-size:12px;
	font-weight:normal;
}
.grey {
	color: #333344;	
}
a {
	text-decoration: none;
	color:rgb(60,60,200);
}