BODY {
	background-color: White;
}

A:LINK, A:VISITED, A:ACTIVE {
	color: Blue;
	background : transparent;
	text-decoration : none;
}

P {
	font : 7pt Tahoma, "Bookman Old Style", sans-serif;
	color : Black;
	background-color : transparent;
}

A:HOVER {
	background: transparent;
	color : Purple;
	text-decoration : none;
}

DIV.title {
	font : 13pt Tahoma, "Bookman Old Style", sans-serif;
	color : Black;
	font-weight : bold;
	background-color : transparent;
}

DIV.head1 {
	font : 17pt Tahoma, "Bookman Old Style", sans-serif;
	color : Black;
	background-color : transparent;
}

DIV.head2 {
	font : bold 23pt Tahoma, "Bookman Old Style", sans-serif;
	color : Black;
	background-color : transparent;
}

TABLE.special {
    background-color: White;
	width : 100%;
	text-align : center;
	border : thin solid #6699CC;
}
TD.norm {
	border : thin solid #6699CC;
	background-color : White;
}

TD.caption {
	background-color : #6699CC;
	color : White;
	font-weight : bold;
	border : thin groove Black;
}

DIV.tinytext {
	background-color : transparent;
	font-size : 6pt;
	color : Black;
	font-family : Tahoma, "Bookman Old Style", sans-serif;
}

DIV.title2 {
	font : 11pt Tahoma, "Bookman Old Style", sans-serif;
	color : Black;
	font-weight : bold;
	background-color : transparent;
}

