body, form { margin: 0px; }
body, td, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #716F60;
}
a, a:link, a:visited {
	color: #716F60;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}
a.invert, a.invert:link, a.invert:visited {
	text-decoration: none;
}
a.invert:active, a.invert:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #716F60;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 2px 10px 2px 30px;
	background-color: #F1F0EF;
	letter-spacing: -1px;
	background-image: url(/design/img/mark-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #716F60;
	margin: 5px 0px 5px;
}
.floatL { float: left; margin-right: 10px; }
.floatR { float: right; margin-left: 10px; }
.h100 { height: 100%; }

/**/
.title { margin-bottom: 3px; font-weight: bold; }
.title a, .title a:link, .title a:visited { text-decoration: underline; }
.title a:active, .title a:hover { text-decoration: none; }

.more { margin-top: 3px; font-weight: normal; color: #dc3a25; }
.more a, .more a:link, .more a:visited { color: #dc3a25; text-decoration: underline; }
.more a:active, .more a:hover { text-decoration: none; }

.empty { text-align: center; margin-top: 50px; margin-bottom: 50px; }

.message { color: #009900; }
.errors { color: #990000; }

.navigator { /*font-size: 10px; margin-left: 7px;*/ }
.navigator a, .navigator a:link, .navigator a:visited { /*color: #000000;*/ text-decoration: none; }
.navigator a:active, .navigator a:hover { text-decoration: underline; }

.hilight { background-color: #000000; color: #FFFFFF; /*font-weight: bold;*/ }
.searchResult dt { font-weight: bold; }
.searchResult dd { margin-left: 0px; }
.searchResult dd ul { margin-bottom: 5px; margin-top: 5px; }
.message { color: #009900; }
.errors { color: #990000; }
/**/

.t1 { background-image: url(/design/img/t1.gif); }
.t1 table { height: 83px; }
.logo { padding-top: 6px; padding-left: 24px; }
.lang { font-size: 10px; color: #747474; height: 13px; }
.lang a, .lang a:link, .lang a:visited { color: #747474; text-decoration: none; }
.lang a:active, .lang a:hover { text-decoration: underline; }
.icons { height: 70px; padding-right: 25px; padding-bottom: 5px; color: #747474; font-size: 10px; }
.icons a, .icons a:link, .icons a:visited { color: #747474; text-decoration: none; }
.icons a:active, .icons a:hover { text-decoration: underline; }

.button {
	width: 98px; height: 21px; /* width = total - padding (total = 98)*/
	font-size: 10px; font-weight: bold;
	background-image: url(/design/img/button-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.button a { display: block; padding-left: 25px; padding-top: 2px; }
.button a, .button a:link, .button a:visited { color: #6F6F6F; text-decoration: none; }
.button a:active, .button a:hover { text-decoration: underline; }

.button2 { background-repeat: no-repeat; background-position: center; }

.b1 { background-color: #716F60; }
.b2 { background-color: #CBCAC4; }
.t2 {
	background-color: #E33E1B;
	background-image: url(/design/img/t2.gif);
}
.t3 {
	background-image: url(/design/img/t3.gif);
}
table.t3 {
	background-image: url(/design/img/table-head.gif);
	background-position: right top;
	background-repeat: no-repeat;
}.t4 {
	background-image: url(/design/img/t4.gif);
}
.t5 {
	background-image: url(/design/img/t5.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 100%;
}
.t6 {
	background-color: #D8412E;
	background-image: url(/design/img/t6.gif);
}
.t6 td {
	color: #F7D6D2;
	font-size: 10px;
}
.t6 a, .t6 a:link, .t6 a:visited { color: #F7D6D2; text-decoration: none; }
.t6 a:active, .t6 a:hover { text-decoration: underline; }
.t7 {
	background-image: url(/design/img/t7.gif);
}
.t8 {
	background-image: url(/design/img/t8.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.links {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.links li {
	padding: 0px 0px 3px 10px;
}
.links a, .links a:link, .links a:visited { text-decoration: none; }
.links a:active, .links a:hover { text-decoration: underline; }

.menu-div { padding: 0px 2px 0px 0px }
.menu a { display: block; padding: 0px 10px; background-image: url(/design/img/1.gif); }
.menu a.active { display: block; padding: 0px 10px; background-image: url(/design/img/t2-over.gif); }
.menu div.active { display: block; padding: 0px 10px; background-image: url(/design/img/t2-over.gif); }
.menu div { display: block; padding: 0px 10px; background-image: url(/design/img/1.gif); }
.menu a:hover { background-image: url(/design/img/t2-over.gif); }

.popup {position: absolute; visibility: hidden;}
.popup table { border: 1px solid #DC3A25; }
.popup ul {margin: 0px 5px 3px; padding: 0px}
.popup ul li {list-style-type: none; margin: 0px; padding: 0px}
.popup ul li, .popup ul li a {display: block;}
.popup ul li, .popup ul li a , .popup ul li a:link, .popup ul li a:visited {
	font-size: 11px;
	color: #F7B722;
	text-decoration: none;
}
.popup ul li a:active, .popup ul li a:hover {
	text-decoration: underline;
}
.popup-bg {
	position: absolute; visibility: hidden;
	background-color: #E33E1B;

	-moz-opacity: 0.70;
	filter: Alpha(Opacity=70);
}
.sub-menu {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 5px;
	white-space: nowrap;
	/*filter: DropShadow(Color=#6D1100, OffX=1, OffY=1, Positive=true);*/
}
.sub-menu a, .sub-menu a:link, .sub-menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sub-menu a:active, .sub-menu a:hover {
	text-decoration: underline;
}

span.comment {}
img.photo, input.photo {}
td.backlink {}
img + p { margin-top: 0px; }
table.photo_table {}
table.photo_table td.comment {}
td.content {
	text-align: justify;
}
td.content h1, td.content h2 {
	text-align: left;
}
td.content p {
	text-indent: 2em;
}
td.content li + li {
	margin-top: 1em;
}
td.content li p {
	text-indent: 0em;
}
div.rss_link {
	text-align: right;
	width: 100%;
}
.input-submit {
        border: none;
        background-color: #ffffff;
        color: #716F60;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
}
.banner_top {
padding-top: 40px;
padding-left: 5px;
}
a img {
	border: none;
}