/* CSS Document */

body, p, tr, td, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

td {
	height:25px;
	vertical-align:middle;
}

h1, h2, h3 {
	font-size:15px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}

.table-bg {
	background-color:#D7D7D7;
}

.table-shop {
	background-color:#4c90b3;
	height:35px;
}

.small {
	font-size:10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #4c90b3;
	text-decoration: none;
}

a:hover {
	color: #4c90b3;
	text-decoration: underline;
}

.grey {
	color:#999999;
}

.blue {
	color: #4c90b3;
}

