.Wrapper {
    background: none repeat scroll 0 0 white;
    font-family: Tahoma;
    font-size: xx-small;
    margin: 0 auto;
    width: 600px;
	display: none;
}
body {
    background: none repeat scroll 0 0 #E1E1E2;
}
.HeaderBar {
    background: none repeat scroll 0 0 #FF9000;
    color: Black;
    font-size: small;
}
.IntroHeader {
    font-size: small;
    font-weight: bold;
}
.IntroText {
    font-size: x-small;
    min-height: 40px;
}
.Login {
    background: none repeat scroll 0 0 white;
    font-size: small;
    font-weight: bold;
}
.Member {
    font-size: xx-small;
    font-weight: normal;
}
.Table {
    color: Black;
    font-size: small;
    font-weight: bold;
    padding: 0 10px;
}
.QuestionTable {
    font-size: x-small;
    padding: 50px;
    width: 280px;
}
.LogoText {
    color: Black;
    font-size: xx-small;
    font-weight: bold;
}
.Outro {
    font-size: x-small;
}
.Welcome {
    background-color: black;
    color: White;
    font-family: Tahoma;
    font-size: x-small;
    margin: 50px auto;
    padding: 50px;
    width: 600px;
}
.WelcomeHeader {
    font-size: medium;
    font-weight: bold;
}
div.Intro div {
    text-align: center;
}

