@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F0F0;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
}

#BckTop {
	background-image: url(/images/backgroundtop.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#BckContent {
	background-image: url(/images/backgroundcontent.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#BckFooter {
	background-image: url(/images/backgroundfooter.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
td img {
	display: block;
}
#Header {
	font-family: Arial, Helvetica, sans-serif;
	color: #CE1B1E;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #D01A19;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #186E65;
	text-decoration: none;
}
#Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
#Breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.PhotoFrame {
	border: 3px solid #D01A19;
}
