@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;
	font-family: "Tahoma";
}

.HLine{
border-bottom:1px solid #666666;
}

.smalltext{
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height:1.8em;
}


.smalltextbold{
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: bold;
	color:#383838;
	text-decoration: none;
	line-height:1.8em;
}

.headding2{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #C33134;
	text-decoration: none;

}

a {
	font-family: "Tahoma";
	font-size: 11px;
	color: #000;
	font-weight:bold;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}


.bt:link {
	text-decoration: none;
	color: #FF0000;
}
.bt:visited {
	text-decoration: none;
	color: #FF0000;
}
.bt:hover {
	text-decoration: underline;
	color: #ca0000;
}
.bt:active {
	text-decoration: none;
	color: #FF0000;
}
	
.bt1 {
	font-family: arial;
	font-size: 20px;
	color: #FF0000
}
.bt1:link {
	text-decoration: none;
	color: #000000;
}
.bt1:visited {
	text-decoration: none;
	color: #000000;
}
.bt1:hover {
	text-decoration: underline;
	color: #FF0000;
}
.bt1:active {
	text-decoration: none;
	color: #FF0000;
}

.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.Line {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}


.Gray:link { font-family: Tahoma; font-size: 11px; color: #999; font-weight:normal; text-decoration: none; }
.Gray:visited { font-family: Tahoma; font-size: 11px; color: #999; font-weight:normal; text-decoration: none; }
.Gray:hover { font-family: Tahoma; font-size: 11px; color: #999; font-weight:normal; text-decoration: underline; }
.Gray:active { font-family: Tahoma; font-size: 11px; color: #999; font-weight:normal; text-decoration: none; }




.buttonGray:link { font-family: Tahoma; font-size: 11px; font-weight:bold; color: #3c3c3c; text-decoration: none; }
.buttonGray:visited { font-family: Tahoma; font-size: 11px; font-weight:bold; color: #3c3c3c; text-decoration: none; }
.buttonGray:hover { font-family: Tahoma; font-size: 11px; font-weight:bold; color: #3c3c3c;; text-decoration: underline; }
.buttonGray:active { font-family: Tahoma; font-size: 11px; font-weight:bold; color: #3c3c3c; text-decoration: none; }








/*Photogallery*/


.thumbnail {
position:relative;
z-index:0;
}

.thumbnail:hover{
background-color:transparent;
z-index:50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666666;
padding: 0px;
left: -1000px;
border: 1px #FFF solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width:0;
padding:5px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility:visible;
left:-80px;
bottom:-220px;
}

.c2 {
	position: relative;
	overflow: hidden;
}
 div.c1 {
	position:absolute;
	left:0;
	top:0;
	white-space: nowrap;
	width: 700px;
}

