@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
}
h2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
h2 a {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
h2 a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
h2 a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
}
p {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
p a {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
p a:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
.frame {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.frame a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.frame a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.menu_bt_01 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-left: 10px;
}
.menu_bt_01 a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.menu_bt_01 a:hover  {
	text-decoration: underline;
}
.menu_bt_02{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.menu_bt_02 a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.menu_bt_02 a:hover  {
	text-decoration: underline;
}
.slogan {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-right: 25px;
	padding-left: 25px;
}
.frame_div {
	cursor: pointer;
	padding-top: 45px;
}
.frame_div a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.frame_div a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.content_16 {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
.content_16 a {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.content_16 a:hover {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}
.videotext {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	padding-top: 25px;
}
.videoframe {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/*** set the width and height to match your images **/
#slideshow {
    position:relative;
    height:300px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 300px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 300px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

