/*
	original colour value used in h1, h2, h3, p, .body, dt, li & pre
	color: #0A6CCE;

	separator colours: #00aaee
 */
h1
{
	font-family: Tahoma;
	font-size: 14;
	color: SteelBlue;
}

h2
{
	font-family: Tahoma;
	font-size: 12;
	color: SteelBlue;
}

h3
{
	font-family: Tahoma;
	font-size: 12;
	color: SteelBlue;
	text-indent: 10;
}

h4
{
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12;
}

p
{
	font-family: Tahoma;
	color: SteelBlue;
	font-size: 12;
}

p.head
{
	font-weight: bold;
	color: #FFFFFF;
}

p.pkgHd
{
	font-weight: bold;
}

.pkgSubHd
{
	padding-left: 16;
	font-weight: bold;
}

.pkgs
{
	padding-left: 22;
	font-weight: normal;
}

a
{
	font-family: Tahoma;
	font-size: 12;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	font-family: Tahoma;
	font-size: 12;
	text-decoration: none;
	color: #BFBFFF;
}

.body
{
	color: SteelBlue;
	text-decoration: underline;
}

.right
{
	text-align: right;
}

dt
{
	font-family: Tahoma;
	font-size: 12;
	font-weight: bold;
	color: SteelBlue;
}

li
{
	font-family: Tahoma;
	color: SteelBlue;
	font-size: 12;
}

pre
{
	color: SteelBlue;
	margin-left: 25;
	margin-right: 25;
}
