/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ee4d00;
	text-align:center;
}


.title{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	padding:10px;

}

.contenttitle{
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#ffffff;
}
.content{
	font-size:13px;
	line-height:22px;
	color:#ffffff;
}

.content a{
	font-size:13px;
	line-height:22px;
	color:#ffffff;
	text-decoration:none;
}

.content a:link{
	font-size:13px;
	line-height:22px;
	color:#ffffff;
	text-decoration:none;
}

.content a:hover{
	font-size:13px;
	line-height:22px;
	color:#ffffff;
	text-decoration:underline;
}

.contentpadding{
	font-size:13px;
	line-height:22px;
	color:#ffffff;
	padding:10px;
}

.copyright{
	color:#000000;
	font-size:12px;
	padding:5px;

}

.footernav{
	color:#000000;
	font-size:13px;
	padding:5px;
	font-weight:bold;
}




#scroller {width:500px; height:360px; position:relative;padding:5px 0; background:#fff;}
#scroller em {display:block; width:220px; height:175px; position:absolute; top:0; right:0; border:1px solid #ddd;}
#scroller span {display:block; width:270px; height:365px; position:absolute; top:0; left:0; border:1px solid #ddd;}
#scroller span b#copyright {font-size:10px; color:#888; position:absolute; bottom:5px; right:20px; font-family:georgia, verdana, arial, sans-serif; font-weight:normal;}

#scroller b#thumbs {display:block; width:211px; height:175px; overflow:auto; float:right; margin-top:175px; border:1px solid #ccc; border-width:1px 0 1px 1px; padding:5px;}
#scroller b#thumbs a {display:block; float:left; margin:0 10px 10px 0; background:#f8f8ff; width:50px; height:50px; border:1px solid #000;}
#scroller b#thumbs a img {width:50px; height:50px; border:0;}

#scroller b#thumbs a:hover {border:1px dotted #ccc; background:#fff url(click_on.gif);}
#scroller b#thumbs a:active, #scroller b#thumbs a:focus {border:1px solid #fff; background:#fff; outline:0;}
#scroller b#thumbs a:hover img {display:block; position:absolute; background:#aaa; z-index:500;}
#scroller b#thumbs a:active img, #scroller b#thumbs a:focus img {display:block; position:absolute; background:#aaa; z-index:100;}

#scroller b#thumbs a:hover img.hr {width:160px; height:120px; right:35px; top:7px; border:1px solid #333;}
#scroller b#thumbs a:hover img.vt {width:120px; height:160px; right:55px; top:7px; border:1px solid #333;}

#scroller b#thumbs a:active img.hr, #scroller b#thumbs a:focus img.hr {width:268px; height:202px; left:1px; top:1px; border:1px solid #333;}
#scroller b#thumbs a:active img.vt, #scroller b#thumbs a:focus img.vt {width:268px; height:202px; left:1px; top:1px; border:1px solid #333;}


.contentblack{
	color:#000000;
	font-size:13px;

}


.contentblack a{
	color:#000000;
	font-size:13px;
	text-decoration:none;
}

.contentblack a:link{
	color:#000000;
	font-size:13px;
	text-decoration:none;
}

.contentblack a:hover{
	color:#000000;
	font-size:13px;
	text-decoration:underline;
}


.contentwhitenosize{
	color:#ffffff;

}

.content13px{
	color:#ffffff;
	font-size:13px;

}

.content13px a{
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}

.content13px a:link{
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}

.content13px a:hover{
	font-size:13px;
	color:#ffffff;
	text-decoration:underline;
}

.txtboxsize{
	width:200px;

}