A {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif
}

A:link {
	color : #f65700;
	text-decoration : none;
}

A:visited {
	color : #f65700;
	text-decoration : none;
}

A:hover {
	color : #f65700;
	text-decoration : underline
}

A:active {
	color : #f65700;
	text-decoration : none;
}

A:link.high {
	color : #ffffff;
}

A:visited.high {
	color : #ffffff;
}

A:hover.high {
	color : #390c7b;
        text-decoration : none;
        background : #ffffff; 
}

A:link.top {
        color : #f88c12;
}

A:visited.top {
        color : #f88c12;
}

A:hover.top {
        color : #390c7b;
        text-decoration : none;
        background : #ffffff;
}

A:link.dark {
        color : #390c7b;
}

A:visited.dark {
        color : #390c7b;
}

A:hover.dark {
        color : #390c7b;
        text-decoration : underline
}

A:link.bodysmall {
        color : #f65700;
        text-decoration : none;
        font-family : Arial Narrow, Arial, Helvetica, sans-serif;

}

A:visited.bodysmall {
        color : #390c7b;
}

A:hover.bodysmall {
        color : #390c7b;
        text-decoration : underline
}



.top {
        font-family : Arial, Helvetica, sans-serif;
        color : #f88c12;
        font-size : x-small;
}

.red {
        font-family : Arial, Helvetica, sans-serif;
        color : #F80012;
        font-size : 12pt;
        font-weight : bold;
}

.high {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : xx-small;
        font-weight : bold;
}

.dark {
        font-family : Arial, Helvetica, sans-serif;
        color : #390c7b;
        font-size : 10pt;
        font-weight : bold;
}

.body {
	color : #000000;
	font-size : x-small;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 120%;
}

.bodysmall {
	color : #000000;
	font-size : xx-small;
	font-family : Arial, Helvetica, sans-serif; 
}

.fixed {
        color : #3366cc;
        font-size : x-small;
        font-family : Fixedsys, Courier;
}

.head {
        color : #f65700;
        font-size : small;
        font-family : Arial, Helvetica, sans-serif;
        font-weight : bold;
}

.head1 {
        color : #3a0d78;
        font-weight : bold;
        font-size : x-small;
        font-family : Arial, Helvetica, sans-serif;
}

.head2 {
        color : #3a0d78;
        font-weight : bold;
        font-size : small;
        font-family :  Arial, Helvetica, sans-serif;
        font-style : italic;
}


