/******************************************
***   Copyright: 	MaggsWeb 2006       ***
***   Date:		September 2006      ***
*******************************************/
@import url(layout.css);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(/images/bkg.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
h1 {
	font-size:12px;
	color: #000033;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	line-height: 30px;
	background-color: inherit;
}
h2 {
	font-size:14px;
	color: #000033;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 2px;
	background-color: inherit;
}
h3 {
	font-size:11px;
	color: #333333;
	font-weight: normal;
	padding-left: 10px;
	margin: 0px;
	line-height: 18px;
	text-align: center;
	background-color: inherit;
}
p {
	font-size:10px;
	color: #333;
	font-weight: normal;
	margin-top: 2px;
	line-height: 18px;
	padding-top: 10px;
	background-color: inherit;
}
.address {
	font-size: 10px;
}
.white {
	padding-top: 140px;
	color: #fff;
	background-color: inherit;
}
a {
	text-decoration: none;
	color: #333;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
}
.small {
	font-size: 8px;
}
.advert {
	line-height: 16px;
}
.right {
	text-align: right;
}

