﻿.Wrapper 
{
	background:White;
	font-family:Tahoma;
	font-size:xx-small;
	margin: 0px auto 0px auto;
	width: 700px;
}
.HeaderBar
{
	background:#E3002D;
	color:White;
	font-size:small;
}

/*Intro*/
.IntroHeader
{
	font-size:small;
	font-weight:bold;
}
.IntroText
{
	font-size:small;
	width: 100%;
}    
.Login
{
	background:white;
	font-size:small;
	font-weight:bold;
}
.Member
{
	font-size:xx-small;
	font-weight:normal;
}

/*Questions*/
.Table
{
	color:black;
	font-size:14px;
	font-weight:bold;
	padding: 0px;
}
.QuestionTable
{
	font-size:Small;
	padding:0px;
	width:400px;
}
.LogoText
{
	font-size:xx-small;
	font-weight:bold;
	color:Black;
}

/*Outro*/
.Outro
{
	font-size:small;
}

/*Welcome*/
.Welcome
{
	background-color:#ffffff;
	color:Black;
	font-size:small;
	margin:50px auto 50px auto;
	padding:50px;
	width:600px;
	font-family:Tahoma;
}
.WelcomeHeader
{
	font-size:medium;
	font-weight:bold;
	font-family:Tahoma;
	color:#E3002D
}