/* CSS for www.sfelix.ch */

.HEADER
{
    FONT-SIZE: large;
    FONT-WEIGHT: bolder;
    LINE-HEIGHT: 100%
}
.SUBHEADER
{
    FONT-SIZE: medium;
    FONT-STYLE: italic;
    FONT-WEIGHT: bolder;
    LINE-HEIGHT: 10%
}
TD
{
	font-size: x-small;
	font-family: Verdana;
}
.SELECTED
{
    BACKGROUND: yellow
}
P
{
	font-size: xx-small;
	background: none transparent scroll repeat 0% 0%;
	color: #333333;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #333333;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

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

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

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

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

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	font-size: x-small;
	list-style-type: square;
}

UL LI LI
{
	font-size: x-small;
	list-style-type: disc;
}

UL LI LI LI
{
	font-size: x-small;
	list-style-type: circle;
}

OL LI
{
	font-size: x-small;
	list-style-type: decimal;
}

OL OL LI
{
	font-size: x-small;
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	font-size: x-small;
	list-style-type: lower-roman;
}
IMG
{
	margin-top: 0px;
	margin-left: 0px;
	border-top-style: none;
	margin-right: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.SFLabel
{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
