/* CSS Document */

html { 	width:100%;
		height:98%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a5b5d;
	background-color: #FFFEEF;
	margin: 0px;
	width:100%;
	height:98%;
}
.topCell {
	background-color: #FFE678;
	background-image: url(Images/Backgr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	line-height: 0px;
	font-size: 1px;
}
td {	vertical-align: top;
		text-align: center; 
}
img {	padding: 0px;
		margin: 0px;
		border: none;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 4px;
	padding-top: 0px;
}

.adressLeft {	font-size: 16px;
				font-weight:bold;
				text-align: left;
				line-height: 21px;
				padding-right: 16px;
				padding-top: 12px;
}
.adressRight {	font-size: 12px;
				text-align: left;
				padding-left: 16px;
				padding-top: 14px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e24c59;
	text-decoration: none;
}
a:hover {
	color: #f7992a;
	text-decoration: underline;
}


.header {
	background-image: url(Images/HeaderBackgrDark.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFE678;
	vertical-align: bottom;
	text-align: center;
	display: block;
	width: 100%;
	height: 140px;
}
.headerContent {
	display: block;
	width: 790px;
	text-align: left;
	height: 130px;
	line-height: 1px;
	font-size: 1px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/HeaderBackgr.gif);
	padding-top: 10px;
	background-position: bottom;
	background-color: #FFE678;
	background-repeat: repeat-x;
}
.main {
	background-image: url(Images/mainBackgrDark.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 400px;
}

.content {
	background-color: #FFFEEF;
	text-align: left;
	display: block;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.title {
	margin-left: -6px;
}
.small {
	font-size: 11px;
}
.small p {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 11px;
}
.small h2 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -9px;
	font-size: 11px;
}
.copyright {
	font-size: 10px;
	text-align: center;
	display: block;
	width: 740px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFEEF;
}
.copyright p {
	margin-top: 3px;
	margin-bottom: 3px;
}
