/*------------------------------------------------------------------
[Master Stylesheet]

Project:		UK Engage
Version:		1.1
Change:			28/09/08 [] v1.0
				06/07/10 [Adding classes for HfH page] v1.1
Author:			Andrew Yee (andrew@citruscube.com)
Primary use:	Web site
-------------------------------------------------------------------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
}


td
{
	font-size: 12px;
	color: #000000;
	
}

h1{
	font-size: 30px;
	display:none;
}

h2
{
	font-size: 24px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

h3

{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	
}

h4

{
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

P
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}


A
{
	color: #000000;
	font-weight: bold;
	
}

/* Footer */

.footerText
{
	font-size: 9px;
	color: #000000;
}


/* Promo text /link */

.promoLink
{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
	
}

/* White text/links */

.whiteText
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.whiteLink
{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.whiteTopLink
{
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	
}

/* Main body background */

.uk
{ 
	background-image: url(../media/backgroundUK.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Small front page font */

.smalltext {
	font-size: 11px;
}
/* Sharefile heading */
.sharefileheading{
	color:#FFFFFF;
	font-size:13px;
}
	

/* Colour */

.white{
	color: #FFFFFF;
}


/* HfH page */

.hfh-heading{
	color:#004677;
	font-style:normal;
	font-weight:normal;
	font-size: 30px;
}



.hfh a{
	color:#CD6600;	
}
