/* Štruktúra stránky (div) */

BODY {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#all {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 1029px;
	float: left;
}

#left {
	 position: relative;
	 width: 28px;
	 height: 200px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/left.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

#center {
	 position: relative;
	 width: 972px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
}

#bottom {
	position: relative;
	width: 970px;
	left: 1px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: White;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	border: 0px;
	border-top: 1px solid white;
}

#right {
	 position: relative;
	 width: 29px;
	 float: right;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/right.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

#top {
	 position: relative;
	 width: 972px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
}

#topleft {
	 position: relative;
	 width: 473px;
	 height: 131px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_left.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}


           /* horna reklama */
#topright {
	 position: relative;
	 width: 499px;
	 height: 131px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_right.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

#topreklama {
	position: relative;
	left: 20px;
	top: 35px;
	width: 480px;
	padding: 0px;
	margin: 0px;
	float: left; 
}


          /* horne menu */
#topmenu {
	 position: relative;
	 width: 972px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
}

#menu1 {
	 position: relative;
	 width: 82px;
	 height: 26px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_menu_1.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

#menu2 {
	 position: relative;
	 width: 111px;
	 height: 26px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_menu_2.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

#menu3 {
	 position: relative;
	 width: 117px;
	 height: 26px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_menu_3.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

#menu4 {
	 position: relative;
	 width: 209px;
	 height: 26px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_menu_4.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

#menu5 {
	 position: relative;
	 width: 181px;
	 height: 26px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_menu_5.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

#menu6 {
	 position: relative;
	 width: 59px;
	 height: 26px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_menu_6.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

#menu7 {
	 position: relative;
	 width: 103px;
	 height: 26px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_menu_7.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

#menu8 {
	 position: relative;
	 width: 110px;
	 height: 26px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_menu_8.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

ul.topmenu {
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
}

li.topmenu {
   position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: White;
	letter-spacing: normal;
	text-align: center;
}

.topmenu a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: White;
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
}

.topmenu a:hover {
	font-weight: bold;
	color: #E69307;
}

          /* horna lista pre textovu reklamu */
#topline {
	 position: relative;
	 width: 972px;
	 height: 24px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/top_line.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}

.toplinetext {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: White;
	letter-spacing: normal;
}

       /* celkovy stred */
#main {
	 position: relative;
	 width: 972px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/bg_main.gif);
	 background-position: left top;
	 background-repeat: repeat-y;
}

           /* lave menu */
#mainleft {
	 position: relative;
	 width: 154px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/bg_left_menu.gif);
	 background-position: left top;
	 background-repeat: repeat-y;
}


#leftreklama {
	 position: relative;
	 left: 3px;
	 width: 145px;
	 margin: 0px;
	 margin-top: 35px;
	 padding: 0px;
	 float: left;
}


#mainlefttop {
	position: relative;
	width: 156px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(../image/left_menu_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#leftmenu {
   position: relative;
	left: 5px;
	padding: 0px;
	margin: 0px;
	float: left;
}

ul.leftmenu {
	padding: 0px;
	margin: 0px;
}

li.leftmenu {
   position: relative;
   width: 140px;
	height: 24px;
	padding: 0px;
	margin-top: 3px;
	list-style: none;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: White;
	letter-spacing: normal;
}

.leftmenu a {
	width: 140px;
	height: 24px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: White;
	text-indent: 10px;
	letter-spacing: normal;
	text-decoration: none;
	background-image: url(../image/bg_left_menu_a.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}

.leftmenu a:hover {
	width: 140px;
	height: 24px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	background-image: url(../image/bg_left_menu_b.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}


            /* stredovy obsah */
#maincenter {
	 position: relative;
	 width: 636px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
}

#maincenterin {
	position: relative;
	left: 8px;
	width: 620px;
	margin-top: 10px;
	margin-bottom: 8px;
	float: left;
}

#uvodtk {
  position: relative; 
  left: 30px; 
  width: 570px; 
  margin: 0px; 
  margin-top: 10px; 
  padding: 0px; 
  float: left;
}

.maintext {
   font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
}

.maintext a {
   font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #e2691E;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
}

.maintext a:hover {
	color: #425A26;
	font-weight: bold;
	text-decoration: none;
}


.maintext2 {
   font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #4A6266;
	font-weight: normal;
	letter-spacing: normal;
}

.maintext2 a {
   font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #964616;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
}

.maintext2 a:hover {
	color: #4A6266;
	font-weight: bold;
	text-decoration: none;
}

.maintextmini {
  font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
}

.maintextmini a {
  font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #e2691E;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
}

.maintextmini a:hover {
	color: #425A26;
	font-weight: normal;
	text-decoration: none;
}

B.maintexts {
   font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #777777;
	font-weight: bold;
	letter-spacing: normal;
}

ul.maintext {
   position: relative;
	padding: 0px;
	margin: 0px;
}

li.maintext {
	position: relative;
	left: 10px;
	padding: 0px;
	margin-top: 3px;
	list-style: none;
	list-style-type: none;
}


ul.maintextb {
   position: relative;
	left: 30px;
	padding: 0px;
	margin: 0px;
}

li.maintextb {
	position: relative;
	left: 10px;
	padding: 0px;
	margin-top: 3px;
	list-style: none;
	list-style-type: disc;
	color: #e2691e;	
}

B.space {
	font-family: Tahoma;
	font-size: 6px;
	line-height: 6px;
}

B.maintext {
   font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #0154B0;
	font-weight: bold;
	letter-spacing: normal;
}

B.maintext2 {
   font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #dd4E4E;
	font-weight: bold;
	letter-spacing: normal;
}

B.maintext3 {
   font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	letter-spacing: normal;
}

/* cena v inzeratu */
B.maintextbi {
  font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	font-weight: bold;
	letter-spacing: normal;
}

B.maintextri {
  font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #dd4e4e;
	font-weight: bold;
	letter-spacing: normal;
}

B.maintextgi {
  font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #61841c;
	font-weight: bold;
	letter-spacing: normal;
}
/* koniec cena v inzeratu */

B.maintextg {
  font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #61841c;
	font-weight: bold;
	letter-spacing: normal;
}

B.maintextr {
  font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #dd4e4e;
	font-weight: bold;
	letter-spacing: normal;
}

H2.uvod {
  position: relative;
  font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #0154B0;
	font-weight: bold;
	letter-spacing: normal;
	padding: 0px;
	margin: 0px;
}

H1.uvod {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
  font-family: Tahoma;
	font-size: 13px;
	line-height: 16px;
	color: #2f501a;
	font-weight: bold;
	letter-spacing: normal;
}

H1.maintext {
	position: relative;
	width: 98%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
   font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #587146;
	font-weight: bold;
	letter-spacing: normal;
	border-bottom: 1px solid #37611F;
}

H2.maintext {
   font-family: Tahoma;
	font-size: 14px;
	font-weight: bolder;
	color: #326601;
	line-height: 20px;
	text-align: center;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
}


             /* pravy stlpec */
#mainright {
	 position: relative;
	 width: 180px;
	 float: right;
	 margin: 0px;
	 padding: 0px;
}

DIV.mainlogright {
	position: relative;
	left: 2px;
	width: 175px;
	padding: 0px;
	margin-top: 15px;
	float: left;
	background-image: url(../image/bg_right_box.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

DIV.mainrekright {
	position: relative;
	width: 180px;
	padding: 0px;
	margin-top: 15px;
	float: left;
	text-align: center;
}

DIV.klientimage {
	position: relative;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 2px;
	float: left;
	border: 0px;
	border-right: 1px solid #7eaa33;
	border-bottom: 1px solid #7eaa33;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}



div.maintextright {
  position: relative;
	left: 8px;
	width: 160px;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: normal;
	color: #57862D;
}

.maintextright a {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: normal;
	color: #275600;
	text-decoration: none;
}

.maintextright a:hover {
	font-weight: normal;
	color: #E2691E;
	text-decoration: none;
}

input.loginput {
   width: 80px;
   font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #42651A;
	border: 1px solid #568125;
	background-color: transparent;
	margin: 2px;
	padding: 2px;
}

input.logbutton {
   width: 80px;
   font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
	border: 1px solid #668135;
	background-image: url(../image/bg_tlacitko_green.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	margin-top: 4px;
	padding: 1px;
}


       /* pravy tab */
#right {
	 position: relative;
	 width: 29px;
	 float: right;
	 margin: 0px;
	 padding: 0px;
	 background-image: url(../image/right.gif);
	 background-position: left top;
	 background-repeat: repeat-y;
}


          /* registracia noveho zakaznika  */
.reginput {
   width: 80px;
   font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #42651A;
	border: 1px solid #568125;
	background-color: White;
	margin: 2px;
	padding: 2px;
}

input.regbutton {
  font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: White;
	border: 1px solid #668135;
	background-image: url(../image/bg_tlacitko_green.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	margin-top: 4px;
	padding: 1px;
}


                  /* definícia modrého tlacitka */
input.adminbutton {
   font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
	border: 1px solid #668135;
	background-image: url(../image/bg_tlacitko_blue.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	margin-top: 4px;
	padding: 1px;
}


            /* definícia malého inputov*/
.inputsmall {
   width: 60px;
   font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #4A6266;
	border: 1px solid #4A6266;
	background-color: White;
	margin: 1px;
	padding: 1px;
}

input.buttonsmall {
   font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
	border: 1px solid #668135;
	background-image: url(../image/bg_tlacitko_blue.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}


/*  inpuit maintext */
input.maintext {
  font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #2f501a;
	border: 1px solid #999999;
	background-color: White;
	margin: 1px;
	padding: 1px;
}

input.butmaintext {
  font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #2f501a;
	border: 1px outset #999999;
	margin: 1px;
	padding: 1px;
}



B.odpoved {
	width: 620px;
	background-color: #CBE29E;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
	display: block;
}


div.inzerat {
	position: relative;
	width: 200px;
	height: 430px;
	float: left;
	margin: 0px;
	margin-right: 4px;
	margin-top: 5px;
	padding: 0px;
	padding-top: 3px;
   font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
}

.inzerat a {
  font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	col25A26;
	font-weight: normal;
	text-decoration: none;
}

div.inzeratuser {
	position: relative;
	width: 200px;
	height: 450px;
	float: left;
	margin: 0px;
	margin-right: 4px;
	margin-top: 5px;
	padding: 0px;
	padding-top: 3px;
   font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
}

.inzeratuser a {
  font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #e2691E;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
}

.inzeratuser a:hover {
	color: #425A26;
	font-weight: normal;
	text-decoration: none;
}

.detaillink {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #4C6B0C;
	letter-spacing: normal;
	text-align: center;
}

.detaillink a {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #62841E;
	letter-spacing: normal;
	text-align: center;
	text-decoration: underline;
}

.detaillink a:hover {
	font-weight: bold;
	color: #E3732F;
	text-decoration: underline;
}

DIV.inzeratpopis {
	position: relative;
	left: 5px;
	width: 190px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
}


DIV.inzeratb {
	position: relative;
	width: 200px;
	height: 330px;
	float: left;
	margin: 0px;
	margin-rier;
}


DIV.inzeratb {
	position: relative;
	width: 200px;
	height: 330px;
	float: left;
	margin: 0px;
	margin-right: 4px;
	margin-top: 5px;
	padding: 0px;
	padding-top: 3px;
   font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
}

.inzeratb a {
  font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #e2691E;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
}

.inzeratb a:hover {
	color: #425A26;
	font-weight: normal;
	text-decoration: none;
}


div.katalog {
	position: relative;
	width: 200px;
	height: 410px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
  font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
}

.katalog a {
  font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #e2691E;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
}

.katalog a:hover {
	color: #425A26;
	font-weight: normal;
	text-decoration: none;
}

DIV.katalog_popis {
	position: relative;
	left: 10px;
	width: 180px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
}

div.odpoved {
	position: relative;
	width: 620px;
	float: left;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #a8b876;
	border-top: 1px solid #a8b876;
   font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
}

B.odpoved {
	width: 620px;
	background-color: #CBE29E;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #2F501A;
	font-weight: normal;
	letter-spacing: normal;
	display: block;
}

.odpoved a {
  font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #e2691E;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
}

.odpoved a:hover {
	color: #425A26;
	font-weight: bold;
	text-decoration: none;
}

/*  inpuit maintext */
input.maintext {
  font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #2f501a;
	border: 1px solid #999999;
	background-color: White;
	margin: 1px;
	padding: 1px;
}

input.butmaintext {
  font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #2f501a;
	border: 1px outset #999999;
	margin: 1px;
	padding: 1px;
}

select.maintext {
  font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #2f501a;
	border: 1px solid #999999;
	background-color: White;
	margin: 1px;
	padding: 1px;
}

#printb {
	color: black;
}

@media print {
  #printb  {
	  display:		none;
  }
}

#clareot1{
	 position: relative;
	 top:2px;
	 left:10px;	 
	 width: 600px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
}
ul.clareot1{
	padding: 0px;
	margin: 0px;
}

li.clareot1 {
   list-style: none;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Times New Roman;
	font-size: 9px;
	font-weight: bold;
	color: white;
	letter-spacing: normal;
}


.clareot1 a {
	font-family: Tahoma, Times New Roman;
	font-size:9px;
	font-weight: normal;
	line-height: 10px;
	color: white;
	letter-spacing: normal;
	text-decoration: none;
}


.clareot1 a:hover {
	font-weight: normal;
		color: orange;
	text-decoration: none;
}
#clareot2{
	 position: relative;
	 top:2px;
	 left:110px;	 
width:500px;
	 float: RIGHT;
	 margin: 0px;
	 padding: 0px;
}
ul.clareot2{
	padding: 0px;
	margin: 0px;
}

li.clareot2 {
   list-style: none;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Times New Roman;
	font-size: 9px;
	font-weight: normal;
	color: white;
	letter-spacing: normal;
}


.clareot2 a {
	font-family: Tahoma, Times New Roman;
	font-size:9px;
	font-weight: normal;
	line-height: 10px;
	color: white;
	letter-spacing: normal;
	text-decoration: none;
}


.clareot2 a:hover {
	font-weight: normal;
		color: orange;
	text-decoration: none;
}

/*------------------ righttext*/
span.righttext {
  font-family: tahoma;
  font-size: 11px;
  line-height: 14px;
  color: #177ebe;
}

strong.orange {
  color: #ef7300;
}

strong.uppercase {
	text-transform: uppercase;
}

.tdc {
 text-align: center;
}
