@charset "UTF-8";


/* CSS Document */



/*  LINK ATTRIBUTE CHANGED */ 
a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#F00;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration: none;
}

/*  THESE STYLES ARE FOR THE FOUR STICKY COLUMNS AT THE BOTTOM OF EVERY PAGE */ 





.simple_footer { 
				
				text-align:center;
				float:none;
				margin-left:auto;
				margin-right:auto;
				
				height:60px;
				width:100%;
				background-image:url(footer_1px.jpg);
				background-repeat:repeat-x;
				
				
				
				  color:#FFF;
				  font-family:Arial;
				  font-size:11px;
				  line-height:1.60em;
				  vertical-align:baseline;
				  letter-spacing:normal;
				  word-spacing:normal;
				  font-weight:normal;
				  font-style:normal;
				  font-variant:normal;
				  text-transform:none;
				  text-decoration:none;
				  text-align:center; 
				  text-indent:0px;
				  z-index:100;
				  
}

/* THESE STYLES ARE FOR THE BEHAVIOR OF A:LINK ON THE EXTERNAL LINKS DIV */

.disclaimer_lite_bc A:link {
		color:#000;
		text-decoration:none;
		}
.disclaimer_lite_bc A:visited {
	color:#333;
	text-decoration: none;
}
.disclaimer_lite_bc A:hover {
	color:#CCC;
	text-decoration: none;
}
.disclaimer_lite_bc A:active {
	color:#FFF;
	text-decoration: none;
}


.disclaimer_lite_bc { 
		color:#000;
		background-color:transparent;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10.5px;
		line-height:1.09em;
		vertical-align:middle;
		letter-spacing: normal;
		word-spacing:normal;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		font-variant:normal;
		text-align: center; /*start;*/
		text-indent:0px;
		}