@charset "utf-8";
/* CSS Document */
body {
	background-color: #e2e2e2;
	background-image: url(../sources/images/interface/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	font-size:12px;
	line-size:200%;
	font-family:Arial, Helvetica, sans-serif
}
.header {
	background-image:url(../sources/images/interface/interface_header-background.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.backgroundimage {
	background-image:url(../sources/images/interface/interface_backgroundimage.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.searchbox-background {
	background-image:url(../sources/images/interface/interface_menu-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-top {
	background-image:url(../sources/images/interface/interface_footer-top.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 35px;
}
.footer-middle {
	background-image:url(../sources/images/interface/interface_footer-middle.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 40px;
	font-size: 0.75em;
}
.footer-bottom {
	background-image:url(../sources/images/interface/interface_footer-bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
}
.contactus {
	background-image:url(../sources/images/interface/interface_contact-plate.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.maincontent {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
a:link, a:visited, a:active {
	color: #db000e;
}
a:hover {
	color: #3a3b3d;
}
p {
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	font-weight: normal;
	font-size: 1.25em;
	color: #db000e;
	font-weight:bold;
}
h2 {
	font-weight: bold;
	font-size: 1.083em;
	color: #3a3b3d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	color: #db000e;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}
h5 {
	font-weight: bold;
	font-size: 1.167em;
	color: #3a3b3d;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.image-right {
	float:right;
	margin:;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image-left {
	float:left;

	margin:;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

