/*	Anchors 	*/

A:active {
    color: 		green;
    background: 	transparent;
}
A:link {
    color:      	#A68304;
    background: 	transparent;
}
A:visited {
    color:		red;
    background: 	transparent;
}
A.no:active {
    color: 		#8D1573;
    background: 	transparent;
}
A.no:link {
    color:      	#8D1573;
    background: 	transparent;
}
A.no:visited {
    color:		#8D1573;
    background: 	transparent;
}

/*	Main Elements 	*/

BODY {
    color: 		#8D1573;
    font-family: 	Times;
    font-size: 		12pt;
    /*background:		#FFFFDD;*/
    background:		white;
}
* {
    color:		inherit;
}
.emphasize {
    font-style:		italic;
}
.nb {
    color:		red;
}
.important {
    color:		#a8a800;
}
/*.sc {
    type-variant:	small-caps;
}*/
.tight {
    margin-top:		0ex;
    margin-bottom:	0ex;
    padding-top:	0ex;
    padding-bottom:	0ex;
}
HR.tight {
    margin-top:		0ex;
    margin-bottom:	0ex;
    padding-top:	0ex;
    padding-bottom:	0ex;
}
INPUT.rowon {
    color:		black;
    background:		#ffffdd;
}
INPUT.rowoff {
    color:		black;
    background:		#cccc99;
}
TR.rowon {
    color:		black;
    background:      	#ffffdd;
}
TR.rowoff {
    color:		black;
    background:		#cccc99;
}
TR.plain {
    color:		black;
    background:		transparent;
}
TR.windup {
    color:		yellow;
    background:		#0000FF;
}
TR.special {
    color:		black;
    background:		#E5E5C6;
}
TR.visit {
    color:		black;
    background:		#E6E6E6;
}
TR.regular {
    color:		black;
    background:		#FFFFDD;
}
SPAN.executive {
    color:		blue;
    font-size:		90%;
    font-style:		italic;
    background:		transparent;
}
TR.executive {
    color:		blue;
    font-size:		90%;
    font-style:		italic;
    background:		transparent;
}
TR.shade {
    color:		black;
    background-color:	#F0F0F0;
}
TR.spacer {
    background-color:	black;
}
.center {
    text-align:		center;
}
.indent {
    margin-left:	3em;
    margin-right:	3em;
}
.blockcenter {
    font-size:		80%;
    margin-top:		0ex;
    margin-bottom:	0ex;
    padding:		0mm;
    margin-left:	20%;
    margin-right:	20%;
}
.size {
    color:		#FF9747;
}
.bonw {
    color:		black;
    background:		white;
}
.gong {
    background:		#7D7D27;
    color:		#FFEAAC;
}
.error {
    background:		gold;
    color:		black;
    border:		3px solid #78467E;
}
.standout {
    background:		white;
    border:		3px solid #78467E;
}
.gapafter {
    margin-bottom:	1ex;
}
.gapover {
    margin-top:		1ex;
}
.spaced {
    margin-bottom:  	2ex;
    margin-top:  	2ex;
}
.bounded  {
    margin-bottom:	2ex;
    margin-left:	2em;
    margin-right:	2em;
    margin-top:		2ex;
}
.large {
    font-size: 		140%;
}
.small {
    font-size: 		80%;
}
/*
SPAN.tiny {
    font-size: 		9pt;
    line-height:	10pt;
}
TD.tiny {
    font-size: 		9pt;
    line-height:	10pt;
}
TD.tiny {
    font-size: 		9pt;
    line-height:	10pt;
}
*/
.tiny {
    font-size: 		9pt;
    line-height:	10pt;
}
.tt {
    font-family: 	Courier;
    font-style:  	normal;
}
.tti {
    font-family: 	Courier;
    font-style:  	italic;
}
