﻿body
{
	text-align: center;
	margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: White;
	font-family: Arial;
	color: #3b3f46 !important;
	/*color: #5a676f;*/
	font-size: 80%;
	line-height: 1.3;
}

p
{
   	margin: 0px;
    padding: 0px;
}

A:link
{
	color: #747f83;
	font-weight: bold;
	text-decoration: underline;
}

A:visited
{
	color: #747f83;
	font-weight: bold;
	text-decoration: underline;
}

A:active
{
    color: #747f83;
    font-weight: bold;
	text-decoration: underline;
}

A:hover
{
    color: #ff952d !important;
}

h1
{
	/*color:#a3a3a3;*/
	color: #696969;
	font-family: 'Arial Narrow', sans-serif;
	font-weight:lighter;
	font-size:190%;
	margin: 0;
	padding-bottom: 10px;
}

.h1NoSpace
{
	/*color:#a3a3a3;*/
	color: #696969;
	font-family: 'Arial Narrow', sans-serif;
	font-weight:lighter;
	font-size:190%;
	margin: 0;
	/*padding-bottom: 10px;*/
}

h2
{
	color:#a3a3a3;
	font-family: 'Arial Narrow', sans-serif;
	font-weight:lighter;
	font-size:170%;
	margin: 0;
	padding: 9px;
}

.h2NoSpace
{
	color:#a3a3a3;
	font-family: 'Arial Narrow', sans-serif;
	font-weight:lighter;
	font-size:170%;
	margin: 0;
	/*padding: 9px;*/
}

h3
{
	color:#189ec5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:130%;
}

.blogTitle
{
	color: #5a676f;
	font-family: 'Arial Narrow', sans-serif;
	font-weight:lighter;
	font-size:170%;
	margin: 0;
}

ul
{
	margin: 0;
    padding-left: 4px;
    padding-bottom: 3px;
    padding-top: 3px;
	list-style-type: none;
}

li
{
	background: url(Images/SmallBullet.gif) no-repeat 15px 6px;
	padding-left: 30px;
	padding-bottom: 4px;
}

input
{
	/* background colour also used in style TextBoxWaterMark in custom styles */
	background-color:#ebf6fe; /* light blue */
	color:#105771;
}

textarea
{
	background-color:#ebf6fe; /* light blue */
	color:#105771;
}

.orange
{
    color: #ff952d;
}

.titleBackground
{
	width: 580px;
	height: 17px;
	background-color: #ebf6fe;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 2px;
}

.oneColumn
{
    clear: both;
    width:590px; 
    padding-bottom: 10px;
}

.twoColumns
{
    float:left;
    width:295px; 
    padding-bottom: 10px;
}

.textboxWidth177
{
    width: 177px;
}

.textboxWidth250
{
    width: 250px;
}

.textboxWidth585
{
    width: 545px;
}

.Width300
{
    width: 300px;
}

.Width400
{
    width: 400px;
}

.Width70
{
    width: 70px;
}

.Width80
{
    width: 80px;
}

/* ============== Skin Sytles ============== */

.button
{
	background-color:#158ebb;
	color:White;
}

/* ============== Global Sytles ============== */

.FloatLeft
{
	float:left;
}

.FloatRight
{
	float: right;
}

.ClearBoth
{
	clear:both;
}

.AlignCentre
{
	text-align: center;
}

.AlignLeft
{
	text-align: left;
}

.AlignRight
{
	text-align: right;
}

.CentreTable
{
    margin-left:auto; 
    margin-right:auto;
}

.ErrorMessage
{
    color: Red;
}