body {
	background-color: #FFFFFF;
	background-image: url(images/back.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: left top;
}
.bodylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B51000;
	text-decoration: none;
	font-weight: bold;
}
.bodylink a:link {text-decoration: none; color: #B51000}
.bodylink a:visited { text-decoration: none; color: #B51000}
.bodylink a:active { text-decoration: none; color: #B51000}
.bodylink a:hover {text-decoration: none; color: #000000}
.bodyslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B51000;
	text-decoration: none;
	font-weight: bold;
}
.bodyslink a:link {text-decoration: none; color: #B51000}
.bodyslink a:visited { text-decoration: none; color: #B51000}
.bodyslink a:active { text-decoration: none; color: #B51000}
.bodyslink a:hover {text-decoration: none; color: #000000}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Arial;
letter-spacing: 2px;
line-height: 1.1em;
color: #FF9900;
padding: 5px 0;
text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.addr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.textblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.textyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFF00;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.bodytextitle {
	font-size: 16px;
	color: #00000;
}
.dots {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
}
.textblackbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.descriptionbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.border {
	border: 1px solid #333333;
}
.textredital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	color: #FF0000;
}
.textredbital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	color: #FF0000;
	font-weight: bold;
}
.center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	color: #333333;
	text-align: center;	
}
#container{
	position: absolute center;
	width:890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	z-index:1;
	border: 1px;
	border-color: #333333;
}
#content{
	position: absolute;
	width:888px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	border: 1px;
	border-color: #333333;
}