body
	{ font-family: verdana, arial, sans-serif; font-size: 8pt; color: #606060; background-color: #CACACA; }

td
	{ font-family: verdana, arial, sans-serif; font-size: 8pt; color: #606060; }

strong
	{ color: #000000; }



.biggest
	{ font-family: verdana, arial, sans-serif; font-size: 16pt; }

.bigger
	{ font-family: verdana, arial, sans-serif; font-size: 12pt; }

.big
	{ font-family: verdana, arial, sans-serif; font-size: 10pt; }

.small
	{ font-family: arial, sans-serif; font-size: 7pt; }



.doublespace
	{ line-height: 150%; }



.red
	{ color: #c00000; }

.orange
	{ color: #FF8A01; }

.darkblue
	{ color: #4379CB; }

.light
	{ color: #888; }

.black
	{ color: #000000; }

.white
	{ color: #ffffff; }


a
	{ color: #0000ff; text-decoration: none; }
a:hover
	{ color: #ff0000; text-decoration: underline; }
a:active
	{ color: #0000ff; text-decoration: underline; }
a:visited
	{ color: #2020a0; text-decoration: none; }
a:visited:hover
	{ color: #ff0000; text-decoration: underline; }


a.ab
	{ color: #0000ff; text-decoration: none; }
a.ab:hover
	{ color: #ff0000; text-decoration: underline; }
a.ab:active
	{ color: #0000ff; text-decoration: underline; }
a.ab:visited
	{ color: #0000ff; text-decoration: none; }
a.ab:visited:hover
	{ color: #ff0000; text-decoration: underline; }



a img
	{ border-color: #2020ff; text-decoration: none; }
a:hover img
	{ border-color: #ffff00; text-decoration: underline; }
a:active img
	{ border-color: #ff0000; text-decoration: underline; }
a:visited img
	{ border-color: #80a0e0; text-decoration: none; }
a:visited:hover img
	{ border-color: #ffff00; text-decoration: underline; }



/***************/
/* IMAGE FADER */
/***************/
#fader      { position: relative; overflow: hidden; width: 345px; height: 525px; background: #fff;  }
#fader img  { position: absolute; top: 0px; left: 0px; }
.image_first { z-index: 2; }
.image_other { z-index: 1; display: none; }

