@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #CCCCCC;
}

a:active {
	color: #999999;
}

body {
	background-color: #000000;
}

.Header {
    color: rgb(255, 255, 255);
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 36px;
    font-weight: 700;
	line-height: 42px;
	text-align: center;
}

.text {
    color: rgb(255, 255, 255);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.largetext {
    color: rgb(255, 255, 255);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 400;
	line-height: 25px;
}

.disclaimer {
	color: rgb(255, 255, 255);
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 8px;
	}

.creditText {
    color: rgb(255, 255, 255);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.bioName {
    color: rgb(255, 255, 255);
    font-family: 'Helvetica-Bold', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 700;
	text-align:left;
}

.bioRole {
    color: rgb(255, 40, 0);
    font-family: 'Helvetica-Bold', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 700;
	text-align:left;
}

.bioText {
    color: rgb(255, 255, 255);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    position:relative;
	left:20px;
	text-align:left;
}