/* File $Workfile: jfwg_common.css $ */
/* $Archive: /IMatch/scripts/WebGallery/jfwg_common.css $ */
/* Last changed by $Author: Jürgen Failenschmid $ */
/* Last modified   $Modtime: 9/14/03 4:02p $ */
/* Last checked in $Date: 9/14/03 5:43p $ */
/* $Revision: 8 $ */

BODY {
	background-color : White;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:LINK {
		font-style : normal;
		text-decoration : underline;
		color : red;
}

A:VISITED {
		font-style : normal;
		text-decoration : underline;
		color : blue;
}
	
A:HOVER {
	font-style : normal;
	text-decoration : none;
	color : black;
	background-color : Yellow;
}

TD {
	font-size : 10pt;
	vertical-align: top;
}

LI {
	padding-bottom: 0.6em;
}

H1, H2, H3, H4 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1
{
	font-size : 16pt;	
	font-weight : bold;
}
H2
{
	font-size : 14pt;	
	font-weight : bold;
}
H3
{
	font-size : 12pt;
	font-weight : bold;
}
H4
{
	font-size : 10pt;
	font-weight : bold;
}
.Script
{
	font-family : monospace;
	color : #333399;
}
.Warning
{
	font-weight : bold;
	color : red;
}
.Caption
{
	font-style: italic;
	font-size: smaller;
	font-variant: small-caps;
	padding-bottom: 5px;
}
span.charscript
{
	font-family : monospace;
	color : #333399;
}
span.jf-extension 
{ 
	background-color: #D8D8D8;
}
span.jf-extension-script
{
	font-family : monospace;
	color : #333399;
	background-color: #D8D8D8;
}