﻿body
{
	font-family:Arial;	
}

a
{
	text-decoration:none;	
}

a:Hover
{
	text-decoration:underline;	
}

h1, h2, h3, h4, h5
{	
	margin:0;
	padding:0;
	line-height:1.2em;
}

h1
{
	font-weight:bold;
	font-size:1.7em;
	line-height:1.1em;	
}

h2
{
	font-size:1.6em;
}

h3
{
	font-size:1.4em;
	text-decoration:underline;
}

h4
{
	color:#99CCCC;
	font-weight:bold;
	font-size:1.3em;
}

h4 div.Question, div.Question h4 a, h5 a
{
	cursor:pointer;
	color:#00A551;
}

h4 div.Question:hover, div.Question h4 a:hover, h5 a:hover
{
	color:#FFFFFF;	
}

h4 div.Answer
{
	color:#99CCCC;
}

h6
{
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;	
}

.SupportForm
{
	color:#FFFFFF;	
}

INPUT, SELECT, TEXTAREA
{
	font-size:1.5em;
	font-weight:bold;	
}

.Form .Field .Label
{
	font-size:1.4em;
	font-weight:bold;	
}

.Form .Field .Validation
{
	font-size:1.7em;
	line-height:1.4em;
	font-weight:bold;
	color:#fdbb66;	
}


.NegativeSummary
{
	color:#fdbb66;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3em;
}

.PositiveSummary
{
	color:#fdbb66;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
}