/* andreas08 -
  an open source xhtml/css website layout by Andreas Viklund -
  http://andreasviklund.com .
  Free to use in any way and for any purpose as long as the
  proper credits are given to the original designer.

  Version: 1.0, November 28, 2005

  15-Apr-2010 Revised BOS
  16-Dec-2009 Revised BOS conversion
  22-May-2009 Revised
  20-May-2009 Revised
  19-May-2009 Revised BBS conversion
  16-Mar-2009 Revised
  26-Feb-2009 Revised tranquil conversion
  01-Feb-2007 Revised tags to match andreas02 convention
*/

/**************** Body and tag styles ****************/

* {
  margin: 0;
  padding: 0;
}

body {
  font: 76% Verdana,Tahoma,Arial sans-serif;
  line-height: 1.4em;
  text-align: center;
  color: #333333;
  background: #efefef;
}

a {
  color: #512616;
  font-weight: bold;
  text-decoration: none;
  background-color: inherit;
}

a:hover {color: #dc7b84; text-decoration: none; background-color: inherit;}
a img {border: none;}

p {padding: 0 0 1.6em 0;}
p form {margin-top: 0; margin-bottom: 20px;}

img.left, img.center, img.right {
  padding: 4px; 
  border: 0;
  /*solid #a0a0a0;*/
  solid #16719e;
}
img.left {
  float: left; 
  margin: 0 12px 5px 0;
}
img.center {
  display: block; 
  margin: 0 
  auto 5px auto;
}
img.right {
  float: right; 
  margin: 0 0 5px 12px;
}
h1 { color: $606060; }
h2 { color: $606060; }
h3 { color: $606060; }

/**************** Header and navigation styles ****************/

#container {
  width: 980px;
  margin: 9px auto;
  padding: 1px 0;
  text-align: left;
  color: #303030;
  /*border: 2px solid #512616;*/

  background: #ffffff;
  /*background: #a0d7fe url(../images/bg-vert1.jpg) top left repeat-x;*/
  /*background: #c9d9bf url(../images/bg-vert1.jpg) top left repeat-x;*/
}

#header {
  width: 980px;
  height: 65px;
  background: #ffffff url(../images/logo--bos-and-phone.jpg) top left no-repeat;
}

#header h1 {
  padding: 35px 0 0 20px;
  font-size: 2.4em;
  background-color: inherit;
  color: #ffffff;
  letter-spacing: -2px;
  font-weight: normal;
}

#header h2 {
  margin: 10px 0 0 40px;
  font-size: 1.4em;
  background-color: inherit;
  color: #333333;
  letter-spacing: -1px;
  font-weight: normal;
}

#banner {
  width: 980px;
  height: 175px;
  border-bottom: 9px solid #efefef;
}
.banner_home {
  background: #efefef url(../images/banner--home.jpg) top left no-repeat;
}
.banner_privacy, .banner_sitemap, .banner_conditions {
  background: #efefef url(../images/banner--privacy.jpg) top left no-repeat;
}
.banner_contact_us {
  background: #efefef url(../images/banner--contact-us.jpg) top left no-repeat;
}
.banner_comments {
  background: #efefef url(../images/banner--comments.jpg) top left no-repeat;
}
.banner_business_evaluation {
  background: #efefef url(../images/banner--business-evaluation.jpg) top left no-repeat;
}
.banner_business_investigation {
  background: #efefef url(../images/banner--business-investigation.jpg) top left no-repeat;
}
.banner_sales,
.banner_statistics {
  background: #efefef url(../images/banner--sales.jpg) top left no-repeat;
}
.banner_website_traffic {
  background: #efefef url(../images/banner--website-traffic.jpg) top left no-repeat;
}
.banner_seminars {
  background: #efefef url(../images/banner--seminars.jpg) top left no-repeat;
}
.banner_marketing {
  background: #efefef url(../images/banner--marketing.jpg) top left no-repeat;
}
.banner_mentoring {
  background: #efefef url(../images/banner--mentoring.jpg) top left no-repeat;
}
.banner_other {
  background: #efefef url(../images/banner--other.jpg) top left no-repeat;
}


#navigation {
  /*width: 980px;*/
  width: 600px;
  height: 1.6em;
  font: 76% Verdana,Tahoma,Arial,sans-serif;
  font-weight: normal;
  /*padding: 40px 15px 0 340px;*/
  line-height: 1.0em;
  font-size: 1.1em;
  text-decoration: none;
  color: #333333;
  white-space: nowrap;
}

.navigation_top {
  position: relative;
  top: 34px;
  /*left: 412px;*/
  left: 380px;
  /*background: #ffffff;*/
  /*background: #5b83cc url(../images/headerlinks_bg.gif) top left no-repeat;*/
}

/*
#navigation li {
  float: left;
  list-style-type: none;
  --border-right: 1px solid #512616;--
  white-space: nowrap;
  text-align: center;
}

#navigation li a {
  display: block;
  padding: 0 10px;
  font-size: 1.1em;
  font-weight: normal;
  --text-transform: uppercase;--
  text-decoration: none;

  color: #333333;
  background-color: transparent;
}

* html #navigation a {width: 1%;}

#navigation .selected, #navigation a:hover {
  --color: #336699;--
  color: #4477aa;
  background: transparent;
}
*/


#navigation2 {
  clear: both;
  width: 980px;
  height: 68px;
  color: #333333;
  background: #505050 url(../images/bottom-band.jpg) top left repeat-x;
  font-weight: normal;
  text-align: right;
}

#navigation2 div {
  position: relative;
  top: 28px;
}

#navigation2 a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  /*text-transform: uppercase;*/
  background-color: transparent;
  white-space: nowrap;
}

#navigation2 .selected2, #navigation2 a:hover {
  color: #dc7b84; /* rose */
  background: transparent;
  text-decoration: none;
}

/**************** Gallery content styles ***************/

#gallery {
  /*float: left;*/
  float: none;
  width: 720px;
  /*font-size: 0.9em;*/
  font-size: 1.1em;
  text-align: justify;
  padding: 20px 0 0 20px;

  background-color: none;
}

#gallery h2 {
  display: block;
  margin: 0 0 16px 0;
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: -1px;
  color: #d4a162; /* lt brown */
  background-color: transparent;
}

#gallery h2 a {
  font-weight: normal;
}
#gallery h3 {
  margin: 0 0 5px 0; 
  font-size: 1.4em; 
  letter-spacing: -1px;
  color: #bdd46c; /* mmlimegreen */
}

#gallery a, a:hover {
  text-decoration: underline;
}
#gallery ul,#gallery ol {
  margin: 0 5px 16px 35px;
}
#gallery dl {
  margin: 0 5px 10px 25px;
}
#gallery dt {
  font-weight: bold; 
  margin-bottom: 5px;
}
#gallery dd {
  margin: 0 0 10px 15px;
}
#gallery td {
  padding: 5px 5px 0 5px;
}

/**************** Main content styles ****************/

#main {
  float: right;
  width: 676px;
  /*border: 1px solid #a0a0a0; ** debug */
  padding: 20px 20px 10px 0;
/*  font-size: 1.1em;*/
  text-align: justify;

  /*background: inherit;*/
  /*background: #c9d9bf url(../images/bg-vert.jpg) top left repeat-x;*/
  background: #ffffff;
}

#main h2 {
  display: block;
  margin: 0 0 16px 0;
  font-size: 1.7em;
  /*font-weight: normal;*/
  /*color: #7e5f46; ** lt brown */
  /*color: #a9a78b; ** lt grey */
  /*background-color: inherit;*/
  font-weight: bold;
  letter-spacing: -1px;
  color: #d4a162; /* lt brown */
  background-color: transparent;
}

#main h2 a {
  font-weight: normal;
}
#main h3 {
  margin: 0 0 5px 0; 
  font-size: 1.4em; 
  line-height: 1.1em;
  text-align: left;
  letter-spacing: -1px;
  /*color: #606060;*/
  color: #01007f;
  background-color: inherit;
}
#main h4 {
  /*margin: 0 0 5px 0; */
  font-size: 1.1em;
  line-height: 1.0em;
  text-align: left;
  letter-spacing: -1px;
  color: #303030;
  /*color: #01007f;*/
  background-color: inherit;
}
#main a, #sidebar a {
  font-weight: bold;
  text-decoration: underline;
  color: #006699;
  background: transparent;
  /*background-color: inherit;*/
}
#main a:hover, #sidebar a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #dc7b84; /* rose */
  background: transparent;
  /*background-color: inherit;*/
}
/*
 * original
#main a:hover, #sidebar a:hover {
  text-decoration: underline;
}
*/
#main ul,#main ol {
  margin: 0 5px 16px 35px;
}
#main dl {
  margin: 0 5px 10px 25px;
}
#main dt {
  font-weight: bold; 
  margin-bottom: 5px;
}
#main dd {
  margin: 0 0 10px 15px;
}

.txstyle2 {
  display: block;
  margin: 0 0 16px 0;
  font-size: 1.7em;
  font-weight: normal;
  letter-spacing: -1px;
  color: #d79a40; /* was 505050 */
  background-color: inherit;
}

.item {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 0px;
  background-color: #7790d8;
  color: #ffffff;
  line-height: 1.5em;
}
.item hr {
  display: block;
  clear: left;
  margin: -0.66em 0;
  visibility: hidden;
}
.clearer {
  clear: left;
  line-height: 0;
  height: 0;
}

/**************** Sidebar styles ****************/

#sidebar {
  float: left;
  /*width: 304px;*/
  width: 264px;
  /*border: 1px solid #a0a0a0; ** debug */
  padding: 20px 0 0 20px;
  line-height: 1.4em;
  text-align: left;

  /*background: inherit;*/
  /*background: #c9d9bf url(../images/bg-vert.jpg) top left repeat-X;*/
  background: #ffffff;
}

#sidebar h2 {
  display: block;
  margin: 0 0 15px 0;
  font-size: 1.6em;
  font-weight: normal;
  text-align: left;
  letter-spacing: -1px;
  color: #505050;
  background-color: inherit;
}

#sidebar p {margin: 0 0 16px 0; font-size: 0.9em;}

/**************** Menublock styles ****************/

.menublock {margin: 0 0 20px 8px; font-size: 0.9em;}
.menublock li {list-style: none; display: block; padding: 2px; margin-bottom: 2px;}
.menublock li a {font-weight: bold; text-decoration: none;}
.menublock li a:hover {text-decoration: none;}
.menublock li ul {margin: 3px 0 3px 15px; font-size: 1em; font-weight: normal;}
.menublock li ul li {margin-bottom: 0;}
.menublock li ul a {font-weight: normal;}

/**************** Searchbar styles ****************/

#searchbar {margin: 0 0 20px 0;}
#searchbar form fieldset {margin-left: 10px; border: 0 solid;}

#searchbar #s {
  height: 1.2em;
  width: 110px;
  margin: 0 5px 0 0;
  /*border: 1px solid #a0a0a0;*/
  border: 1px solid #16719e;
}

#searchbar #searchbutton {
  width: auto;
  padding: 0 1px;
  border: 1px solid #808080;
  font-size: 0.9em;
  text-align: center;
}

/**************** Footer styles ****************/

#footer {
  clear: both;
  width: 970px;
  height: 38px;
  padding: 0 10px 0 0;
  margin: 0;
  font-size: 0.9em;
  text-align: right;
  color: #333333;
  background: #ffffff;
  border-bottom: 9px solid #efefef;
}

#footer div {
  position: relative;
  top: 11px;
}

#footer p {
  padding: 0;
  margin: 0;
  text-align: right;
}

#footer a {
  font-weight: normal;
  /*color: #006699;*/
  /*color: #7e574d;*/
  color: #333333;
  text-align: right;
  background-color: inherit;
}

#footer a:hover {
  color: #dc7b84; /* rose */
  background-color: transparent;
  text-decoration: underline;
}

/**************** Misc classes and styles ****************/

#txtmidlineheader {
  width: 573px;
  height: 30px;
  margin: 8px 0 0 0;
  font-size: 12pt;
  font-weight: bold;

  background: #efefef url(../images/midline_bg.jpg left top repeat-y);
}

#txtmidline {   
  width: 573px;
  /*height: 53px;*/
  margin: 8px 0 0 0;

  background: #efefef url(../images/midline_bg.jpg left top repeat-y);
}

#txttableouter {   
  width: 553px;
  padding:10px 12px 10px 10px;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;

  /*background: #efefef;*/
  background: #ffffff;
}

.txttableouter2 {   
  width: 553px;
  padding:10px 12px 10px 10px;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;

  /*background: #efefef;*/
  background: #ffffff;
}

#txttable {
  margin: 3px 0 4px 0;
  font-size: 12pt;
  text-align: justify;
  text-decoration: none;

  background: #e5eeff;
}

.txttable2 {
  margin: 3px 0 4px 0;
  font-size: 12pt;
  text-align: justify;
  text-decoration: none;

  background: #e5eeff;
}

#midlineheader {
  width: 578px;
  /*height: 38px;*/
  font-size: 14pt;

  color: #3955BE;
  background: #efefef url(../images/midline_bg.gif) top left repeat-y;
}

#panelbg {
  width: 199px;
  height: 38px;
  margin: 0;
  /*background: #e5eeff*/
  background: #efefef url(../images/sb_top5.jpg) top left no-repeat;
}

.panelbg2 {
  width: 199px;
  height: 38px;
  margin: 0;
  /*background: #e5eeff*/
  background: #efefef url(../images/sb_top5.jpg) top left no-repeat;
}

#online {
  width: 199px;
  height: 200px;
  padding: 55px 0 0 10px;
  font-size: 11pt;
  text-decoration: none;

  color: #5874A1;
  background: #ffffff url(../images/onlineassistance.gif) left center no-repeat;
}

.splitleft {
  float: left;
  width: 48%;
  /*border: 1px solid #a0a0a0; ** debug */
}

.splitright {
  float: right;
  width: 48%;
  /*border: 1px solid #a0a0a0; ** debug */
}


.splitmainleft {
  float: left;
  width: 495px;
  /*border: 1px solid #a0a0a0; ** debug */
}

.splitmainright {
  float: right;
  width: 289px;
  /*border: 1px solid #a0a0a0; ** debug */
}


.splitgalleryleft {
  float: left;
  /*width: 530px;*/
  width: 70%;
  /*width: 47%; ** debug */
  /*border: 1px solid #a0a0a0; ** debug */
}

.splitgalleryright {
  float: right;
  /*width: 170px;*/
  width: 28%;
  /*width:47%; ** debug */
  /*border: 1px solid #a0a0a0; ** debug */
}

.fullgallery {
  clear:both;
  float:none;
  width:100%;
}

.splitcontentleft {
  float: left;
  width: 48%;
  /*width: 47%; ** debug */
  /*border: 1px solid #a0a0a0; ** debug */
}

.splitcontentright {
  float: right;
  width: 48%;
  /*width:47%; ** debug */
  /*border: 1px solid #a0a0a0; ** debug */
}

.fullcontent {
  clear:both;
  float:none;
  width:100%;
}

.fullhome {
  clear:both;
  float:none;
  width:99%;
}

.clear {clear: both;}
.small {font-size: 0.8em;}
.hide {display: none;}
.textcenter {text-align: center;}
.textright {text-align: right;}
.textleft {text-align: left;}
.important {color: #f02025; background-color: inherit; font-weight: bold;}

/* --- Special Text Colors --- */

.color-red         { color: #ff0000; background-color: inherit; }
.color-dkred       { color: #aa0000; background-color: inherit; }
.color-dkblue      { color: #3359a4; background-color: inherit; }
.color-navblue     { color: #446ab5; background-color: inherit; }
.color-yorange     { color: #d79a40; background-color: inherit; }
.color-dkgreen     { color: #32572e; background-color: inherit; }

.color-dkpurple    { color: #663f82; background-color: inherit; }
.color-ltpurple    { color: #9771ac; background-color: inherit; }
.color-1sttan      { color: #ed9c30; background-color: inherit; }
.color-1stblue     { color: #01007f; background-color: inherit; }
.color-1stgreen    { color: #017f01; background-color: inherit; }
.color-1stborder   { color: #16719e; background-color: inherit; }

.color-mmdkblue    { color: #006699; background-color: inherit; }
.color-mmltblue    { color: #a0d7fe; background-color: inherit; }
.color-mmlimegreen { color: #bdd46c; background-color: inherit; }
.color-mmgreen     { color: #39ba2a; background-color: inherit; }
.color-mmrose      { color: #dc7b84; background-color: inherit; }

.color-ttm-bg      { color: #c9d9bf; background-color: transparent; }
.color-ttm-border  { color: #512616; background-color: transparent; }
.color-ttm-dktxt   { color: #7e5f4d; background-color: transparent; }
.color-ttm-lttxt   { color: #d4a162; background-color: transparent; }
.color-ttm-greybg  { color: #494b48; background-color: transparent; }
.color-ttm-greytxt { color: #a9a79b; background-color: transparent; }
.color-ttm-cream   { color: #fdfeff; background-color: transparent; }
.color-ttm-greylbg { color: #93a3b0; background-color: transparent; }
.color-highlight   { color: #f9f1a6; background-color: transparent; }
.color-itemno      { color: #cfcfcf; background-color: transparent; }

.postdate          { color: #d79a40; /* Yellow Orange */        }
.highlight         { color: #d79a40; /* Yellow Orange */        }

.box {
  margin: 0 0 10px 10px;
  padding: 10px;
  border: 1px solid #c0c0c0;
  background-color: #ffffff; /* was #fcfac8; was fafbfc */
  color: #505050;
  line-height: 1.2em;
}

.box2 {
  margin: 0 8px 8px 0;
  padding: 10px;
  border: 1px solid #7e5f4d; /* lt brown */
  background-color: #f9f1a6; /* lt cream */
  color: #505050;
  line-height: 1.5em;
}

.box3 {
  margin: 0 0 20px 0;
  padding: 10px;
  /*border: 1px solid #c0c0c0;*/
  border: 1px solid #16719e;
  background: #c9d9bf;
  color: #505050;
  line-height: 1.5em;
}

.box4 {
  margin: 0 0 20px 0;
  padding: 10px 20px 10px 10px;
  /*border: 1px solid #c0c0c0;*/
  border: 1px solid #16719e;
  background: #c9d9bf;
  color: #505050;
  line-height: 1.5em;
}

.box5 {
  margin: 0;
  padding: 0;
/*
  border: 1px solid #16719e;
  background-color: #dbf3ff; ** veryltblue **
  color: #505050;
*/
  border: 1px solid #7e5f4d; /* lt brown */
  background-color: #f9f1a6; /* lt cream */
  color: #505050;
  line-height: 1.5em;
}

.block {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 0;
  /*background-color: #fcfac8; ** was 446ab5 */
  /*background-color: #e8ffe8; ** veryltgreen */
  /*background-color: #dbf3ff; ** veryltblue */
  /*background-color: #fdfeff; ** cream */
  /*background-color: #d4a162; ** lt brown */
  /*background-color: #f9f1a6; ** lt cream */
  background-color: #e5eeff; /* veryltblue */
  color: #512616;
  line-height: 1.5em;
}

.block2 {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 0;
  /*background-color: #446ab5;*/
  /*background-color: #7790d8;*/
  background-color: #dbf3ff; /* veryltblue */
  color: #ffffff;
  line-height: 1.5em;
}

.photoleft2 {
  float: left;
  padding: 5px;
  display: block;
  margin: 0 auto 12px auto;

  /*background-color: #000000;*/
  /*background-color: #e8eaec;*/
  background-color: inherit;
}

.photoleft {
  float: left;
  padding: 5px;
  display: block;
  margin: 0 auto 12px auto;

  /*background-color: #000000;*/
  /*background-color: #e8eaec;*/
  background-color: inherit;
}

.photoright {
  float: right;
  padding: 5px;
  display: block;
  margin: 0 auto auto 6px;

  /*background-color: #000000;*/
  /*background-color: #e8eaec;*/
  background-color: inherit;
}

.photoblock {
  padding: 5px;
  display: block;
  margin: 0 auto 12px auto;

  /*background-color: #181818;*/
  background-color: #e5eeff; /* veryltblue */
}

.photoblockleft {
  float: left;
  padding: 10px;
  display: block;
  margin: 0 auto auto auto;

  /*background-color: #fcfac8; ** was fafbfc */
  background-color: #e5eeff; /* veryltblue */
}

/*
.photoblockright:hover {
  border-color: #888888;
}
*/

.photoblockright {
  float: right;
  padding: 10px;
  display: block;
  margin: 0 auto auto auto;

  /*background-color: #fcfac8; ** was 446ab5 */
  /*background-color: #f9f1a6; ** lt cream */
  background-color: #e5eeff; /* veryltblue */
}

/* --- Searchbar styles --- */

.searchbar {
  margin:5px 0 15px;
}

.searchbar form fieldset {
  margin-left:8px;
  border:0 solid;
}

.searchbar .s {
  width:110px;
  margin:0 5px 0 0;
  padding:2px;
  border:1px solid #aaaaaa;
}

.searchbar .searchbutton {
  width:30px;
  padding:2px;
  border:1px solid #aaaaaa;
  font-size:0.9em;
  text-align:center;
}

.archive-all-posts {
  text-align: left;
}

/* --- Table Row effects --- */

.dataTblCol {
  background-color: #c9d9bf;
}

.dataTblColOver {
  background-color:#f2f1ee;
  cursor: pointer;
  cursor: hand;
}

.dataTblColText {
  background-color:#f2f1ee;
}

.dataTblColOverText {
  background-color:#f2f1ee;
}

.dataTblColTextClick {
  background-color:#dfffd7; /* was d0ffd9 */
}

.dataTblColTeach {
  background-color: #fcfac8;
}

.dataTblColOverTeach {
  background-color:#eeebb7;
}

.dataTblColTeachClick {
  background-color:#b1d9ac;
}

.dataTblColOverClick {
  background-color:#c0eec8;
}

/* --- end andreas08.css -- */

#marquee_replacement{
  border: 1px solid #efefef;
  /*width: 200px;*/
  height: 100px;
  overflow: auto;
}
#marquee_replacement p.spacer {
  height: 100px;
}

.style6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #2E5356; }
.style7 {font-family: Tahoma; font-size: 11px;	color: #333333;	}
.style34 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style45 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #003333; font-weight: bold; }

/***************
a {
	text-decoration: none; font-family: Verdana; color: #333333;
}
a:hover {
	font-family: Verdana;  font-size:11px; color: #336699; text-decoration: underline;
}



#footer a {
	text-decoration: none; font-family: Verdana;  font-size:11px; color:#fff; text-decoration:none	}
#footer a:hover {
	text-decoration: none; font-family: Verdana;  font-size:11px; color:#E6E6E6; text-decoration:none;
}



#topright a {
	text-decoration:none; font-family: Verdana;  font-size:11px; color:#2E5356; text-decoration:none;
}
#topright a:hover {
	text-decoration:none; font-family: Verdana;  font-size:11px; color:#2E5356; text-decoration:underline;
}



#bottomright a {
	text-decoration:none; font-family: Tahoma;  font-size:11px; color:#2E5356; text-decoration:none;
}
#bottomright a:hover {
	text-decoration:none; font-family: Tahoma;  font-size:11px; color:#2E5356; text-decoration:underline;
}



.style8 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.style11 {font-family: Tahoma; font-size: 13px;	color: #333333;	font-weight: bold; }
.style12 {font-family: Tahoma}
.style14 {font-size: 12px; color: #333333; font-family: Tahoma;}
.style16 {font-family: Tahoma; font-size: 11px; color: #FFFFFF; font-weight: bold; }
.style17 {font-family: Tahoma; font-size: 12px; color: #666666; font-weight: bold; }
.style18 {color: #2E5356; font-size: 11px; font-family: Tahoma; }
.style19 {font-size: 10px}
.style23 {font-size: 11px; color: #333333; font-family: Tahoma; }
.style33 {font-family: Tahoma; font-size: 11px;}
.style35 {font-size: 11px}
.style36 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #2E5356; font-weight: bold; }
.style37 {color: #0066CC}
.style38 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0066CC; font-weight: bold; }
.style47 {color: #003333}
.style48 {color: #2E5356}



.style27 {font-size: 11px; color: #2E5356; font-family: Tahoma; }
.style33 {font-family: Tahoma; font-size: 11px;}
.style34 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style50 {color: #3399CC}.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.link:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	line-height: 16px;
}

/* --- end andreas08.css -- */

