/* CSS Document */


P {
	font-size : 10pt;
	font-family: Tahoma;
}
H2 { font-size : 10pt; }

a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

.text2 {
	font-family: Tahoma;
	font-size: small;
	color: #990000;
}

.title1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #0000033;
	font-weight: bold;
}

