BODY {
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	color : #004a61;
	margin : 0;
}

A:link, A:visited, A:active, A:hover {
	COLOR: #0066FF;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}

P {
	TEXT-ALIGN: justify
}
P.right {
	TEXT-ALIGN: right
}
P.hilite {
	COLOR: #0066FF;
}

B.center {
	COLOR: #ee9b1c;
	TEXT-ALIGN: center
}
U {
	COLOR: #0066FF;
	TEXT-ALIGN: justify;
	TEXT-DECORATION: none
}

H1 {
	FONT-WEIGHT: bold;
	background : url(/images/bg_title.gif) no-repeat left;
	padding-left : 32px;
	font-size : 190%;
}

H2 {
	font-weight : bold;
	background : url(/images/bg_title.gif) no-repeat left;
	padding-left : 32px;
	font-size : 130%;
}

H2.akce {
	font-size : 150%;
	color : Red;
}

H3 {
	font-weight : bold;
	margin-bottom : 12pt;
	font-size : 100%;
}

.blue {
	color : #3366FF;
}

OL {
	COLOR: #336666;
	TEXT-ALIGN: justify
}
UL {
	COLOR: #336666;
	TEXT-ALIGN: justify
}

.centered{
	text-align: center;
}

.input  {
	COLOR: black;
	background-color: #cccccc
}
.button {
	background-color: #9999FF;
	border: 1 solid #000000
}

#page {
	width : 450pt;
}

.signif {
	color : Red;
}

TABLE.slevy {
	border : solid Black;
	border-width : 2px 2px 1px 1px;
}
.slevy TH {
	border : solid black;
	border-width : 0 0 2px 1px;
	background-color : #CC99FF;
}
.slevy TD {
	border : solid black;
	border-width : 0 0 1px 1px;
}
.slevy TD.uline {
	border-bottom-width : 2px;
}
.slevy TD.leftClass {
	background-color : #99CCFF;
	text-align : center;
	vertical-align : middle;
}
.slevy TD.innerClass {
	background-color : #CCFFCC;
	vertical-align : top;
}
.slevy TD.leftClass .signif {
	font-weight : bold;
	color : Red;
}
.slevy TD.innerClass .signif {
	font-weight : bold;
	color : Blue;
}
.slevy TD.price {
	text-align : right;
	font-weight : bold;
	color : Red;
}