.center {
   position : relative;
   top : 0px;
   left : 80px   
}

.input {
    background:#7BAB9B;
    color:#FFFFFF;
}

.text_box {
    background:#FFFFFF;
    color:#000000;
}


body {
   font-family: arial, Tahoma, Verdana, Helvetica;
}

A {
   text-decoration:none;
}

A:link {
   color: <?= $color ?>;
}

A:hover {
   color:red;
}

a.link_b:link { color: blue }
a.link_b:visited { color: blue }
a.link_b:hover { color:red}
a.link_b { font-size: 13px; }

a.link_w:link { color: #FFFFFF }
a.link_w:visited { color: #FFFFFF }
a.link_w:hover { color:red}
a.link_w { font-size: 13px; }

img {
  border: none;
}

//UL {
   color: #000000;
   font-size: 17px;
   text-align: left;
}

.bold {
   font-size: 18px;
}

.text_casestudy {
   color: #000000;
   font-size: 12px;
   text-align: left;
   vertical-align: top;
}

.text_casestudy2 {
   color: #000000;
   font-size: 15px;
   text-align: left;
   vertical-align: top;
}

.text_wrap {
   color: #000000;
   font-size: 12px;
}


.text_casestudy_center {
   color: #000000;
   font-size: 14px;
   text-align: center;
   vertical-align: top;
}

.text_form_header {
   background:#7BAB9B;
   color: white;
   font-size: 20px;
   text-align: center;
}

.text_form {
   color: #990000;
   font-size: 13px;
   text-align: right;
}

.text_center {
   color: #990000;
   font-size: 13px;
   text-align: center;
}

.text_form_small {
   color: #990000;
   font-size: 11px;
   text-align: center;
}

.text_form_c {

   color: #990000;
   font-size: 13px;
   text-align: center;
}

.text_h {
   color: #C0C0C0;
   font-size: 30px;
   text-align: center;
}

.text_hb {
   color: #000000;
   font-size: 30px;
   text-align: center;
}

.text_c {
   color: #000000;
   font-size: 13px;
   text-align: center;
}

.text_cb {
   color: #000000;
   font-size: 13px;
   text-align: center;
   font-weight: bold;
}

.text_cbr {
   color: red;
   font-size: 13px;
   text-align: center;
   font-weight: bold;
}

.text_p {
   color: #990000;
   font-size: 18px;
   text-align: center;
   font-weight: bold;
}

.text_ps {
   color: #990000;
   font-size: 12px;
   text-align: center;
   font-weight: bold;
}

.text_w {
   color: #FFFFFF;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
}

.text_l {
   color: #000000;
   font-size: 13px;
   text-align: left;
}

.text_menu {
   color: #DFF3EC;
   font-size: 14px;
   text-align: left;
   font-weight: bold;
}

.text_r {
   color: #000000;
   font-size: 13px;
   text-align: right;
}

.comparison_l {
   vertical-align: top;
   color: #990000;
   font-size: 11px;
   text-align: left;
}

.comparison_r {
   vertical-align: top;
   color: #396D73;
   font-size: 11px;
   text-align: left;
}

.text_b {
   color: #990000;
   font-size: 13px;
   text-align: center;
   font-weight: bold;
}

.contact {
   color: #005D5D;
   font-size: 11px;
   text-align: center;
}

.g_left {
   color: #808080;
   font-size: 16px;
   font-weight: bold;
   text-align: left;
   vertical-align: top;
}

.case_header {
   color: #808080;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   vertical-align: top;
}


.g_right {
   color: #808080;
   font-size: 16px;
   font-weight: bold;
   text-align: right;
   vertical-align: top;
}

.text_head {
   color: teal;
   font-size: 19px;
   text-align: center;
}

.zygo {
   color: #008284;
   font-size: 15px;
   font-weight: bold;
}

.zflex {
   color: #008284;
   font-size: 13px;
}

.link_l {
   font-size: 13px;
   text-align: left;
   font-weight: bold;
}

.quote {
	font-size:11px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
}

.quotetext
{
	font-size:11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.name {
	font-size:11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}

.LB14  {font-size: 14px; text-align: left;   color: #000000; vertical-align: middle;font-weight: bold;}
.LN12  {font-size: 12px; text-align: left;   color: #000000; vertical-align: middle;font-weight: normal;}
.LN13  {font-size: 13px; text-align: left;   color: #000000; vertical-align: middle;font-weight: normal;}
.LBT14 {font-size: 14px; text-align: left;  color: darkgreen; vertical-align: top;font-weight: bold;}
.CB14  {font-size: 14px; text-align: center; color: #000000; vertical-align: middle;font-weight: bold;}
.LN14  {font-size: 14px; text-align: left;   color: #000000; vertical-align: middle;font-weight: normal;}
.LB13  {font-size: 13px; text-align: left;   color: #000000; vertical-align: middle;font-weight: bold;}
