/*  
Colours
dark Blue = #3C5267
light Blue = #A8BBC1
light Green = #91AE51
dark Green = #B5CD6F
*/

body, .text, table {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13pt;
	color: black;
}

/* M E N U */
.outerMenuTable 
{
	width:860px;
	BACKGROUND-IMAGE: url(../images/background_darkBlue.jpg); 
	BACKGROUND-REPEAT: repeat;
}

.innerMenuTable 
{
	width:760px;
}

.menuCell {
	border-width: 0px;
	border-color: #FFFFFF;
	border-style: none;
	padding-bottom: 5px;
	padding-right: 4px;
	}

/* T I T L E */
.titleMenu {
	font-size: 12pt;
	text-decoration:none;
	font-weight: bold;
}
.titleMenu:visited, .titleMenu:active, .titleMenu:link {
	color: #FFFFFF;
	text-decoration:none;
}
.titleMenu:hover {
	color: #91AE51;
	text-decoration:underline;
}

/* A D D R E S S */
.addressTable 
{
	width:860px;
	background-color: #A8BBC1;
	text-align:center;
}
.addressDetails {
	font-size: 11pt;
	color: #3C5267;
}
.addressDetails:hover {
	text-decoration:underline;
}



/* L I N K S */
A {
	/*color: #B5CD6F;*/
	color: #91AE51;
	text-decoration:none;
}

A:hover 
{
	text-decoration:underline;
}

/* G E N E R A L */
.fixedTable 
{
		width:860px;
}

H1, .h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 17pt;
	font-weight: normal;
	color: #3C5267;
	
	}

H2, .h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	color: #3C5267;
	}

H3, .h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #3C5267;
	}

.bodytable {
	border-width: 1px;
	border-color: #A8BBC1;
	border-style: solid;
	padding-left: 20px;
	padding-right: 10px;
	background-color: White;
	color: Black;
	width:860px;
	text-align:left;
	}
	
.PrintLink 
{
	color:#B5CD6F;
	font-size:13px;
	text-decoration:none;
	border: solid 0px white;
}
.TopLink 
{
	color:#3C5267;
	font-size:13px;
	text-decoration:none;
	border: solid 0px white;
}

.light-blue
{
	color: #A8BBC1;
}

.dark-blue
{
	color: #3C5267;
}

.footnote, .endnote
{
	color: #A8BBC1;
	font-size:smaller;
}


.texttitlecaps{
	color:#3C5267;
	font-family:  Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.texttitle{
	color:#3C5267;
	font-family:  Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
}

.textitalics{

	font-style: italic;
	padding-left: 20px;
	
}.test {
	
}
