/* default link style*/
a {
	text-decoration : underline;
	
}

a:hover {
	text-decoration : none;
	
}


BODY {
	background-image: url(../images/bg_lock.jpg);
	background-repeat: no-repeat;

}

H1{
	font-size : 14pt;
	font-family : Arial, Helvetica, Sans-serif;
	font-style : italic;
	color : #000000;
	line-height : 12pt;
	font-weight: bold;
	text-transform: uppercase;


}
H2{
	font-size : 13pt;
	font-family : Arial, Helvetica, Sans-serif;
	font-style : italic;
	color : #000000;
	line-height : 12pt;
	font-weight: bold;
	text-transform: uppercase;
}

H3, H4, H5{
	font-size : 12pt;
	font-family : Arial, Helvetica, Sans-serif;
	color : #000000;
	line-height : 12pt;
	font-weight: bold;
}

.mainNav {
	padding: 0 0 0 0; }
	
.mainNav A {
	display: block;
	margin: 0 0 0 0; 
	padding: 3px 14px 3px 35px; 
	text-decoration: none; 
	font-weight: bold;
	line-height: 14px; 
	background: url('../images/bg_main_nav.gif') no-repeat 0 0; }
	
.mainNav A.active {
	color : #1C1C77;
	background: url('../images/bg_main_nav_on.gif') no-repeat 0 0;   }


/* All main body text*/
*, .body01  {
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-serif;
	font-style : normal;
	color : #000000;
	line-height : 12pt;
}

/* home page RHS text - centre align*/
.rhs01  {
	font-size : 8pt;
	font-family : Arial, Helvetica, Sans-serif;
	font-style : normal;
	color : #7F7F7F;
	line-height : 10pt;
}	
/* content pages RHS text - dark */
.rhs02  {
	font-size : 8pt;
	font-family : Arial, Helvetica, Sans-serif;
	font-style : normal;
	color : #000000;
	line-height : 10pt;
}
/* footer*/
.footer01  {
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-serif;
	font-style : normal;
	color : #7F7F7F;
	line-height : 12pt;
}

/* footer links */
.link01  {
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-serif;
	color : #7F7F7F;
	line-height : 14pt;
	text-decoration : none;

}
.link01:Active  {
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-serif;
	color : #7F7F7F;
	line-height : 14pt;
	text-decoration : none;

}
.link01:Hover  {
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-serif;
	color : #7F7F7F;
	line-height : 14pt;
	text-decoration : underline;

}

/* footer copyright */
.footer02  {
	font-size : 7pt;
	font-family : Arial, Helvetica, Sans-serif;
	font-style : normal;
	color : #7F7F7F;
	line-height : 12pt;
}

/* footer Motive links */
.link02  {
	font-size : 7pt;
	font-family : Arial, Helvetica, Sans-serif;
	color : #7F7F7F;
	line-height : 12pt;
	text-decoration : none;

}

.link02:Active  {
	font-size : 7pt;
	font-family : Arial, Helvetica, Sans-serif;
	color : #7F7F7F;
	line-height : 12pt;
	text-decoration : none;

}

.link02:Hover  {
	font-size : 7pt;
	font-family : Arial, Helvetica, Sans-serif;
	color : #7F7F7F;
	line-height : 12pt;
	text-decoration : underline;

}
/* RHS column links */
.link03  {
	font-size : 8pt;
	font-family : Arial, Helvetica, Sans-serif;
	color : #1C1C77;
	line-height : 13pt;
	text-decoration : underline;

}

.link03:Active  {
	font-size : 8pt;
	font-family : Arial, Helvetica, Sans-serif;
	color : #1C1C77;
	line-height : 13pt;
	text-decoration : none;

}

.link03:Hover  {
	font-size : 8pt;
	font-family : Arial, Helvetica, Sans-serif;
	color : #1C1C77;
	line-height : 13pt;
	text-decoration : none;
}
