img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1200px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning*/ 
	position: fixed; 
	/*position:absolute \9;*/
	top: 0;
	left: 0;
	z-index: 1000;
}

@media screen and (max-width: 1200px){
	img.bg {
		left: 50%;
		margin-left: -600px;
		z-index: 1000; }
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	z-index: 3000;
}

body {

 z-index: 3000;
}
.BodyText {
	font-size: 9pt;
	color: #4F4F4F;
	font-family: "Futura Book", FuturaT, Futura, Arial;
	line-height:130%;
}

a:hover {
color:#000000;
}
a {
text-decoration:none;
color:#4F4F4F;
}



input {
	border-style: thin;
	border-color: #26abe2;
	border-width: 1px;
	/*background-color: #ffffff;*/
	width: 86px;
	height: 20px;
	/*background:url(images/Logn_Box/TextBox.jpg);*/

	color: #4F4F4F;
	font-family: "Futura Book", FuturaT, Futura, Arial;
	padding:0;
	margin: 0;
	background-color:#FFFFFF;
	
	/* text-transform: uppercase; */
}

.NewsText {
	font-size: 9pt;
	color: #FFFFF;
	font-family: "Futura Book", FuturaT, Futura, Arial;

}

.NewsText #Heading {
	font-size: 10pt;
	color: #4F4F4F;
	font-family: "Futura Book", FuturaT, Futura, Arial;
	line-height:116.67%;
	font-weight: bold;
	text-transform: uppercase; 
}

.NewsText #Date {
	font-size: 8pt;
	color: #4F4F4F;
	font-family: "Futura Book", FuturaT, Futura, Arial;
	line-height:116.67%;
}

.NewsText #Session {
margin-left: 16px;
margin-right: 16px;
}

.NewsText a {
color: #29bce8;
}

ul {
	
	margin: 0;
	padding-left: 32px;
}
form {
padding:0;
margin:0;
}
.Botbar {
font-size: 8pt;
color:#FFFFFF;
font-family: "Futura Book", FuturaT, Futura, Arial;
}
.Botbar a:hover{
color:#CCCCCC;
}
.Botbar a{
color:#FFFFFF;
}
.Botbar_White {
font-size: 8pt;
font-family: "Futura Book", FuturaT, Futura, Arial;
color:#4F4F4F;
}
span {
padding:0;
margin:0;
}
.clientName {
	text-transform: uppercase;
}
