﻿.Wrapper 
{
	background:rgb(255,255,255);
	color:rgb(102,102,102);
	font-family:Tahoma;
	font-size:xx-small;
	margin: 0px auto 0px auto;
	width: 520px;
}
.HeaderBar
{
	background:rgb(198,0,1);
	color:White;
	font-size:small;
	border: solid rgb(102,102,102);
	border-width: 1px;
}

/*Intro*/
.IntroHeader
{
	font-size:small;
	font-weight:bold;
}
.IntroText
{
	font-size:x-small;
}    
.Login
{
	background:rgb(153,153,153);
	font-size:small;
	font-weight:bold;
	font-family:Tahoma;
	color:white;
	border: solid rgb(102,102,102);
	border-width: 2px;
}
.Login a:link, .Login a:visited
{
	color:white;
	text-decoration: none;
}
.Member
{
	font-size:xx-small;
	font-weight:normal;
}

/*Questions*/
.Table
{
	color:Black;
	font-size:small;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px
}
.QuestionTable
{
	font-size:x-Small;
	padding: 10px 0px 10px 0px;
	width:80px;
}
.QuestionIndentation
{
	padding-left: 10px;
	padding-bottom: 5px;
}
.LogoText
{
	font-size:xx-small;
	font-weight:bold;
	color:Black;
}

/*Outro*/
.Outro
{
	font-size:x-small;
}

/*Welcome*/
.Welcome
{
	background-color:rgb(153,153,153);
	color:rgb(102,102,102);
	font-family:Tahoma;
	font-size:small;
	margin:50px auto 50px auto;
	padding:50px;
	width:600px;
	border: solid rgb(102,102,102);
	border-width: 2px;
}
.WelcomeHeader
{
	font-size:medium;
	font-weight:bold;
}
