<STYLE>

a {
	color : #006699;
	text-decoration : underline;
}

a:active {
	color : #000000;
	text-decoration : underline;
}

a:hover {
	color : red;
	text-decoration : underline;
}


a.fatWhite {
	color : #FFFFFF;
	text-decoration : underline;
	font-weight: bold;
	line-height : 20px;
}

a:active.fatWhite {
	color : #FFFFFF;
	text-decoration : underline;
}

a:hover.fatWhite {
	color : #FFFFFF;
	text-decoration : underline;
}


body,table,td,p,div,blockquote,ol,li {
	color : navy;
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
}

H1 {
	font-family:Verdana, Arial, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:purple;
}

H2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:blue;
}

H3 {
	font-family:Verdana, Arial, sans-serif;
	font-size:10pt;
	color: #006699;
}

th {
	color : #000000;
	font-family : Tahoma, sans-serif;
	font-size : 10pt;
	text-align: left;
	font-weight: bold;
}

b, strong {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}

.smallerText {
	color : #434eb0;
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}

.smallestText {
	color : #434eb0;
	font-family : Verdana, Arial, sans-serif;
	font-size : 7pt;
	font-weight : bold;
}

.littleBlack {
	color : black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;

}

.greatestText {
	color : #434eb0;
	font-family : Verdana, Arial, sans-serif;
	font-size : 26pt;
	font-weight : bold;
}

.greaterText {
	color : #434eb0;
	font-family : Verdana, Arial, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}

.mediumText {
	color : #434eb0;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11pt;
	font-weight : bold;
}

.littleText {
	color : #434eb0;
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}


.alignRight {
	text-align : right;
}

.relatedCode {
	color : navy;
	font-family : "Courier New", monospace;
	font-size : 9pt;

}

.fixedText {
	color : black;
	font-family : "Courier New", monospace;
	font-size : 9pt;
	font-weight : bold;
}

.buttons {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background: #434eb0;
	cursor: hand;
}

.buttons_1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: navy;
	background: #17B9E8;
	cursor: hand;
}

.buttons_2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: yellow;
	background: #17B9E8;
	cursor: hand;
}

</style>