﻿.Wrapper 
{
	background:#bfd0db;
	font-family:Tahoma;
	font-size:xx-small;
	margin: 0 auto;
	width: 600px;
}
.HeaderBar
{
	background:#ffffff;
	color:#002081;
	font-size:small;
}

/*Intro*/
.IntroHeader
{
	font-size:small;
	font-weight:bold;
}
.IntroText
{ color: #002081; font-size:x-small; background-color: #d1e4f0; }    

.Login
{
	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 10px 0px 10px;
}
.QuestionTable
{ color: #002081; font-size:x-small; background-color: #d1e4f0; padding: 50px; width:280px; }
.LogoText
{
	font-size:xx-small;
	font-weight:bold;
	color:Black;
}

/*Outro*/
.Outro
{ font-size:x-small; background-color: #bfd0db; }

/*Welcome*/
.Welcome
{
	background-color:#bfd0db;
	color:#002081;
	font-family:Tahoma;
	font-size:x-small;
	margin:50px auto;
	padding:50px;
	width:600px;
}
.WelcomeHeader
{ color: #fd0000; font-size:medium; font-weight:bold; background-color: #bfd0db; }
.XSmallText { color: #d70000; }

