@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textWarning {
	font-size: 10px;
	font-weight: bold;
	color: #6F1100;
}

body {
	background-color: #54534A;
	background-image: url(images_layout/long_tile2.jpg);
	background-repeat: repeat;
}
a:link {
	color: #6F1100;
	font-weight: bolder;
}
a:visited {
	color: #7C7151;
	font-weight: bold;
}
label{
	display:block;
}
.backTile {
	background-image: url(images_layout/back_tile.jpg);
	background-repeat: repeat-y;
}
.backFooter {
	background-image: url(images_layout/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 29px;
}
.textSmallWhite {
	font-size: 10px;
	color: #FFFFFF;
}
.backGroundTile {
	background-image: url(images_layout/background_tile.jpg);
	background-repeat: repeat-x;
}
.tdPad20 {
	padding-left: 20px;
	padding-right: 20px;
}
.tdPad30 {
	padding-left: 30px;
	padding-right: 30px;
}
.bgWhite {
	background-color: #FFFFFF;
}
.bgGold {
	background-color: #AFA890;
}
.textSubtitle {
	font-weight: bold;
	color: #5B747D;
}
.textTitle {
	font-size: 14px;
	font-weight: bold;
	color: #5B747D;
}
.textRedhighlight {
	font-weight: bold;
	color: #6F1100;
}
.textWhitehighlight {
	font-weight: bold;
	color: #FFFFFF;
}
.textCalendarEvent {
	font-size: 9px;
	font-weight: bolder;
	color: #6F1100;
	background-color: #FFFFFF;
}

.dayOfWeek { 
	font-size: 9px;
	background-color: #FFFFFF;
	color: #6F1100;
	font-weight: bold;
}
	
.date {
	font-size: 9px;
	background-color: #AFA890;
	color: #6F1100;
	font-weight: bold;
}

.monthYear {
	font-size: 11px;
	background-color: #5B747D;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	text-align: center;
}

.calendarText {
	font-size: 9px;
}
.textPhotoCaption {
	font-size: 10px;
	color: #54534A;
}
.textSmallWhite a:link {
	color: #FFFFFF;
}
.textSmallWhite a:visited {
	color: #FFFFFF;
}
.textTopofPage {
	font-size: 10px;
}
.imgBorder {
	border: 2px solid #7C7151;
}
