﻿.Wrapper 
{
	background:rgb(255,249,213);
	border:solid rgb(183,222,31);
	border-width:2px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:xx-small;
	margin: 0px auto 0px auto;
	width: 600px;
}
.HeaderBar
{
	background:rgb(183,222,31);
	border:solid rgb(155,212,31);
	font-family:Verdana,Arial,Helvetica,sans-serif;
	border-width:1px;
	color:White;
	font-size:small;
}
.Error (line 68)
{
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*Intro*/
.IntroHeader
{
	font-size:small;
	font-weight:bold;
}
.IntroText
{
	font-size:x-small;
}    

.Login
{
	background:rgb(255,249,213);
	font-size:small;
	font-weight:bold;
}
.Member
{
	font-size:xx-small;
	font-weight:normal;
}

/*Questions*/
.Table
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:rgb#666666;
	font-size:small;
	font-weight:normal;
	padding: 0px 10px 0px 10px;
}
.QuestionTable
{
	font-size:x-Small;
	padding: 50px;
	width:280px;
}
.LogoText
{
	font-size:xx-small;
	font-weight:bold;
	color:Black;
}

/*Outro*/
.Outro
{
	font-size:x-small;
}

/*Welcome*/
.Welcome
{
	background-color:rgb(255,249,213);
	color:rgb#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:small;
	margin:50px auto 50px auto;
	padding:50px;
	width:600px;
	border:solid rgb(155,212,31);
	border-width:2px;
}
.WelcomeHeader
{
	font-size:medium;
	font-weight:bold;
}
