body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #C6D2DA;
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	text-align:center;
}
h1 {
font-size:18px;
}
td {font-size:11px;}
th {font-size:11px;}
.main {
	background-image: url(images/content_bg.gif);
	padding-left:2px; padding-right:11px;
}
.menu {
	background-image: url(images/menu_bg.gif);
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
.menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 14px;
	padding-right: 14px;
}
.menu a:hover {
	text-decoration:none;
	color: #D8D596;
}
.menu #selected {
	background-color: #959036;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #C6D2DA;
	padding-right: 4px;
	padding-left: 4px;
}
.pictures img {
	border: 1px solid #3C5363;
	background-color: #FFFFFF;
	padding: 1px;
}
.date {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CDD2D6;
	background-color: #959036;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	text-align: right;
	vertical-align: middle;
}
.visitalso {
	background-image: url(images/visit_bg.gif);
	height: 29px;
	color: #213B4C;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 2px;
}
.rightTable {
	border-left:2px solid #CDD2D6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CDD2D6;
}
.rightTable th {
	color: #F7F8FA;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	background-color: #3C5363;
	text-align: right;
	font-size: 12px;
	font-weight: bolder;
}
.rightTableContent {
	font-size: 10px;
	color: #3c5263;
	background-color: #e8eaef;
	padding: 8px;
	text-align: justify;
}
.rightTableContent a {
	color: #263540;
	text-decoration: none;
	font-weight: bold;
}
.rightTableContent a:hover {
	color: #747129;
	text-decoration: none;
}
.content {
	color: #25343F;
	vertical-align: top;
	padding: 10px;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
}
.footer {
	background-color: #406f8f;
	color: #ffffff;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
