A {
	color : #66CC33;
	text-decoration : none;
	font-size : 10pt;
	font-weight: 600;
}

A:LINK #33FF33{
	color: #66CC33;
	font-weight: 600;
}

A:HOVER {
	color : Fuchsia;
	text-decoration : underline;
}

A:VISITED {
	color : #FF9933;
	text-decoration : none;
	font-weight: 600;
}

BODY {
	color : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

DIV.menu {
	font: bold;
	font-size: 10pt;
	color: lime;
}

DIV.A {
	font: bold;
	font-size: 10pt;
	color: lime;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Blue;
	font-weight: bold;
}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Green;
	font-weight: 600;
}

H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Green;
	font-style : italic;
}

H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	font-weight: normal;
	font-style : italic;
}

H1.menu {
	color: White
}

LI {
    color : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

P {
	color : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

P.contrast {
	color: White;
	font-size: 8pt;
	text-align: center;
}

P.note {
	font-size: 8pt;
	font-style: italic;
}

P.center {
	text-align: center;
}

P.title {
	font-size: 11pt;
	font-weight: 800;
	color: Black;
	text-align: center;
}

STRONG {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: Red;
}

TABLE.pedigree {
	border : 2x solid green;
	width : 400;
	font-size: 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
}

TABLE.list {
	border: 1x solid green;
	width : 300;
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

TD.pedigree {
	border: 1x solid;
	border-color: green;
	width: 110;
	height: 30px;
}

TD.champ {
	border: 1x solid;
	border-color: green;
	width: 110;
	font-size: 8pt;
	color: red;
}


