/**********************************************************************************
    Description :   Standard css for HH site
       
    Called By   :   index.php

    Calls       :   None
                    
    ------- ---------- ----------- ------------------------------------------------
    Version Changed By Date        Change Description
    ------- ---------- ----------- ------------------------------------------------
    1.0     JR	        27-SEP-2007 First Created
			
**********************************************************************************/

/* Remove Borders from link images (class must be 'Link' for image) */
img.Link {
	border: none;
	display: block;
} 

/* Prevents IE displaying whitespace for images and screwing the layout */
img.Block {
	display: block;
}

a:link.main {
	background-color: #060062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}

a:visited.main {
	background-color: #060062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}

a:active.main {
	background-color: #060062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}

a:hover.main {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #060062;
	text-decoration: none;
}

.navigation {
	background-color: #060062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	text-align: right;
	padding: 3px;
}

/* Basic formatting for h1, h2 and normal styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #060069;
	font-weight: normal;
	padding: 20px 30px 10px 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	padding: 10px 30px 0px 20px;
	color: #060069;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px;
}

.sub_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
}

.head_subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding: 3px;
	border-bottom: 1px Solid Gray;
	color: Gray;
}

.foot_subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-align: right;
	color: Gray;
	padding: 3px;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px 30px 0px 20px;
}

.normalbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* Used to add colour to the background of tables */
.Header {
	background-color: silver;
	color: #000099;
}
.RowOdd {
	background-color: #E3E6FF;
}

.RowEven {
	background-color: White;
}
}
/*End*/

.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 10px;
}

.copywright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
	color: White;
	text-align: center;
}
