body {
		background: #32286c url(../images/gbl/body-bg.png) repeat-x left top; 
		font-family: Helvetica, sans-serif;
		color: #333;
		font-size: 11px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		}

a:link {
	text-decoration: none;
	color: #a73715;
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #a73715;
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color: #32286c;
	font-size: 13px;
}
a.white:link {
	text-decoration: none;
	font-size: 25px;
	color: #FFFFFF;
	
}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 25px;
	
}
a.white:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 25px;
	
}
a.white:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 25px;
	
}
div.title {	
	width: 90%;
	padding-left: 10px;
}
.style4 {color: #333; font-size: 11px; font-weight: bold; }
.style5 {font-size: 11px}


a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
.lineStats {
			border: 2px solid #ffffff;
}
.line {
			border: 1px solid #32286c;
}
.style6 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
}
	
			

/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content_left,
#content_right,
#content_normal,
#content_flipped{
	display:none;
	}
.show_normal,
.show_flipped{
	width:320px;
	}
.show_left,
.show_right{
	width:480px;
	}

.show_left #content_left,
.show_right #content_right,
.show_normal #content_normal,
.show_flipped #content_flipped{
	display:block;
	}
