/* CSS Document */

body{
	text-align:justify;
	font-family: helvetica;
	color: #888888;
	font-size: 12pt;
}

h1{
	font-family: helvetica;
	color: #CCCCCC;
	font-size: 9pt;
	text-transform: uppercase;
}

h2{
	font-family: times;
	color: #CCCCCC;
	font-size: 12pt;
}

p1{
	text-align:justify;
	font-family: helvetica;
	color: #888888;
	font-size: 12pt;
	text-indent:25px;
}

s1{
	text-align:right;
	font-family: helvetica;
	color: #CCCCCC;
	font-size: 9pt;
}

b1{
	text-align: center;
	font-family: helvetica;
	color: white;
	font-size: 18pt;
}

t1{
	text-align: justify;
	font-family: helvetica;
	color: #000000;
	font-size: 7pt;
}

t2{
	text-align: justify;
	font-family: helvetica;
	color: #000000;
	font-size: 9pt;
}

table{
	border-style: none;
	border-width: none;
}

A:link    { color: #444444 }
A:active  { color: black }
A:visited { color: #333333 }
