﻿.Wrapper 
{
	background:White;
	font-family:Arial,sans-serif;
	font-size:small;
	margin: 0px auto 0px auto;
	width: 600px;
}
.HeaderBar
{
	background:rgb(48,149,206);
	color:White;
	font-size:small;
}

/*Intro*/
.IntroHeader
{
	font-size:small;
	font-weight:bold;
}
.IntroText
{
	font-size:x-small;
}    
.Login
{
	background:#D0EBD0;
	font-size:small;
	font-weight:bold;
}
.Member
{
	font-size:xx-small;
	font-weight:normal;
}

/*Questions*/
.Table
{
	color:Black;
	font-size:small;
	font-weight:bold;
	padding: 0px 0px 0px 5px;
}
.QuestionTable
{
	font-size:x-Small;
	padding: 10px;
	width:200px;
}
.LogoText
{
	font-size:xx-small;
	font-weight:bold;
	color:Black;
}

/*Outro*/
.Outro
{
	font-family:Tahoma;
	font-size:x-small;
}

/*Welcome*/
.Welcome
{
	background-color:#000;
	color:White;
	font-family:Tahoma;
	font-size:x-small;
	margin:50px auto 50px auto;
	padding:50px;
	width:600px;
}

.WelcomeHeader
{
	font-size:medium;
	font-weight:bold;
}