@charset "UTF-8";
/* CSS Document */
html {
	scrollbar-base-color: #000000;
}

body {
	background-color: #000000;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2px;
	margin-bottom: 0;
	line-height: 13px;
}

div {
	font-family: "Helvetica Neue", Georgia;
	width: 242px;
    font-size: 11px;
	background-color: #000000;
}

.spacer {
	line-height: 2px;
}

.spacer2 {
	line-height: 4px;
}

.red {
	font-family: "Helvetica Neue", Georgia;
	font-size: 11px;
	color: #9e0100;
}

.gray {
	font-family: "Helvetica Neue", Georgia;
	font-size: 11px;
	color: #9a9a9a;
	line-height: 13px;
	
}

.yellow {
	font-family: "Helvetica Neue", Georgia;
	font-size: 11px;
	color: #fff78f;
	
}

.green {
	font-family: "Helvetica Neue", Georgia;
	font-size: 11px;
	color: #87aa6d;
}

.white {
	font-family: "Helvetica Neue", Georgia;
	font-size: 11px;
	color: #ffffff;
}

.orange {
	font-family: "Helvetica Neue", Georgia;
	font-size: 11px;
	color: #df9d00;
}

.greenbold {
	font-family: "Helvetica Neue", Georgia;
	font-size: 11px;
	color: #87aa6d;
	font-weight: bold;
}

.redbold {
	font-family: "Helvetica Neue", Georgia;
	font-size: 11px;
	color: #fd1c1c;
	font-weight:bold;
}

a.tour:link {color: #9a9a9a;}
a.tour:visited {color: #9a9a9a;}
a.tour:hover {color: #fff78f; text-decoration: none;}
a.tour:active {color: #fff78f; text-decoration: none;}

a.news:link {color: #87aa6d;}
a.news:visited {color: #87aa6d;}
a.news:hover {color: #ffffff; text-decoration: none;}
a.news:active {color: #ffffff; text-decoration: none;}

a.photos:link {color: #df9d00;}
a.photos:visited {color: #df9d00;}
a.photos:hover {color: #fff78f; text-decoration: none;}
a.photos:active {color: #fff78f; text-decoration: none;}