/* Global styles */

body {
	margin: 0px;
	background-color:#3b3e43;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 15px;

	
}

#flash {
    width: 540px;
    height: 100px;
    position: absolute;
    z-index: 1;
}


td {font-size:12px; color: #FFF; line-height: 1.5;}

p {line-height: 1.5; margin-top:0px; padding-top:0px}

h1 {color: #99ca3d; font-size: 22px; font-weight: 300; }
h2 {color: #4593d6; font-size: 13px; line-height: 1.5; }
.smalltext {font-size: 10px;}
.bluetext {color: #4593d6; font-weight:bold;}

h1,h2,h3,h4,h5,h6{
margin-bottom: 0px;
padding-bottom: 0px;
}		


hr {color: #fff; background-color: #fff;  height: 1px;}
		
a, a:visited { color: #99ca3d; text-decoration:none;  }
a:hover, a:visited:hover { color: #99ca3d; text-decoration:underline;}
img {border:0px;}

/* forms style*/
.field_formatting {
	font-size: 12px;
	background-color:#252629;
	border: solid #5d6677 1px;
	color: #fff;
	height: 20px;
}

input {
	color: #fff;
	padding-top:2px;
	padding-left:4px;
}


.texta { 
 	font-size:11px; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0; 
	color: fff;
	border: solid #5d6677 1px;
	background-color:#252629;
}


textarea  {
	padding:4px;
}




/* Footer styles */

.footer {
	font-size: 11px;
	left: -10px;
}
		.footer-link, .footer-link:visited {color: #666666; text-decoration: none;}
		.footer-link:hover, .footer-link:visited:hover {color: #000000; text-decoration: underline;}

.videoon {
background-color: #141414; font-size:11px; line-height:13px;
}
.videooff {
background-color: #5e5e5e;  font-size:11px; line-height:13px;
}