﻿.Wrapper 
{
	background:rgb(229,232,236);
	font-family:Arial;
	font-size:small;
	margin: 0px auto 0px auto;
	width: 650px;
}
.HeaderBar
{
	background:rgb(55,84,112);
	color: white;
	font-size:small;
        
}

/*Intro*/
.IntroHeader
{
	font-size:medium;
	font-weight:bold;
        color:rgb(228,102,43);
}
.IntroText
{
	font-size:small;
}       color:rgb(228,102,43);
.Login
{
	background:rgb(236,233,216);
        color:rgb(55,83,111);
	font-size:small;
	font-weight:bold;
        min-height: 75px;
}
.Login a:link, .Login a:visited
{
        color:rgb(55,83,111);
        text-decoration: none;    
}
.Member
{
        font-size:x-small;
	font-weight:normal;
        color:rgb(55,83,111);
}

/*Questions*/
.Table
{
	color:Black;
	font-size:small;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
}
.QuestionTable
{
	font-size:x-Small;
	padding: 50px;
	width:250px;
}
.LogoText
{
	font-size:xx-small;
	font-weight:bold;
	color:Black;
}

/*Outro*/
.Outro
{
	font-size:small;
}

/*Welcome*/
.Welcome
{
	background-color:rgb(229,232,236);
	color:rgb(228,102,43);
	font-family:Arial;
	font-size:x-small;
	margin:50px auto 50px auto;
	padding:50px;
	width:600px;
}
.WelcomeHeader
{
	color:rgb(228,102,43);
	font-size:medium;
	font-weight:bold;
}