﻿.Wrapper 
{
	background:rgb(243,235,218);
	font-family:Tahoma;
	font-size:x-small;
	margin: 0px auto 0px auto;
	width: 650px;
}
.HeaderBar
{
	background:rgb(221,211,185);
	color:black;
	font-size:14pt;
}

/*Intro*/
.IntroHeader
{
	font-size:12pt;
	font-weight:bold;
}
.IntroText
{
	font-size:9pt;
}    
.Login
{
	background:rgb(243,235,218);
	font-size:small;
	font-weight:bold;
        color:rgb(0,0,204);
}
.Login a:link, .Login a:visited
{
   color:rgb(0,0,204);
   text-decoration: none;
}
.Member
{
	font-size:x-small;
	font-weight:normal;
}

/*Questions*/
.Table
{
	color:Black;
	font-size:9pt;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
}
.QuestionTable
{
	font-size:7pt;
	padding: 0px 10px 0px 10px;
	width:100px;
}
.LogoText
{
	font-size:xx-small;
	font-weight:bold;
	color:Black;
}

/*Outro*/
.Outro
{
	font-size:9pt;
}

/*Welcome*/
.Welcome
{
	background-color:rgb(221,211,185);
	color:black ;
	font-family:Tahoma;
	font-size:10pt;
	margin:50px auto 50px auto;
	padding:50px;
	width:600px;
}
.WelcomeHeader
{
	font-size:medium;
	font-weight:bold;
}
