/* HTML CSS */

html { 
	height: 100%; 
}

body { 
	background-position: center;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}

#flash {
	height: 100%;
}

/* Flash CSS */

a,a:link,a:hover,a:active {
	color: #6488A9;
 	text-decoration: none;
 	font-weight: normal;
	font-style: normal;
}

.tb {
	color: #6488A9;
	font-weight: normal;
	font-style: normal;
}

.bt {
	font-family: "Avenir LT Std 85 Heavy";
	font-weight: bold;
	font-style: normal;
}

.btb {
	color: #6488A9;
	font-family: "Avenir LT Std 85 Heavy";
	font-weight: bold;
	font-style: normal;
}

.mt {
	font-family: "Avenir LT Std 65 Medium";
	font-weight: normal;
	font-style: normal;
}

.it {
	font-family: "Avenir LT Std 45 Book Oblique";
	font-weight: normal;
	font-style: italic;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

.global {
	font-size: 11px;
	font-weight: normal;
	color: #6D6D6D;
}
