/*==================== Global ========================*/

html body {
	background-color:#fcd450;
	background-image: url(../images/backgrounds/hm-bgrd-01.jpg);
	background-repeat: no-repeat;
 	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	color: #034d8b;
	font-size: 12px;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ef732c;
	font-size: 24px;
	font-weight: normal;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eb3f34;
	font-size: 24px;
	font-weight: normal;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3082af;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

P {
	font-family: arial, helvetica, tahoma, sans-serif;
	color: #000000;
	font-size: 11px;
}

A {
	text-decoration: none;
}

UL {
	font-family: arial, helvetica, tahoma, sans-serif;
	color: #696969;
	font-size: 11px;
}

.whiteboldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #ea4034;
	font-size: 12px;
}

.blueheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3082af;
	font-size: 16px;
	font-weight: bold;
}

.blueheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3082af;
	font-size: 14px;
	font-weight: bold;
}

/*==================== Menu ========================*/

.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.topmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.topmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.topmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fcd450;
	text-decoration: underline;
}

/*==================== Footer ========================*/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #d78883;
}

.copyright:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #d78883;
}

.copyright:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #d78883;
}

.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

.copyrightno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #d78883;
}

/*==================== Headings ========================*/

.orangeheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ef732c;
}

.redheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #eb3f34;
}

/*==================== On Screen Links ========================*/

.livelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #38B5E2;
}

.livelink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #38B5E2;
}

.livelink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #38B5E2;
}

.livelink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9600;
}

.redlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ea4034;
}

.redlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ea4034;
}

.redlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ea4034;
}

.redlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #034d8b;
	text-decoration: underline;
}

/*==================== Background Images ========================*/

.topblue {
	background-image: url(../images/top-spacer.jpg);
	background-repeat: repeat;
 	background-position: left top;
}

.numberblocks {
	background-image: url(../images/number-blocks.jpg);
	background-repeat: no-repeat;
 	background-position: left top;
}

.menuline {
	background-image:url(../images/menu-divider.jpg);
}

.butbgd {
	background-image:url(../images/but-bgd.jpg);
}

/*==================== Background Colours ========================*/

.footerbgd {
	background-color:#eb4034;
}

.pinkbgd {
	background-color:#f3e5ed;
}

.contentbgd {
	background-color:#FFFFFF;
}

/*==================== Listing Borders ========================*/

.blueborder {
	border: 2px solid #006bb3;
}