A:hover{text-decoration:none;color:red;}
A:active{text-decoration:none;color:red;}
A:link{text-decoration:none;}
A{
	text-decoration:none;
	color: #004D98;
	font-size:10pt;
	font-weight:bold;
	cursor:hand;
	font-family:Verdana;
}
BODY{
	background:url("box2.gif");
	font-size: 12pt;
	margin-bottom : 5;
	margin-left : 10;
	margin-right : 10;
	margin-top : 5;
}
P{
	text-align: justify;
	font-family : Verdana;
	font-size : 10pt;
}

H1{
	font-family: Arial;
	font-size : 12pt;
	font-weight : bold;
	color : Black;
	text-align : center;
	background-image : url("box3.gif");
}

.Item{
	font-size : 10pt;
	font-weight : bold;
	color : #FF6600;
	font-family : Verdana;
}

.CapItem{
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFDD;
	font-family : Verdana;
}

.SubCapItem{
	font-size : 8pt;
	color : #FFFFDD;
	font-family : Verdana;
}

Code{
	font-family: Verdana;
	font-size : 8pt;
	color : #990000;
}