body {
	font-family: Lucida Sans Unicode, Lucida Sans, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #444444;
	line-height: 1.4em;
	background-image: url(../images/header/gradient.jpg);
	background-repeat:repeat-x;
	background-color: #636363;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #ba191c;
	font-weight: normal;
	font-size: 9pt;
	margin-top: 0.7em;
	margin-bottom: 0.6em;
}
h1 {
	font-weight: normal;
	font-size: 12pt;
}
h2 {
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: 0.4em;
}
h3 {
	font-size: 10pt;
}
p {
	margin-top: 0px;
}
a {
	color: #ba191c;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	/* color: #b83801; */
	color: #444444;
	text-decoration: none;
}

.HeadingLink {
	color: #ba191c;
	text-decoration: underline;
	cursor: pointer;
	font-size: 10pt;
}

.HeadingLink:hover {
	color: #444444;
}

.TreeHeading {
	color: #ba191c;
	text-decoration: none;
	font-size: 9pt;
}

.LabelHeading {
	font-size: 9pt;
	font-weight:bold;
}

a img { border: none; }
.clear { clear: both; }
.hidden { display: none; }

.Centered {
	list-style-type: none;
	vertical-align: middle;
	text-align: center;
	margin-bottom:12px;
}

.AIDATableDataCell {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
.AIDATableheadingCell {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	background:#dddddd;
}
.HeadingCell {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	background:#777777;
	font-weight:bold;
	color: #FFFFFF;
}
.NormalCell {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	background:#FFFFFF;
}
.NormalCell:hover {
	background:#ffe9e8;
}
.AlternateCell {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	background:#eeeeee;
}
.AlternateCell:hover {
	background:#ffe9e8;
}

.AIDAFormControl {
	color: #636363;
	font-family: Lucida Sans Unicode, Lucida Sans, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #a5a5a5;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	background-color: #FFFFFF;
	font-size:9pt;
}

.AIDARadio {
	color: #636363;
	font-family: Lucida Sans Unicode, Lucida Sans, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	font-size:9pt;
}

.AIDAButton {
	color: #000000;
	background:#eeeeee;
	text-align: center;
	border: 1px solid #a5a5a5;
	cursor: pointer;
	font-family: Lucida Sans Unicode, Lucida Sans, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:9pt;
}
.Required {
	color: #c12025;
	font-size: 7pt;
	vertical-align: bottom;
	font-weight: normal;
	text-align: left;
	margin-left:3px;
}
.AIDALink {
	color: #636363;
	text-decoration: none;
	cursor: pointer;
}
.AIDALink:hover {
	color: #ba191c;
	text-decoration: none;
}
.WhatsNewLink {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.WhatsNewLink:hover {
	color: #ffbe9b;
	text-decoration: none;
}
.QuickLink {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.QuickLink:hover {
	color: #00d8ff;
	text-decoration: none;
}
.WhiteText{
	color: White; 
	text-decoration: none; 
	vertical-align:top;
}

.YellowText{
	color: Yellow; 
	text-decoration: none; 
	vertical-align:top;
}

.NoNumber {
	list-style-type: none;
	vertical-align: middle;
	text-align: left;
}
.HomeIMG {
	padding-bottom:8px;
	border:none;
}
.NarrowList{
	vertical-align: middle;
	text-align: left;
	margin-left:-25px;
	margin-top:-1px;
	line-height:1.2em;
}
.WNItem {
	padding-bottom:6px;
}
.QLItem {
	padding-bottom:4px;
}
.LoginBox {
	font-family: Lucida Sans Unicode, Lucida Sans, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #444444;
}
.LoginButton {
	color: #ffffff;
	background:#135dcf;
	text-align: center;
	float: left;	
	border: 1px solid #ffffff;
	cursor: pointer;
	font-family: Lucida Sans Unicode, Lucida Sans, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
}
.ErrorText{
	color:  Yellow;
	text-decoration: none; 
	font-size:8pt;
	vertical-align:top;
	line-height: 1.1em;
}
.ReadMoreLink {
	color: #ba191c;
	background: White;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.ReadMoreLink:hover {
	color: White;
	background: #ba191c;
}

.RedTable 
{
	background-color: #fcf5f6;
	border-color:#ba191c;
	border-style:solid;
	border-width:1px;
	text-align:left;
}

.RedTableHeadingCell 
{
	background-color: #ba191c;
	text-align:left;
	font-weight:bold;
	color:White;
	border-style:none;
	border-width:0px;
}

.GreyTable 
{
	background-color: #dedede;
	border-color:#aaaaaa;
	border-style:solid;
	border-width:1px;
	text-align:left;
}

.BlackText 
{
	color:#000000;
	font-size: 8pt;
	font-weight:bold;
}

.RedText 
{
	color:#ba191c;
	font-size: 8pt;
}

.GreyText 
{
	color:#585858;
	font-size: 8pt;
}

.DarkRedText 
{
	color:#ba191c;
	font-size: 8pt;
	font-weight:bold;
}

.RowColour1 
{
	background-color:#ffffff;
}

.RowColour2
{
	background-color:#eeeeee;
}

.SelectedRow
{
	background-color:#fcf5f6;
}

.AIDAImage {
	border: 1px solid #a5a5a5;
	background-color: #FFFFFF;
}

.SponsorImage {
	border: 0px;
}

.QuoteText 
{
	color:#ba191c;
	font-size: 8pt;
	text-align:center;
	font-style:italic;
}

.NewsDate 
{
	color:#000000;
	font-size: 8pt;
}

.NewsBigLink {
	color: #ba191c;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}

.NewsBigLink:hover {
	color: #6f6f6f;
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}


.NewsMoreLink {
	color: #6f6f6f;
	text-decoration: underline;
	cursor: pointer;
}

.NewsMoreLink:hover {
	color: #ba191c;
	text-decoration: underline;
}

.StepBoxEnabled 
{
	background-color: #ba191c;
	font-weight: normal;
	font-size:8pt;
	color:White;
	text-align:center;
	vertical-align:middle;
	padding:2px;
	width:70px;
}

.StepBoxDisabled 
{
	background-color: #bcbcbc;
	font-weight: normal;
	font-size:8pt;
	color:#6f6f6f;
	text-align:center;
	vertical-align:middle;
	padding:2px;
	width:70px;
}

.StepBoxCompleted 
{
	background-color: #de631d;
	font-weight: normal;
	font-size:8pt;
	color:White;
	text-align:center;
	vertical-align:middle;
	padding:2px;
	width:70px;
}

.StepBoxTextEnabled 
{
	font-weight: normal;
	font-size:7pt;
	color:#585858;
	text-align:center;
	vertical-align:top;
}

.StepBoxTextDisabled 
{
	font-weight: normal;
	font-size:7pt;
	color:#bcbcbc;
	text-align:center;
	vertical-align:top;
}

.StepBoxTextCompleted 
{
	font-weight: normal;
	font-size:7pt;
	color:#de631d;
	text-align:center;
	vertical-align:top;
}

.StepBoxFiller
{
	padding-left:3px;
	padding-right:3px;
	color:#bcbcbc;
}

.RedInfo 
{
	color:#ba191c;
	font-size: 8pt;
	text-align:left;
	font-style:italic;
}

