﻿*
{
	padding:0px;
    margin:0px;    
}
BODY
{
    scrollbar-face-color: #f3f3f3; 
	scrollbar-highlight-color: #f3f3f3; 
	scrollbar-3dlight-color: #f3f3f3; 
	scrollbar-arrow-color: #333; 
	scrollbar-track-color: #f3f3f3;
	background-repeat:no-repeat;
	direction:rtl;
	font-family: Arial;
	font-size:12px;
}
DIV
{
	background-repeat:no-repeat;
	font-family:Arial;
}
A
{
    text-decoration: none;
}
TR
{
	vertical-align:top;	
}
TD
{
	font-size:12px;	
}
IMG
{
	border:solid 0px;
}
#container
{
	display:block;
	width:850px;
	height:500px;	
	margin-right:auto;
	margin-left:auto;
}
.NoBorder
{
	border:solid 0px;	
}
.Nav
{
	display:block;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	color:White;	
}
.SubNav
{
	display:block;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:White;	
}
.NavSelected
{
	display:block;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	color:Black;	
}
.Grey
{
	color:#808284;	
}
.Green
{
	color:#00a886;	
}
.Title
{
	font-weight:bold;
	font-size:22px;	
}
.SubTitle
{
	font-size:14px;	
}
.Question
{
	font-size:14px;	
	font-weight:bold;
}
.QuestionPanel
{
	margin-top:8px;
	display:block;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:white;
	width:282px;
	height:22px;
	background-color:#00a886;
	padding-right:15px
}
.Answer
{
	font-size:13px;
	color:#808284;
}