A{
	color: #333399
}

A:ACTIVE {
	color: #CC6666
}

A:LINK {
	color: #333399
}

A:VISITED {
	color: #6666CC
}

B {
	font-weight : bold;
}

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	background : #FFFFFF;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 22pt;
	font-weight : normal;
	color: #666699;
}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : normal;
	color: #000000;
}

H3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : normal;
	color: #666699;
	font-stretch : inherit;
	text-transform : capitalize;
}

H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	color: #000000
}

P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : normal;
}

.stretch5 {
	letter-spacing : 5px;
}

.stretch4 { 
	letter-spacing : 4px;
}

.stretch3 { 
	letter-spacing : 3px;
}

.blue {
	background : #666699;
	color: #FFFFFF;
	font-size : 14pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/HexsBlue.gif);
}

.purple {
	background : #996699;
	color: #FFFFFF;
	font-size : 14pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/HexsPurp.gif);
}

.green{
	background : #669966;
	color: #FFFFFF;
	font-size : 14pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/HexsGreen.gif);
}

.gray{
	background : #666666;
	color: #FFFFFF;
	font-size : 14pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/HexsGray.gif);
}

.white {
	color: #FFFFFF;
}

.tgreen {
	color: #669966;
	font-weight: bold;
}

.subscript { 
	vertical-align: sub; 
	font-size: 8pt;
}

.superscript {
	vertical-align: super;
	font-size: 8pt;
}

.symbol{
	font-family: Symbol;
}