﻿.Wrapper 
{
	background:White;
	font-family:Tahoma;
	font-size:xx-small;
	margin: 0px auto 0px auto;
	width: 610px;
}
.HeaderBar
{
	background:rgb(84,131,176);
	width:610px;
	color:White;
	font-size:small;
}

/*Intro*/
.IntroHeader
{
	font-size:20px;
	color:rgb(84,131,176);
	background:white;
	
}
.IntroText
{	background:white;
	font-size:12px;
}    
.Login
{
	background:rgb(84,131,176);
	font-size:small;
	font-weight:bold;
}
.Login a:link, .Login a:active, .Login a:hover, .Login a:visited
{
	color: white;
}
.Member
{
	font-size:xx-small;
	font-weight:normal;
}

/*Questions*/
.Table
{
	background: rgb(219,226,239);
	width:610px;
	color:Black;
	font-size:small;
	padding:5px;
}
.QuestionTable
{
	font-size:12px;
	padding:0px;
	width:180px;
}
.LogoText
{
	font-size:xx-small;
	font-weight:bold;
	color:Black;
}

/*Outro*/
.Outro
{
	font-size:12px;
}

/*Welcome*/
.Welcome
{
	background-color:rgb(84,131,176);
	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;
}