body {
	background-color: #FFFFFF;
	margin:0px;
	font-size:12px;
}
a:link {
	color:#FF6600;
	text-decoration: none
}
a:hover{
	color:#FF0000;
	text-decoration:underline;
}
a:visited {color:#FF6600; text-decoration: none}
a:hover{color:#B06500; text-decoration:underline;  }

.whole_page{
	padding-top:0px;
	border-style:solid;
	border-width:0px;
	border-color:#888888;
}

.vfooter{
	font-family:verdana;   
	font-size:12px;
	color:#000000;
	text-decoration:none;  
	text-align:bottom;
}
.dotline {
	border-style: dotted; 
	border-top-width: 1px; 
    border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

img {
	border:0px;
}

.adv img{
	border:1px solid #000000;
}


/************************************************************************************************/

.footer, .footer a:link, .footer a:visited, .footer a{
	letter-spacing: 1px;
	font-size:10pt;
	color:#666666;
}
.footer a:hover{
	color:#333333;
}



/********** Content Page - Content **********/
.aheading{
	font-family:"arial";
	font-size:10pt;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 1px;
	line-height: 120%;
}
.acontent_table{
	font-size:10pt;
	
	text-decoration:none;
	color:#666666;
	line-height: 120%;
	letter-spacing: 1px;
	padding:2px;
}

.acontent_news{
	font-size:11pt;
	text-decoration:none;
	color:#FF6600;
	line-height: 1.2;
	font-weight: 600;
}
.heading_small {
	font-size: 11pt;
	font-weight: bold;
	color:#FFFF00;
	line-height: 1.5;
	}
.aheading_color {
	font-family:"arial";
	font-size:12pt;
	color:#660066;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 1px;
	line-height: 120%;
}
.aheading_sub {
	font-family:"arial";
	font-size:16pt;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 1px;
	line-height: 120%;
}
.acontent_table_small, .acontent_table_small a:link, .acontent_table_small a:visited{
	font-size:8pt;
	text-decoration:none;
	color:#999999;
	line-height: 150%;
	letter-spacing: 1px;
	padding:2px;
}
.acontent_table_small a:hover{
	color:#000000;
}
.acontent_purple {
	font-size:10pt;
	text-decoration:none;
	color:#660066;
	line-height: 1.2;
}
.aheading_color_small {
	font-family:"arial";
	font-size:10pt;
	color:#660066;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 1px;
	line-height: 120%;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}