/* CSS Document */

body {
	background-color: #efefef;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;  
	padding: 0px;
	margin: 0px;
}

h1 {
	line-height: 1.5em;
	font-size: 1.4em;
}

h2 {
	line-height: 1.2em;
}

h3 {
	line-height: 1.6em;
}

p {
	line-height: 15px;
}

table {
	line-height: 15px;
	color: #666;
}

ul {
	line-height: 16px;
}
/* set headline styles */

.title1 {
	font-size: 12px;
	font-weight: bolder;
}

.title2 {
	line-height: 1.8em;
	text-align: center;
	margin-right: 10px;
	text-transform:uppercase;
	color: #FFFFFF;
}

strong {
	font-weight: bolder;
}

.lefttext {
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
	text-align: right;
	letter-spacing: 1px;
}

.righttext {
	line-height: 1em;
	font-size: 1em;
	text-align: justify;
}

#skipNav { 
	display: none;
}

#stats{
	position:absolute; 
	width: 200px; 
	height: 115px; 
	z-index: 500; 
	left: -500px; 
	top: -1500px; 
	visibility: visible;
}