@charset "windows-1251";
/* CSS Document */
 
.sec_banner img{
   border:0px;
}

.thumbwrapper .highslide {
	outline: none;
}
.textwrapper .highslide {
	font-size: 11pt; 
	text-decoration: none;
	display: block; 
	text-align: center;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
	cursor: url(/script/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide:hover img {
	border: 0px solid silver;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-top: none;
    padding: 0 10px 10px 10px;
    background-color: white;
    text-align: justify;
}
.highslide-dimming {
	background: black;
	position: absolute;
	width: 100%;
	visibility: hidden;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/script/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
a.highslide-full-expand {
	background: url(/script/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 44px;
	height: 44px;
}
.highslide-overlay {
	display: none;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-previous-next {
    text-align: center;
    padding-bottom: 5px;
}
.highslide-previous-next a {
	font-size: 7pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    color: white;
    padding: 0 20px;
}
.highslide-html {
	border: 1px solid white;
    background-color: white;
}
.highslide-html-blur {
    border: 1px solid silver;
}
.highslide-html-content {
	position: absolute;
    display: none;
}

/* Self rendering */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
	position: relative;
	top: 0.5em;
	left: 0.5em;
}
.highslide-wrapper .highslide-body {
}

/* Individual CSS-classes: no border */
.highslide-no-border {
	background-color: gray;
}
.highslide-no-border .highslide-image {
	border: none;
	border-bottom: 1px solid white;
	
}
.highslide-no-border .highslide-html {
	border: none;
	
}
.highslide-no-border .highslide-caption {
	border: none;
    border-bottom: 1px solid white;
    background-color: gray;
	color: white;
}
.highslide-no-border .highslide-caption code {
    color: white;
}

/* Individual CSS-classes: white */
.highslide-white {
	background-color: white;
}
.highslide-white .highslide-image {
	border: 5px solid white;
	
}
.highslide-white .highslide-caption {
	background-color: white;
}
.highslide-white .control, .highslide-white .control * {
	color: #666;
}
.highslide-white .highslide-html {
    border: 2px solid white;
}

/* Individual CSS-classes: glossy-dark */
.glossy-dark {
	background-color: #101010;
}
.glossy-dark .highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: black black #202020 black;
}
.glossy-dark .highslide-caption {
	background: #101010;
	padding: 5px 0 5px 0;
}
.glossy-dark div {
	color: silver;
}

/* Individual CSS-classes: narrow border */
.highslide-narrow-border {
	background: white;
}
.highslide-narrow-border .highslide-image {
	border: 2px solid white;
}
.highslide-narrow-border .highslide-caption {
	background-color: white;
}



/* Individual CSS-classes: black border */
.highslide-black-border {
	background: white;
}
.highslide-black-border .highslide-image {
	border: 2px solid #655F2F;
}
.highslide-black-border .highslide-caption {
	border: 2px solid #655F2F;
	border-top: none;
	background-color: white;
	color: #333;
}

/* Individual CSS-classes: specified blur style */
.highslide-blur-example .highslide-image-blur {
    border-color: silver;
}

.highslide-blur-example .highslide-caption-blur {
    border-color: silver;
}

.html-header {
	background-image: url(highslide/graphics/header-background.gif);
	cursor: default;
	height: 18px;
	padding: 2px;
}
.highslide-html-blur #highslide-html-7-header {
	background-image: url(highslide/graphics/header-background-blur.gif); 
	height: 18px;
	padding: 2px;
}


/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Controlbar example */
.controlbar2 {	
	margin-left: 60px;
	background: url(highslide/graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar2 a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Controlbar example */
.controlbar5 {	
	background: url(highslide/graphics/controlbar5.gif);
	width: 83px;
	height: 18px;
	float:right;
}
.controlbar5 a {	
	display: block;
	float: left;
	height: 18px;
}
.controlbar5 a:hover {
	background-image: url(highslide/graphics/controlbar5-hover.gif);
}
.controlbar5 .previous {
	width: 20px;
}
.controlbar5 .next {
	width: 20px;
	background-position: -20px 0;
}
.controlbar5 .highslide-move {
	width: 20px;
	background-position: -40px 0;
}
.controlbar5 .close {
	width: 20px;
	background-position: -60px 0;
}

/* Put these last in your highlide-related CSS */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
body {
	padding:0;
	margin:0;
	background-color: #FFFFFF;
            background: #07b3e5 url(../images/body_bg.jpg) left top  repeat-x;
}

.all{
	position:relative;
	padding:0;
	margin:0;
	width:1000px;
}

.top{
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height:338px;
	padding:0;
	margin:0;
}

.body_all{
	position:relative;
	float:left;
	width:1000px;
	padding:0;
	margin: 0;
/*	background: #07b3e5 url(../images/body_all_bg.jpg) left top  repeat-x;*/
}	

/* --------------------------------------------  FIRST ------------------------------------------*/

.first{
	position:relative;
	float:left;
	width:247px;
	padding:20px 0 0 0;
	margin:0;
	font: 12px Arial;
}

.sub{
	position:relative;
	float:right;
	height:34px;
	width:242px;
	padding:0;
	margin:0 0 3px 0;
	filter:expression(fixPNG(this));
	cursor:pointer;
	cursor:hand;
}

.menu_kyl{
	background: url(../images/menu_kyl.png) right top no-repeat;
}

.menu_dryk{
	background: url(../images/menu_dryk.png) right top no-repeat;
}

.menu_konf{
	background: url(../images/menu_konf.png) right top no-repeat;
}

.menu_calc{
	background: url(../images/menu_calc.png) right top no-repeat;
}

.menu_cont{
	background: url(../images/menu_cont.png) right top no-repeat;
    cursor: default;
}

.menu_faq{
	background: url(../images/menu_faq.png) right top no-repeat;
}

.menu_conwin{
	background: url(../images/menu_conwin.png) right top no-repeat;
}

.menu_pnev_konstr{
	background: url(../images/menu_pnev_konstr.png) right top no-repeat;
}

.menu_spec_prop{
	background: url(../images/menu_spec_prop.png) right top no-repeat;
}




.menu_kylY{
	background: url(../images/menu_kylY.png) right top no-repeat;
}

.menu_drykY{
	background: url(../images/menu_drykY.png) right top no-repeat;
}

.menu_konfY{
	background: url(../images/menu_konfY.png) right top no-repeat;
}

.menu_calcY{
	background: url(../images/menu_calcY.png) right top no-repeat;
}

.menu_contY{
	background: url(../images/menu_contY.png) right top no-repeat;
    cursor: default;
}

.menu_faqY{
	background: url(../images/menu_faqY.png) right top no-repeat;
}

.menu_conwinY{
	background: url(../images/menu_conwinY.png) right top no-repeat;
}

.menu_pnev_konstrY{
	background: url(../images/menu_pnev_konstrY.png) right top no-repeat;
}

.menu_spec_propY{
	background: url(../images/menu_spec_propY.png) right top no-repeat;
}





.sec_cont div font{
	font-family: Arial;
}

.first_txt{
	position:relative;
	float:left;
	width:225px;
	padding:5px 10px 7px 10px;
	margin:0;
	text-align:left;
	font: 12px Arial;
	color:#fffc00;
	text-align:left;
	width:expression('240');
}

.menu_mail{
	font: 12px Arial;
	color:#fffc00;
	text-decoration:none;
}

.menu_mail:Hover{
	font: 12px Arial;
	color:#fff;
	text-decoration:underline;
}

.first_calc{
	position:relative;
	float:left;
	height:172px;
	width:105px;
	padding:0;
	margin:5px 0 0 0;
	background: url(../images/calc.png) center center no-repeat;
	filter:expression(fixPNG(this));
	cursor:pointer;
	cursor:hand;
}

.first_calc_temp{
	position:relative;
	float:left;
	height:172px;
	width:88px;
	padding:0;
	margin:5px 0 0 0;
}

.first_lang{
	position:absolute;
	top:-28px;
	left:35px;
	width:175px;
	height:48px;
}

.first_pidmenu{
	position:relative;
	float:left;
	width:200px;
	min-height: 0px; 
	height:auto !important;
	height:0px;
	padding:0px 20px 0px 27px;
	text-align:left;
	font-size: 1px;
}

.first_pidmenu div{
	font: 12px Arial;
}

.sub_0{
	position:relative;
	float:left;
	clear:both;
	display:inline;
	width:200px;
	padding:5px 0 2px 0;
	margin: 0;
	background:url(../images/roz_gb_h.gif) left bottom repeat-x;
}

.sub_0 div{
	position:relative;
	float:left;
	width:176px;
	padding:0 0 0 24px;
	margin: 0;
	background:url(../images/pid_1.gif) left center no-repeat;
}

.sub_0 div a{
	color:#FFF;
	text-decoration:none;
	padding: 0;
}

.sub_0 div a:Hover{
	color:#b4dbf5;
	text-decoration:underline;
	padding: 0;
}

.sub_1{
	position:relative;
	float:left;
	width:200px;
	padding:5px 0 2px 0;
	margin: 0;
	background:url(../images/roz_gb_h.gif) left bottom repeat-x;
}

.sub_1 div{
	position:relative;
	float:left;
	width:176px;
	padding:0 0 0 24px;
	margin: 0;
	background:url(../images/pid_3.gif) left center no-repeat;
}

.sub_1 div a{
	color:#FFF;
	text-decoration:none;
	padding: 0;
}

.sub_1 div a:Hover{
	color:#b4dbf5;
	text-decoration:underline;
	padding: 0;
}


.sub_2{
	position:relative;
	float:left;
	width:200px;
	padding:5px 0 2px 0;
	margin: 0;
	background:url(../images/roz_gb_h.gif) left bottom repeat-x;
}

.sub_2 div{
	position:relative;
	float:left;
	width:156px;
	padding:0 0 0 44px;
	margin: 0;
	background:url(../images/pid_2.gif) left center no-repeat;
}

.sub_2 a{
	color:#FFF;
	text-decoration:none;
	padding: 0;
}

.sub_2 a:Hover{
	color:#b4dbf5;
	text-decoration:underline;
	padding: 0;
}



/* --------------------------------------------  SECOND ------------------------------------------*/

.sec{
	position:relative;
	float:left;
	width:743px;
	padding:0 7px 0 7px;
	margin:-35px 0 0 -7px;
	text-align:left;
	background: url(../images/sec_shadow.png) left top repeat-y;
	filter:expression(fixPNG(this));
}

.sec_body{
	position:relative;
	float:left;
	width:742px;
	padding:0 0 0 2px;
	margin:0;
	font: 13px Arial;
	text-align:left;
	border-top:1px solid #176eaf;
	background: #FFF url(../images/second_bg.png) left top repeat-x;
}

.sec_line1{
	position:relative;
	float:left;
	width:500px;
	padding:12px 0 0 0;
	height:1px;
	font-size:0px !important;
	font-size:1px;
	color: #156CA6 !important;
	color: #A6DFF2;
	margin:0;
	background: url(../images/second_top.png) left bottom no-repeat;
}

.sec_line2{
	position:relative;
	float:left;
	width:710px;
	padding: 2px 0 3px 12px;
	color:#FFF;
	margin:0 0 85px 0;
	background: url(../images/second_top2.png) left bottom no-repeat;
}

.sec_banner{
	position:absolute;
	top:15px;
	left:316px;
	width:500px;
	height:65px;
	text-align:center;
}

.sec_line2 a{
	color:#FFF;
	text-decoration:none;
}

.sec_line2 a:Hover{
	color:#000000;
	text-decoration:underline;
}

.sec_line2_a{
	color:#FFF;
	text-decoration:none;
	font-weight: 900;
}

.sec_line2_a:Hover{
	color:#000000;
	text-decoration:underline;
	font-weight: 900;
}

.sec_cont{
	position:relative;
	float:left;
	width:653px;
        width:expression(738+'px');
	padding: 0 48px 15px 37px;
	margin:0;
	border-bottom:2px solid #FFF;
	/*border-left:1px solid #FFF;
	border-right:2px solid #FFF;*/
	background: url(../images/second_bg_down.png) left bottom repeat-x;
        height:auto;
}

.sec_cont img{
	border: 0px solid #051d49; 
}

.sec_cont a{
	color:#0060b6;
}

.sec_cont a:Hover{
	color:#000;
}


/*.sec_img_name{
	position:absolute;
	width:145px;
	padding: 0;
	margin: 0;
	top:-7px;
	left:560px;
	text-align:left;
}*/

.sec_img_name{
	position:absolute;
	width:154px;
    height: 101px;
	padding: 0 0 10px 0;
	margin: 0;
	top:-42px;
	left:805px;    
}

.sec_gal{
	position:relative;
	float:left;
	width:742px;
	padding:30px 0;
	margin:0;
	border-bottom:2px solid #FFF;
}

/*.sec_gal img{
	width:166px;
	height:110px;
	border: 1px solid #FFF;
}*/

.sec_down{
	position:relative;
	float: left;
	height:49px;
	width:742px;
width:expression(742+'px');
	padding:24px 0 28px 0;
	margin:0;
	border-left:1px solid #FFF;
	background: url(../images/down_bg_v.png) left top repeat-x;
}

.sec_down div{
	position:relative;
	float:right;
	padding:17px 25px 16px 25px;
	margin:0;
	font: 9px Arial;
	color:#FFF;
	text-align:right;
	border-top:1px solid #00c1ff;
	border-bottom:1px solid #00c1ff;
	background: url(../images/down_bg_h.png) right top repeat-y;
}

.sec_down_l div a{
	color:#FFF;
	text-decoration:underline;
}

.sec_down_l div a:Hover{
	color:#F00;
	text-decoration:underline;
}

.sec_down_tl{
	padding:10px 0 0 73px;
	position:relative;
	float:left;
	whidth:115px;
	z-index:auto;
}

.sec_down_em{
	padding:10px 125px 0 57px;
	position:relative;
	float:left;
	whidth:145px;
	z-index:auto;
}

.sec_down_rz{
	padding:10px 0 0 15px;
	position:relative;
	float:left;
	whidth:190px;
	text-align:right;
	z-index:auto;
}



.sec_down_l{
	position:absolute;
	bottom:27px;
	left:230px;
    padding: 0;
    margin: 0;
	width:768px;
	height:50px;
	height:expression('49');
	font: 12px Arial;
	color:#fffc00;
	z-index:auto;
/*	background: url(../images/down.png) left top no-repeat;
	filter:expression(fixPNG(this));*/
	
}

.sec_down_l2{
    padding: 0;
    margin: 0;
	width:768px;
	height:50px;
	height:expression('49');
	font: 12px Arial;
	color:#fffc00;
	background: url(../images/down.png) left top no-repeat;
	filter:expression(fixPNG(this));
	
}


.sec_down_r{
	position:absolute;
	bottom:22px;
	left:989px;
	width:10px;
	height:60px;
    height:expression(59+'px');
	background: url(../images/down_right.png) left top no-repeat;
	filter:expression(fixPNG(this));
}

.sec_title{
	position:relative;
	float:left;
	width:643px;
	font: bold 16px Arial;
	color:#ff8e05;
    padding: 0 0 3px 10px;  
}

.second_title{
    position:relative;
    float:left;
    width:483px;
    width:expression(653+'px');
    font: bold 16px Arial;
    color:#ff8e05;
    padding: 0 0 5px 170px;
}

.second_img{
    position: relative;
    float:left;
    width:150px;
    margin: 0 5px 5px 0;
    border: 1px solid #848484;
}

.second_img_smoll{
    position: relative;
    float:left;
    width:70px;
    margin: 0 5px 5px 0;
    border: 1px solid #848484;
}

.second_details{
    position: relative;
    float: left;
}

.sec_end{
    position: relative;
    float: left;
    width: 653px;
    margin: 0 0 15px 0;
}
/* ------------------------------------------- GALLERY ------------------------------------------ */

.dw_gal{
	position:relative;
	float: left;
	width:743px;
	padding:0;
	margin:0;
	background: url(../images/down_bg_v.png) left top repeat-x;
}

.dw_gal a{
	color:#FFF;
	text-decoration:underline;
}

.dw_gal a:Hover{
	color:#F00;
	text-decoration:underline;
}

.dw_gal_tl{
	padding:10px 0 14px 59px;
	position:relative;
	float:left;
	whidth:115px;
}

.dw_gal_em{
	padding:10px 20px 0pt 56px;
	position:relative;
	float:left;
	whidth:145px;
}

.dw_gal_rz{
	padding:10px 0 0 15px;
	position:relative;
	float:left;
	whidth:190px;
	text-align:right;
}

.dw_gal_l{
	position:relative;
	float:left;
    padding: 0;
    margin: 24px 0 24px 0;
	width:742px;
	font: 12px Arial;
	color:#fffc00;
	background: url(../images/down_gal.png) top left no-repeat;
}


/*---------------------------------------------- ELSE -------------------------------------------*/

ul {
	FONT: 8pt Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	list-style-type: square;
}

ol {
	line-height: 1.5em;
	margin: 0.5em 0 0 2.5em;
	padding: 0;
	list-style-image: none;
}

li {
	margin-bottom: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	line-height: 1.5em;
	margin-bottom: 1em;
}

fieldset {
	border: 1px solid #8cacbb;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
	width: auto;
}

legend {
	background: White;
	padding: 0.5em;
	font-size: 90%;
}


label {
	font-weight: bold;
}

textarea {
	font: 100% Monaco, "Courier New", Courier, monospace;
	border: 1px solid #8cacbb;
	color: Black;
	width: 90%;
}

input {
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial,
		sans-serif;
	visibility: visible;
	border: 1px solid #8cacbb;
	color: Black;
	vertical-align: middle;
	FONT: 8pt Tahoma, Arial, Helvetica, sans-serif;
}

select {
	border: 1px solid #8cacbb;
	color: Black;
	background-color: White;
	vertical-align: top;
}

.contentViews {
	FONT: 8pt Tahoma, Arial, Helvetica, sans-serif;
	background-color: transparent;
	padding-left: 1em;
	padding-top: 1em;
	line-height: normal;
	margin: 0;
	list-style: none;
	border: 1px solid #4A4A4A;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.contentViews li {
	display: inline;
	padding-top: 0.5em;
}

.contentViews li a {
	background-color: transparent;
	border: 1px solid #4A4A4A;
	border-style: solid;
	color: #4A4A4A;
	height: auto;
	margin-right: 0.5em;
	padding: 0em 1em;
	line-height: normal;
	text-decoration: none;
	text-transform: lowercase;
	z-index: 1;
	FONT: 8pt Tahoma, Arial, Helvetica, sans-serif;
}

.contentViews .selected a {
	background-color: #4A4A4A;
	border-bottom: #4A4A4A 1px solid;
	color: #4A4A4A;
}

.contentViews li a:hover {
	background-color: #F1F1F2;
	font-weight:bold;
}
img { position:relative;}
ol.list {padding:0; margin:0 40px 0 40px; text-align:left; color:#FFFFFF; float:left}
.list .index img {border:0; position:absolute; left:0; top:0}
.list li {clear:both; list-style:none; padding:5px 0}
.list a {text-decoration:none; display:block; float:left; min-height:18px; line-height:normal; font-weight:bold; color:#404040}
.index {width:18px; height:18px; line-height:18px; text-align:center; position:relative; float:left; color:#FFFFFF; font-size:11px}
.index .index {position:absolute; top:0; left:0; float:none}
.list a .index .out {visibility:visible}
.list a .index .over {visibility:hidden}
.list a span {display:block; margin:0 0 0 25px}
.list a span span {color:#BEC8D1; display:inline; margin:0; font-weight:normal}
.list a:hover {color:#4A4A4A; cursor:pointer; cursor:hand}
.list a:hover .out {visibility:hidden}
.list a:hover .over {visibility:visible}
.list a:hover span span {color:#BEC8D1}
/* description styles */
.elsDescription {color:#333333; /**/ _font-size:90%; font-size:120%}
.elsDescription h3 {font-size: 150%; padding:20px 0 10px 0; margin:0}
.elsDescription p {padding:0 0 15px 0}
.elsDescription p code {background-color:#ededed}
 table.servicesT
{ font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 320px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}


table.servicesT td.servHd
{ border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}


table.servicesT td
{ border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;} 

.servBodL { border-left: 1px dotted #CEDCEA; }

.date1 { 
color:#666666;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
}
a.glink:link, a.glink:visited, a.glink:hover { 
color:#666666 !important;
text-decoration:underline;
}
a.glink:link, a.glink:visited, a.glink:hover { 
color:#666666 !important;
text-decoration:underline;
}
.stext1  {
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
color:#666666 !important;
}
