.Wrapper 
{
	background:White;
	font-family:Tahoma;
	font-size:xx-small;
	margin: 0px auto 0px auto;
	width: 458px;
}
.HeaderBar
{
	background:rgb(160,207,65);
	color:White;
	font-size:small;
}

/*Intro*/
.IntroHeader
{
	font-size:medium;
	font-weight:bold;
}
.IntroText
{     
	color:black;
	font-size:small;
	min-height: 75px;
	width: 65%;
}    
.Login
{
	background:rgb(220,220,220);
	color:rgb(33,33,33);
	font-size:small;
	font-weight:bold;
	min-height: 75px;
	width:95px;
	margin-right:10px;
}

.Login a:link, .Login a:visited
{
	color: rgb(82,107,16);
}

.Member
{
	font-size:xx-small;
	font-weight:normal;
	color:rgb(33,33,33);
}  
.

/*Questions*/
.Table
{
	color:Black;
	font-size:small;
	font-weight:bold;
	padding:0px;

}
.QuestionTable
{
	font-size:x-Small;
	padding: 0px;
	margin:0px;
	width:221px;
}

.QuestionTable td
{
 padding:1px 1px 1px 4px;
 margin:0px;
}

.QuestionTable input
{
	font-size:11px;
}

.QuestionTable select
{
	font-size:11px;
}

.QuestionTable textarea
{
	font-size:11px;
}






/*Outro*/
.Outro
{
	font-size:small;
}

/*Welcome*/
.Welcome
{
	background-color:rgb(255,198,43);
	color:rgb(149,109,2);
	font-family:Tahoma;
	font-size:small;
	margin:50px auto 50px auto;
	padding:50px;
	width:458px;
}
.WelcomeHeader
{
	font-size:medium;
	font-weight:bold;
}