@charset "UTF-8";
/* CSS Document */

body {
	
	margin: 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #000;
}

h1 {
	color:#000066;
	font-size: 20px
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 16px;
	color: #600;
}

#main {
	background:url(images/back.jpg) repeat-y;
}

.header {
	background:url(images/header.jpg) no-repeat;
	height: 137px;
}

.header div {
	float: right;
	margin: 20px 40px 10px 0;
	height: 100px;
	width: 500px;
}

.header h3 {
	color: #FF0000;
	font-weight: bold;
}

.content {
	padding: 5px 40px;
}

.footer {
	background:url(images/footer.jpg) no-repeat;
	height: 70px;
	font-size: 10px;
}

.footer div {
	margin: 28px;
}

.number li {
	list-style:decimal;
}

.missing {
	background: #fff;
	border: 1px #333 solid;
}

.call {
	color: #006;
	font-size: 10px;
	font-weight: bold;
}

.red {
	color: #FF0000;
}