@charset "utf-8";
/* CSS Document */
.tableborder{border:#1d1d1d 1px solid;
}

.tableborder2{border:#0e0e0e 1px solid;
}

img{ border:0px;
}
.header{ font-family:Arial, Verdana, Tahoma, Georgia; font-size:13px; font-weight:bold; color:#ffffff;
}

.header1{ font-family:Arial, Verdana, Tahoma, Georgia; font-size:15px; font-weight:bold; color:#FF0;
}
.pagetitle{  font-family:Arial, Verdana, Tahoma, Georgia; font-size:15px; font-weight:bold; color:#FFF; padding:0px 5px 0px 5px;
}



.blackheader{ font-family:Arial, Verdana, Tahoma, Georgia; font-size:13px; font-weight:bold; color:#999999; 
}

.linktext{ font-family:Arial, Verdana, Tahoma, Georgia; font-size:12px; text-decoration:underline; color:#b5b203;
}
.bodytextver{  font-family: Verdana, Tahoma, Georgia; font-size:11px; text-decoration:none; color:#848484; text-align:justify; padding:15px;
}
.bodytext{  font-family:Arial, Verdana, Tahoma, Georgia; font-size:12px; text-decoration:none; color:#FFF; text-align:justify; padding:15px;
}
.bodytext2{  font-family:Arial, Verdana, Tahoma, Georgia; font-size:12px; text-decoration:none; color:#FFF; text-align:justify;
padding:0px 5px 0px 5px; line-height:22px;
}

.bodytext3{  font-family:Arial, Verdana, Tahoma, Georgia; font-size:11px; text-decoration:none; color:#222;

}

.bodytext3white{  font-family:Arial, Verdana, Tahoma, Georgia; font-size:11px; text-decoration:none; color:#FFF;

}

.bodytext4{  font-family:Arial, Verdana, Tahoma, Georgia; font-size:11px; text-decoration:none; color:#FF0;  text-align:center;

}
.bodytext1{  font-family:Arial, Verdana, Tahoma, Georgia; font-size:12px; text-decoration:none; color:#FFF;  padding:0px 5px 0px 5px;
}
.header{  font-family:Arial, Verdana, Tahoma, Georgia; font-size:12px; font-weight:bold; text-decoration:none; color:#CF0; text-align:justify; 
}


.footer{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	
	padding:6px 0px 0px 6px;
	
	font-style: normal;
	text-transform:none;
}
.footer:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	
	padding:6px 0px 0px 6px;
	
	font-style: normal;
	text-transform:none;
}
a.footer:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	
	padding:6px 0px 0px 6px;
	
	font-style: normal;
	text-transform:none;
}
a.footer:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	
	padding:6px 0px 0px 6px;
	
	font-style: normal;
	cursor: hand;
	text-transform:none;
}
a.footer:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	
	padding:6px 0px 0px 6px;

	font-style: normal;
	text-transform:none;
	
}

*{outline: none;}
img {border: 0;}

.container {
	width: 450px;
	padding: 0;
	margin: 0 auto;
	
	
	
}
.folio_block {
	position: relative;
	left: 81%; top: 50%; bottom:5%; right:19%;
	margin: -10px 0 0 -395px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:115px;
	width: 450px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -25px; right: 7px;
	width: 250px; height:15px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;2
	line-height: 20px;
	font-size:10px
	
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	font-size:10px
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:10px
}
.paging a:hover {font-weight: bold;font-size:10px}


.box-radius {border-radius: 15px; behavior: url(border-radius.htc);
}

