﻿/*
Orange Side #F89B2E
Blue Content #CED8F5

Footer text White
Menu and Content text black
Headings orange or image
*/

body
{
	font-size: 12pt;
	font-family: Arial, Verdana, Tahoma, 'Times New Roman';
	color: Black;
	margin: 0px;
	padding: 0px;
}

.Heading
{
	font-size: 14pt;
	font-weight: bold;
	color: #F89B2E;
}

.SubHeading
{
	font-size: 12pt;
	font-weight: bold;
	color: #0000FF;
}

.SubHeading1
{
	font-size: 12pt;
	font-weight: bold;
	color: #F89B2E;
}

.SubHeading2
{
	font-size: 12pt;
	font-weight: bold;
	color: #0000FF;
}

.GridHeading
{
	font-size: 12pt;
	font-weight: bold;
	color: Black;
}

.FieldLabel
{
	font-weight: bold;
}

.Message
{
	color: Red;
	font-weight: bold;
}

.TopNav
{
	font-size: 10pt;
}
A.TopNav:link, A.TopNav:active, A.TopNav:visited
{
	color: Blue;
	text-decoration: underline;
}
A.TopNav:Hover
{
	color: #F89B2E;
	text-decoration: underline;
}

A.Normal:link, A.Normal:active, A.Normal:visited
{
	color: Blue;
	text-decoration: underline;
}
A.Normal:hover
{
	color: #F89B2E;
	text-decoration: underline;
}

A.CommandButton:link, A.CommandButton:active, A.CommandButton:visited
{
	color: Blue;
	text-decoration: underline;
}
A.CommandButton:hover
{
	color: #F89B2E;
	text-decoration: underline;
}

.Footer
{
	font-size: 10pt;
	color: White;
}
A.Footer:link, A.Footer:active, A.Footer:visited
{
	color: White;
	text-decoration: none;
}
A.Footer:hover
{
	color: #F89B2E;
	text-decoration: underline;
}

ul.Tight
{
	padding-top: -15;
	margin-top: -15;
	border: none;
}

