/* CSS Document */
body, a, td, p, li, ol, ul, select, input
	 
.text1 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 7.5pt;
	line-height : 13pt
	color=#999999
	
}

.text2 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 7.5pt;
	text-decoration : none;
	

}

.title {
    font-family : Verdana, Arial, sans-serif ;
	font-size : 7.5pt;
	text-decoration : none;
	color : #070050
	
}

.table {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 7.5pt;
	font-weight : bold;
	color : #080808
	
}

A {
	text-decoration: none;
	color: #000099;
	
}

A:Hover {
	text-decoration: underline;
	color: 990000;
	
}