﻿


body
{
	background: #4288CD;
}

.Wrapper 
{
	background:white;
	font-family:Tahoma;
	font-size:small;
	margin: 0px auto 0px auto;
	width: 800px;
}

.HeaderBar
{
	background:#4288CD;
	color:white;
	font-size:small;
}

/*Intro*/
.IntroHeader
{
	font-size:small;
	font-weight:bold;
}
.IntroText
{
	
	font-size:small;
	padding-right: 0px;
	padding-left: 0px;
	width:100%;
}    


.Login
{
	background-color:#4288CD;
	font-size:small;
	color: white;
	font-weight:bold;
	margin:0px;
}
.Member
{
	font-size:xx-small;
	font-weight:normal;
}

/*Questions*/
.Table
{
        
	color:Black;
	font-size:small;
	font-weight:bold;
	padding: 0px 8px 0px 8px;
}
.QuestionTable
{
	
        font-size:x-Small;
	padding: 30px;
	width:180px;
}
.LogoText
{
	font-size:xx-small;
	font-weight:bold;
	color:Black;
}


/*Outro*/
.Outro
{
	font-size:x-small;
}

/*Welcome*/
.Welcome
{
	background-color:#4288CD;
	color:white;
	font-family:Tahoma;
	font-size:small;
	margin:50px auto 50px auto;
	padding:50px;
	width:600px;
}
.WelcomeHeader
{
	font-size:medium;
	font-weight:bold;
}
