/* CSS Document */
.Sec1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.Sec2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #0066CC;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

.Sec3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15pt;
	text-transform: uppercase;
}

/*
 * PK 08.02.05 
 * This style definition added because electra/presto layout engine does not place vertical space 
 * below <hr> elements. On some engines (trident) this /increases/ the native vertical spacing, 
 * while on others (electra/presto, etc.) it merely sets the vertical spacing.
 * The prefered way of displaying a property formatted rule, however is to use images/hr.gif
 *
*/

hr {
	margin-bottom: 8px;
}
