/*
	colours:
		dark purple: rgb(0,0,40)
		h1-6 purple: rgb(25, 0, 85)
		mid purple: rgb(50,0,135)
		light lime: rgb(200,225,145)
		dark lime: rgb(130,150,0)
*/
body  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*color : #000066;*/
	color :  rgb(20,20,20);
	font-size : 12px;
	margin-right: 5%;
}

 
/*
body {
	margin : 0px ;
	font-family :"arial" "sans-serif" ;
	font-size : 10pt ;
	color : rgb(20,20,20) ;
	background-color : white  ;
	background-image : url("../images/background2.gif") ; 
	background-repeat : repeat-y ;
}
*/

/* Fixed position hack for IE (which can't do fixed positioning).
IE doesn't understand the direct child (>) rule so uses absolute. Everyone else gets fixed positioning */

html > body {
	background-attachment : fixed ;
}

div.mainBodyContents {
	padding : 10px 5px 5px 5px ;
	margin-left : 30px ;
	margin-Top : 6px ;
	background : white ;
	display : block ;
	min-height : 300px ;
}


// add by Jin 06/08/2003
H6  {
	font-style : italic;
	font-weight : bold;
	font-size : 8px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

H5  {
	font-weight : bold;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

H4  {
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : rgb(20,20,20) /*#000066*/;
	margin-top : 10px;
	font-size : 16px;
}

H3  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : rgb(20,20,20) /*#000066*/;
	font-weight : bold;
	font-size : 16px;
	margin-bottom : 0px;
}

H2  {
	font-weight : bold;
	font-size : 18px;
	color : rgb(20,20,20) /*#000066*/;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : rgb(20,20,20) /*#000066*/;
	margin-left : 5px;

}

H1  {
	font-weight : bold;
	font-size : 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : rgb(20,20,20) /*#000066*/;
}

H1_1  { 
	font-weight : bold;
	font-size : 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : rgb(20,20,20) /*#000066*/;
	
}



/*
h1, h2, h3, h4, h5, h6 {
	font-family : inherit ;
	color : rgb(25, 0, 85) ;
	margin : 10px 5px -7px 0px ;
}

h1 {
	font-size : 23pt ;
}

*/
div.mainBodyContents a, div.mainBodyContents a:visited, div.mainBodyContents a:active {
	color : rgb(50,0,135);
}

div.mainBodyContents a:hover {
	color :  rgb(130,150,0);
}

p.address {
	margin-left: 20px ;
	
}

p {
	margin-left: 20px ;
}

pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px ;
}

li {
	margin-top : 0.4em ;
	margin-left: 60px ;
}

dd {
	margin-top : 0.2em ;
}
	

/*----- logos ------*/

div#logos_top {
	border-top : 1px solid rgb(0, 0, 40) ;
	height : 43px ;
	margin-left : 13px ;
}

div#logos_bottom {
	border-bottom : 1px solid rgb(0, 0, 40) ;
	height : 63px ;
	margin-left : 13px ;
}


img#crestlogo  {
	margin : 7px 5px 7px 40px ;
	width : 148px ;
	height : 40px ;
	float : left ;
}

img#crestlogo2  {
	margin : 1px 1px 1px 1px ;
	width : 180px ;
	height : 120px ;
	float : left ;
}


img#awmlogo {
	margin : 8px 40px 5px 5px ;
	width : 105px ;
	height : 40px ;
	float : right ;
}

/* Jin 30/07/20003  */
a.plain { text-decoration: none }

td {
font-family : Verdana, Arial;
Color: #000066;
font-size : 12px;
}


EM  {
	font-style : italic;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000080;
}

A:visited  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #877ADB;
	text-decoration : none;
	cursor : hand;
	font-weight : bold;
}

A:link  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #877ADB;
	text-decoration : none;
	cursor : hand;
	font-weight : bold;
}

A:active  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FF0000;
	text-decoration : none;
	cursor : hand;
	font-weight : bold;
}

A:hover  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #336633;
	text-decoration : none;
	cursor : hand;
	font-weight : bold;
}

.white  {
	color : #FFFFFF;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.white11px  {
	color : #FFFFFF;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.white12px  {
	color : #FFFFFF;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

