.HIDE {
	display: none;
}
.SHOW {
	display: ;
}

BODY {
	margin: 0px;
	background : #FFFFFF;   
	font-family : Tahoma;
	font-size: 10pt;
	color: #000000;
}
BODY.base {
	text-align:center;
	background-color:#DDDDDD;
}


TABLE {
	font-size: 10pt;
}

TR.reverse {
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
}

TH {
	font-weight: bold;
	text-align: left; 
}

TD, TR {
	text-align: left; 
}
TD.header {
	width:100%;
	height:140px;
	background-image: url(../images/bgHead.jpg);
}
TD.headerIntro {
	width:100%;
	height:325px;
	background-image: url(../images/bgHeadIntro.jpg);
}
TD.menu {
	width:100%;
	height:25px;
	vertical-align:middle;
	background-color:#FF0000;
	color:#FFFFFF;
}
TD.contentMSIE {
	width:100%;
	height:400px;
	vertical-align:top;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFF00', EndColorStr='#FF6600');
}
TD.content {
	width:100%;
	height:400px;
	vertical-align:top;
	background-color:#FFFF00;
}
TD.contentIntroMSIE {
	width:100%;
	height:215px;
	vertical-align:top;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFF00', EndColorStr='#FF6600');
}
TD.contentIntro {
	width:100%;
	height:215px;
	vertical-align:top;
	background-color:#FFFF00;
}
TD.footer {
	width:100%;
	height:25px;
	text-align:center;
	vertical-align:middle;
	background-color:#FF0000;
	color:#FFFFFF;
}

INPUT, SELECT, TEXTAREA {
	font-size: 10pt;
	font-family : Tahoma;
}
INPUT.btn {
	font-weight: normal;
	width: 100px;
	height: 25px;
	margin:3px;
}

H1  {
	font-family : Verdana;
	font-size   : 10pt;
	line-height : 10pt;
	margin-top : 0;
	margin-bottom : 0;
}
H2  {
	font-family : Verdana;
	font-size   : 12pt;
	line-height : 12pt;
	margin-top : 0;
	margin-bottom : 0;
}
H3  {
	font-family : Verdana;
	font-size   : 20pt;
	line-height : 20pt;
	margin-top : 0;
	margin-bottom : 0;
}

A  {
	color : #FF0000;
	font-weight : normal;
	font-style : normal; 
	font-size : 10pt;
	text-decoration : underline;    
}
A:hover  {
	color : #FF0000;
	font-weight : normal; 
	font-style : normal;
	font-size : 10pt;
	text-decoration : underline;    
}
A:Visited  {
	color : #FF0000;
	font-weight : normal;
	font-style : normal;
	font-size : 10pt;
	text-decoration : none;
}
A.invert  {
	color : #FFFFFF;
	font-weight : normal;
	font-style : normal; 
	font-size : 10pt;
	text-decoration : underline;
}
A.invert:hover  {
	color : #FFFFFF;
	font-weight : normal; 
	font-style : normal;
	font-size : 10pt;
	text-decoration : underline;
}
A.invert:Visited  {
	color : #FFFFFF;
	font-weight : normal;
	font-style : normal;
	font-size : 10pt;
	text-decoration : underline;
}
A.nodeco  {
	color : #000000;
	font-weight : bold;
	font-style : normal; 
	font-size : 12pt;
	text-decoration : none;
}
A.nodeco:hover  {
	color : #000000;
	font-weight : bold;
	font-style : normal;
	font-size : 12pt;
	text-decoration : none;
}
A.nodeco:Visited  {
	color : #000000;
	font-weight : bold;
	font-style : normal;
	font-size : 12pt;
	text-decoration : none;
}
A.menu  {
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal; 
	font-size : 10pt;
	text-decoration : none;
	margin-left:10px;
	margin-right:10px;
}
A.menu:hover  {
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal; 
	font-size : 10pt;
	text-decoration : none;
	margin-left:10px;
	margin-right:10px;
}
A.menu:Visited  {
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal; 
	font-size : 10pt;
	text-decoration : none;
	margin-left:10px;
	margin-right:10px;
}
A.imgPreview  {
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal; 
	font-size : 8pt;
	text-decoration : none;
}
A.imgPreview:hover  {
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal; 
	font-size : 8pt;
	text-decoration : none;
}
A.imgPreview:Visited  {
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal; 
	font-size : 8pt;
	text-decoration : none;
}
A.kotva  {
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal; 
	font-size : 8pt;
	text-decoration : none;
}

IMG {
	border:0;
}
IMG.imgPreview {
	border:2px solid #FF0000;
	margin:5px;
	margin-left:0px;
}
IMG.doc {
	border-top : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 5px solid #000000;
	border-bottom : 5px solid #000000;
}

P.header	{
	font-size:14px;
	font-weight:bold;
	margin:10px;
	margin-bottom:5px;
	background-color:#000000;
	color:#FFFFFF;
	padding:2px;
	padding-left:5px;
}
P.header2	{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	background-color:#000000;
	color:#FFFFFF;
	padding:2px;
	padding-left:5px;
}
p.footer{
	width:100%;
	height:25px;
	text-align:center;
	vertical-align:middle;
	background-color:#FF0000;
	color:#FFFFFF;
	margin:0;
	padding:3px;
}