/*	CSS2
//	(c) AFSS, Registry, The University of Hong Kong
//	Oct 2000
//	Email: afss@reg.hku.hk
*/
body	{	margin-bottom : 0px;
			margin-left : 50px;
			margin-right : 0px;
			margin-top : 65px;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size : 10pt;
			font-style : normal;
			font-weight : 700;
			background-color : #FFFAFA;
			background-image : url("../home/bg_popup.gif");
			background-repeat : Repeat-y;
			text-align : left;
			width : 600px;
}
a	{	text-decoration : none;
		color : blue;
		background-color : transparent;
}
a:hover	{	/*background : #333399;
			color : #FFFFFF;*/
			font-style : italic;
			font-weight : bold;
}
#topbanner {	position : absolute;
				left : 1px;
				top : 1px;
}
#header {	position : relative ;
			top : 20px;
			color : red ;
			font-size : 14pt;
			font-weight : 900;
			text-align : left;
			background-color : transparent;
			width : 600px;
}
#infobody {	color : navy ;
			font-weight : 300 ;
			text-align : left ;
			font-size : 10pt;
			width : 600px;
}
ul.square {	list-style-type : square inside;
}
ul.square li {	list-style: square inside;
}
ul.square li li {	list-style: circle ;
}
ul.square li li li{	list-style: disc ;
}
#infoh0 {	color : red ;
		font-weight : 900 ;
		text-align : left ;
		font-size : 14pt;
}
#infoh1 {	color : #CC0099 ;
		font-weight : 700 ;
		text-align : left ;
		font-size : 12pt;
}
#divbottomtable {	position : relative;
		margin-top : 20px;
		margin-left : 30px;
}
p {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
p.pbottomtable1 {	text-align : left;
}
p.pbottomtable2 {	text-align : right;
}
table {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : left;
	color : navy;
	background-color : transparent;
}
table.bottomtable {	font-size : 10pt;
					border : none;
					width : 560px;
}



