﻿body
{
	text-align: center;
	min-width: 780px;
	margin-top: 0px;
    margin-bottom: 0px; 
    padding: 0 0 0 0px;
    background-color: #f2f2f2;
    font-size: 80%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #747f83;
	/*background: url(Images/SiteBackdropRepeat.jpg) repeat-x; */
}

A
{
	color: #747f83;
	text-decoration: none;
	font-weight: bold;
}

A:visited
{
	color: #747f83;
}

A:hover
{
	text-decoration: underline;
}

h1
{
	color:#a3a3a3;
	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;
}

h3
{
	color:#189ec5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:130%;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li
{
	background: url(Images/BulletPoint.jpg) no-repeat 0 7px;
	padding-left: 20px;
	padding-bottom: 7px;
}

input
{
	/* background colour also used in style TextBoxWaterMark in custom styles */
	background-color:#DEEFF2; /* light blue */
	color:#105771;
}

textarea
{
	background-color:#DEEFF2; /* light blue */
	color:#105771;
}


/* ============== Skin Sytles ============== */

.button
{
	background-color:#158ebb;
	color:White;
}

/* ============== Global Sytles ============== */

.FloatLeft
{
	float:left;
}

.FloatRight
{
	float: right;
}

.ClearBoth
{
	clear:both;
}

.AlignCentre
{
	text-align: center;
}