/* CSS document for index.php */
body {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #000000;
	text-decoration: none; 
}
img {
	border: none;
}
#posTable {
	border: 1px solid #999999;
	font-family: "Verdana CE", "Arial CE", "Helvetica CE", sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../_images/background2.jpg);
}
#posTable td {
	border: none;
}
.yellowCell {
	background-color: #FFCC00;
}
.redCell {
	background-color: #FF3333;
}
.insideCell {
	margin-right: 15px;
	margin-left: 15px;

}
.insideCell a:hover {
	text-decoration: underline;

}
.insideCell img {
	float: left;
	margin-right: 10px;
}
.headline {
	font-size: 16px;
	font-weight: bold;
}

#logoCell {
	margin-right: 15px;
	margin-left: 15px;
}
