/*
-----------------------------------------------
blogger base screen style
author:   douglas bowman
version:  14 Jan 2004
----------------------------------------------- */

html body {
  margin:0;
  padding:0;
  background:#c9c9c9 url("../img/sides_body.gif") repeat-y center top;
  text-align:center;
  font:small "Trebuchet MS",Verdana,Arial,Sans-serif;
  color:#333;
  }
meus_tugablogs {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

body.pop {
	background-color: #c9c9c9;
  }


/* Page Structure
----------------------------------------------- */
#body {
  width:710px;
  padding:10px 0 15px;
  margin:0 auto;
  text-align:left;
  }
.pop #body {
  width:auto;
  padding:10px 15px 15px;
  }
#main {
  background:#fff url("../img/c_top.gif") no-repeat left top;
  padding:15px 0 0 0;
  float:left;
  width:100%;
  }
#m2 {
  background:url("../img/c_bot.gif") no-repeat left bottom;
  padding:0 0 15px 0;
  width:100%;
  float:left;
  /* prevent whitespace at the bottom in IE6 */
  _float:none;
  }
#m3 {
	border:5px solid #d6d6d6;
	border-width:0 5px;
	padding:0 15px;
	width:670px;
	float:left;
	/* prevent whitespace at the bottom in IE6 */
  _float:none;
  }
.pop #main, .pop #m2, .pop #m3 {
  background:none;
  padding:0;
  margin:0;
  border-width:0;
  }

#primary {
	width:400px;
	float:left;
	margin-right:10px;
  }
body.sp #primary {
  float:right;
  margin-right:0;
  }
#secondary {
  width:245px;
  }
body #secondary {
  float:right;
  }
.sp #secondary {
  float:left;
  padding-right:20px;
  }

#newsblock {
  float:left;
  width:395px;
  padding-left:20px;
  }
#promoblock {
  float:right;
  width:245px;
  padding-right:20px;
  }
#addedblock {
  margin:0 20px;
  }

#sidebar {display:none;}
.ms #main-wrap, .sm #main-wrap {width:490px;}
.ms #sidebar, .sm #sidebar {width:200px; display:block;}
.ms #main-wrap, .sm #sidebar {float:left;}
.ms #sidebar, .sm #main-wrap {float:right;}
.ms #main, .sm #main {
  background-image:url("../img/c490_top.gif");
  float:left;
  width:490px;
  }
.ms #m2, .sm #m2 {
  background-image:url("../img/c490_bot.gif");
  }
.ms #m3, .sm #m3 {
  width:450px;
  }

/* Links
----------------------------------------------- */
a {
  font-weight:bold;
  color:#36c;
  }
a:hover {
  text-decoration:underline;
  color:#f60;
  }
a img {
  border-width:0;
  }


/* Header
----------------------------------------------- */
html #header {
  background:#232323 url("../img/sides_head.gif") repeat-y center top;
  position:relative;
  top:-4px;
  border-width:0;
  border-bottom:4px solid #47d;
  padding:0;
  .padding-top: 1px;
  }
.pop #header {
  background:#036;
  position:static;
  border-color:#69f;
  }
#h2 {
  position:relative;
  top:4px;
  }
#h3 {
	width:710px;
	border-bottom:4px solid #69f;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
  }
#home #h3 {
  padding-top:0;
  padding-bottom:0;
  }
.pop #h2, .pop #h3 {
  position:static;
  background:none;
  border-width:0;
  width:auto;
  }
.pop #h3 {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
  }
#header a {
  color:#9cf;
  text-decoration:none;
  }
#header #logo {
  float:left;
  margin:0;
  padding:0;
  text-decoration:none;
  }
#logo img {
	display:block;
	width:300px;
	color:#fff;
	font-size:180%;
  }
#home #logo img {
  width:346px;
  }
.pop #logo img {
  width:97px;
  }
#header #tag {
  margin:0;
  float:right;
  padding-top: 10px;
  font-weight: bold;
  font-size: 15px;
  font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
  color: #222222;
  }
#header #tag em {
  font-style: normal;
  }
#header label {
  color:#69c;
  }
#global-info {
  float:right;
  width:500px;
  margin:0;
  color:#369;
  text-align:right;
  font-size:88%;
  white-space:nowrap;
}
#global-info .login {
  font-weight:bold;
  color:#fff;
  font-size:115%;
  line-height:1.2em;
  }
#global-info a {
  text-decoration:underline;
  }

/* Start page
----------------------------------------------- */

#language-dropdown {
  text-align:right;
  padding:5px 0;
}

#language {
  width:140px;
}


/* Titles
----------------------------------------------- */
h1 {
  margin:0 0 15px;
  font-size:220%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  }
#home h1 {
  font-size:240%;
  }
h1 strong {
  color:#000;
  }
h1 em {
  font-style:normal;
  font-weight:bold;
  color:#f60;
  }
h2 {
	margin:1em 0 .5em;
	font-size:130%;
	line-height:1.3em;
	color:#CECECE;
	font-weight:normal;
  }
.first {
  margin-top:0;
  }
#main h2 strong {
  color:#f60;
  }
#sidebar .mod h2, #addedblock h2 {
  margin-top:0;
  color:#333;
  }
#sidebar h2 strong, #addedblock h2 strong {
  color:#826C55;
  }
#sidebar .bmod h2 {
  margin-top:0;
  color: white;
}
#sidebar .bmod h2 strong {
  color: #036;
}
h3 {
  margin:1em 0 .25em;
  padding:.25em 0;
  font-size:93%;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#BAA68E;
  }
h4 {
  margin:1em 0 .25em;
  font-size:100%;
  }

.pop h1 {
  font-size:160%;
  margin-bottom:.5em;
  }
.pop h2 {
  font-size:110%;
  }


/* Tab
----------------------------------------------- */

#tab {
  background: white url("../img/t_mid.gif") top;
  margin-top:-33px;
  margin-bottom:10px;
}

#t2 {
  background: url("../img/c_bot.gif") bottom left no-repeat;
}

#t3 {
  background: url("../img/t_top_s.gif") top left no-repeat;
  padding:10px 20px 10px 30px;
  margin:0;
}

#tab h1 {
  font-size:150%;
  _font-size:130%;
  position:relative;
  z-index:3;
  width:240px;
  margin:0;
  padding:0;
  height:30px;
}

#tab h3 {
  margin:0;
  padding:0;
  color: #666;
  background:#fff;
  line-height:18px;
  _position:relative;
}

#tab h3 strong {
  color:#000;
}


#tab ul {
  margin:0;
  padding:0;
  position:relative;
  overflow:hidden;
  list-style:none;
}

#tab li {
  display:block;
  position:relative;
  background:none;
  padding:0;
  margin:0;
  line-height:18px;
  height: 18px;
  width:100%;
  overflow:hidden;
  float:left;
  clear:left;
}
#home #secondary ol {
  margin:0;
  padding:.5em 0 .25em;
  list-style:none;
  }
#home #secondary ol li {
	background-repeat:no-repeat;
	background-position:left center;
	padding:8px 8px 8px 38px;
	font-size:24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
  }
#step1 {background-image:url("../img/icon_no1.gif");}
#step2 {background-image:url("../img/icon_no2.gif");}
#step3 {background-image:url("../img/icon_no3.gif");}

#create-now-btn {
  margin-right:-10px;
  position:relative;
}

#create-now-btn a {
  width:180px;
}

/* What's a Blog?
----------------------------------------------- */
#home #primary {
  position:relative;
  background:url("../img/bg_what.gif") no-repeat left top;
  }
#home #primary h1 {
  margin:0 0 .35em;
  color:#666;
  font-weight:normal;
  font-size:150%;
  _font-size:130%;
  padding:5px 0 0 10px;
  float:left;
  }
#home #primary h2 strong {
  color:#000;
  }
#home #primary table {
  margin:0;
  width:200px;
  clear:right;
  float:left;
  background:none;
  border:none;
  padding:0;
  margin-top:18px;
  }
#home #primary td {
  margin:0;
  padding:0;
  text-align:center;
  vertical-align:top;
  border:none;
  width:50%;
  }

#home #primary td a {
  display:block;
  padding:75px 6px 6px;
  border:1px solid #fff;
  text-decoration:none;
  color:#666;
  line-height:1.3em;
  font-weight:normal;
}
#home #primary td a:hover {
  color:#000;
  text-decoration:none;
  }
html>body#home #primary td:hover {
  background-color:#F5EDE3;
  border-color:#E1D4C0;
  }
#home #primary td:hover a strong {
  color:#000;
  }
#home #primary td strong {
  display:block;
  color:#000;
  font-size:120%;
  }
#home #primary p {
  clear:left;
  margin:0;
  padding:10px 0 0;
  text-align:center;
  line-height:1.5em;
  font-size:100%;
  }
#home #primary #tour-btn {
  float:right;
  margin:5px 5px 10px;
}
#home #primary #tour-btn,
#home #primary #tour-btn div {
  background-image:url(../img/btns/ubtn_blue_white_large_grad.gif);
  }
#home #primary p strong {
  color:#000;
  }

/* Explore Blogs
----------------------------------------------- */
#home #explore {
	margin-top: -6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
  }

#home #explore h3 {
  margin:0;
  line-height:1em;
  }

#home #explore h3 strong {
  color:#555;
  }

#home #explore ul {
  float:left;
  padding:0;
  margin:0 0 .8em 0;
  font-size:95%;
  overflow:hidden;
  height:1.4em;
  position:relative;
  }

#home #explore ul.yesscript {
  height:2.2em;
  margin:0;
  }

#home #explore li {
  background:none;
  margin:0;
  padding:0 .5em 0 0;
  position:relative;
  white-space:nowrap;
  overflow:hidden;
  line-height:1.4em;
  }

#home #explore ul.yesscript li {
  display:none;
  }

#home #of-note-holder {
	float:right;
	width:350px;
	height: 450px;
	background-image: url(../img/c350_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	text-align: left;
	padding-top: 10px;
	}

#home #of-note {
  width:230px;
  }

#home #of-note.yesscript {
  /* so we can animate the links flying out of the list */
  overflow:visible;
  }

#home #of-note-more {
  font-size:90%;
  padding:0 0 0 1em;
  }

#home #of-note-buttons {
  position:relative;
  float:left;
  margin:0 .25em 0 0;
  line-height:1.2em;
  }

#home #of-note-buttons img {
  margin:1px;
  width:14px;
  height:14px;
  vertical-align:bottom;
  }

#home #recently-updated-holder {
	float:left;
	width:350px;
	height: 350px;
	background-image: url(../img/bg_mod_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
  }

#home #recently-updated-holder2 {
	float:left;
	width:350px;
	height: 450px;
	background-image: url(../img/c350_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	text-align: left;
	padding-top: 10px;
  }

#home #recently-updated-holder h3 {
  z-index:2;
  }

#home #recently-updated li {
  width:340px;
  }
#progress li a, #progress li strong, #progress li em {
  background-repeat:no-repeat;
  background-position:left center;
  padding:13px 0 11px 28px;
}

/* Tables
----------------------------------------------- */
table {
	border-width:0;
	font-size:100%;
	color:#333;
	width:100%;
	background-color: #fff;
	background-image: none;
  }
table table {
  background:none;
}
th, td {
  border-top:1px solid #CABBA9;
  border-width:1px 0 0 0;
  padding:6px 10px 5px;
  font-size:93%;
  line-height:1.5em;
  text-align:left;
  }
table table th, table table td {
  border:none;
  }
th {
  background:#fff;
  padding-left:5px;
  font-size:100%;
  color:#664E38;
  text-align:left;
  }
.head th {
  background:#036;
  border-width:0;
  padding-left:10px;
  padding-top:3px;
  padding-bottom:3px;
  text-transform:uppercase;
  vertical-align:bottom;
  color:#fff;
  font-size:85% !important;
  _font-size:10px !important;
  line-height:1.2em;
  white-space:normal;
  }
.head th.first {
  padding-left:5px;
  }
.date, .time, .num {
  text-align:right;
  }
.date, .time {
  white-space:nowrap;
  }
tr .icon {
  padding-left:5px;
  padding-right:5px;
  text-align:center;
  width:4%;
  }
td.icon {
  background:#fff;
  }
td.noposts {
  text-align:center;
  font-size:150%;
  }

#invite-login-table th, td {
  border-width:1px 0 0 0;
  padding:6px 10px 5px;
  font-size:95%;
  line-height:1.5em;
}

#invite-login-table th {
  border-top:1px solid #CABBA9;
  width:35%;
}

#invite-login-table td {
  border-top:1px solid #CABBA9;
}

#invite-login-table .text {
  width:10em;
}

.separator {
  background:#FFFFFF;
  border-left:1px solid #CABBA9;
  border-right:1px solid #CABBA9;
  width:2px
}

#captcha-table td {
  border:none;
  }
#captcha-table td .desc {
  font-size:100%;
  }
#captcha-table .cmt {
  font-size:95%;
  color:#111;
  display:block;
  margin:.5em 0 0 0;
  }

  /* Module
 ----------------------------------------------- */
.mod, .bmod {
  padding-bottom:6px;
  margin-bottom:15px;
  }
.mod2 {
  padding-top:6px;
  }
#sidebar .mod {
  background:url("../img/bg_mod_bot.gif") no-repeat left bottom;
  }
#sidebar .mod2 {
  background:url("../img/bg_mod_top.gif") no-repeat left top;
  }
#sidebar .mod3 {
  border:2px solid #E1D4C0;
  border-width:0 2px 1px;
  border-bottom-color:#F5EDE3;
  padding:2px 10px;
  }
#sidebar .mod2>.mod3 {
  border-bottom-width:0;
  }

#sidebar .bmod {
  background:#69f url("../img/bg_bmod_bot.gif") no-repeat left bottom;
}

#sidebar .bmod .mod2 {
  background:url("../img/bg_bmod_top.gif") no-repeat left top;
}

#sidebar .bmod .mod3 {
  border:2px solid #154890;
  border-width:0 2px;
  padding:2px 10px;
}

#sidebar .bmod .text {
  border: 1px solid #036;
}

#sidebar .bmod a {
  color: #036;
}

#sidebar .bmod a:hover {
  color: #fff;
}

#sidebar label {
  font-weight:bold;
  color:#826C55;
}

/* Tour
----------------------------------------------- */
#tour {
  padding-left:65px;
  background-repeat:no-repeat;
  background-position:left top;
  }
#tour h1 {
  margin:0 0 10px 0;
  line-height:60px;
  font-size:200%;
  }
.t-start {
  background-image:url("../img/tour/icon60_start.gif");
  }
.t-pub {
  background-image:url("../img/tour/icon60_pub.gif");
  }
.t-shr {
  background-image:url("../img/tour/icon60_shr.gif");
  }
.t-pst {
  background-image:url("../img/tour/icon60_pst.gif");
  }
.t-con {
  background-image:url("../img/tour/icon60_con.gif");
  }
.t-des {
  background-image:url("../img/tour/icon60_des.gif");
  }
.t-end {
  background-image:url("../img/tour/icon60_end.gif");
  }

#buttons {
  background:white;
  cellpadding:0;
}
#buttons td {
  border-top:none;
  padding:0;
}

.blogger-tour #main-wrap {width:590px;}
.blogger-tour #main-wrap {
  float:left;
  padding-left:60px;}
.blogger-tour #main {
  background-image:url("../img/c590_top.gif");
  float:left;
  width:590px;
  }
.blogger-tour #m2 {
  background-image:url("../img/c590_bot.gif");
  }
.blogger-tour #m3 {
  width:550px;
  }

/* BUTTON: "Create a blog" 
--------------------------------*/          

.blogger-tour #create-btn {
  position:relative;
  top:14px;
}

.blogger-tour #create-btn .t {
  position:relative;
}

/* Reg
----------------------------------------------- */
#reg h1 {
  margin:0 0 15px 60px;
  line-height:45px;
  }
#reg1, #reg2, #reg3, #reg-adv, #reg-create, #reg-done {
  background-repeat:no-repeat;
  background-position:left top;
  }
#reg1 {background-image:url("../img/icon_reg1.gif");}
#reg2 {background-image:url("../img/icon_reg2.gif");}
#reg3 {background-image:url("../img/icon_reg3.gif");}
#reg-create {background-image:url("../img/icon_reg_create.gif");}
#reg-adv {background-image:url("../img/icon_reg_adv.gif");}
#reg-done {background-image:url("../img/icon_reg_done.gif");}
#reg table {
  width:610px;
  margin-left:60px;
  }
#reg th {
  width:25%;
  padding-left:0;
  }
#reg th, #reg td {
  vertical-align:top;
  }
form h2 {
  margin:5px 0 10px 60px;
  font-size:125%;
  color:#333;
  }
form h2 strong {
  color:#f60;
  }
form .desc, form .desc2 {
  width:25%;
  color:#826C55;
  font-size:88%;
  }
form .desc2 {
  width:auto;
  }
form .desc p, form .desc2 p {
  color:inherit;
  font-size:100%;
  }
form .desc em, form .desc2 em {
  color:#666;
  }
form .text, form .text-custom {
  border:1px solid #E1D4C0;
  border-color:#CABBA9 #E1D4C0 #E1D4C0 #CABBA9;  
  }
.error .error, .errormsg {
  background:url("../img/icon_alert15.gif") no-repeat left top;
  padding-left:20px;
  margin-top:5px;
  color:#c00;
  }
form .error .text {
  border-color:#900 #c00 #c00 #900;
  }
.error label {
  color:#c00;
  }
#reg form .text-custom {
  width:auto;
  }
#reg .next {
  margin:10px 0 0 60px
  }
#reg .back {
  padding-left:60px;
  }
#reg-done p {
  margin-left:60px;
  }

/* patch for choose google account page */
#create-account-btn {
  line-height:40px;
  }


th a.help {
  float:right;
  margin-top:2px;
  }
th a.help img {
  position:static;
  }
.addhelp {
  margin:0 20px 0 80px;
  }
.addhelp h3 {
  background:url("../img/icon_help.gif") no-repeat left center;
  padding-left:18px;
  }
.addhelp dd {
  color:#826C55;
  }

/* Profiles
----------------------------------------------- */
#profile-mod p {
  margin:0 0 .5em;
  }
#profile-mod img {
  border:5px solid #000;
  display:block;
  margin-bottom:5px;
  }


/* Featured Blogs
----------------------------------------------- */
#featured p {
  margin-bottom:1em;
  }
#featured img {
  display:block;
  margin-bottom:5px;
  }


/* News
----------------------------------------------- */
.news dt a {
  color:#000;
  text-decoration:none;
  font-weight:bold;
  }
.news dt a:hover {
  text-decoration:underline;
  }
#home .news dd {
  margin-bottom:0;
  }
.posted {
  color:#BAA68E;
  font-style:normal;
  margin-right:.5em;
  }

/* Footer
----------------------------------------------- */
#footer {
  clear:both;
  padding:15px 0 0;
  }
#footer div {
	background-color: #ededed;
	background-image: url(../img/round15_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
  }
.pop #footer div {
  background-image:none;
  }
#footer p {
  background:url("../img/round15_top.gif") no-repeat left top;
  min-height:2px;
  margin:0;
  padding:7px 20px;
  color:#826C55;
  text-align:center;
  font-size:93%;
  line-height:1.4em;
  }
.pop #footer p {
  background-image:none;
  padding:5px 10px;
  text-align:left;
  }
#footer hr {
  display:none;
  }


/* Buttons
----------------------------------------------- */
button
  {
    padding:0.5em;
    cursor:pointer;
  }
  
.siteprimary 
  {
    font-weight:bold;
    border-bottom:solid 2px #6986BF;
    border-right:solid 2px #6986BF;
    border-top:solid 1px #A6C3FF;
    border-left:solid 1px #A6C3FF;
    background:#6699ff;
    color:#fff !important;
    font-size:105%;
    text-decoration:none;
    cursor:pointer;
  }

.siteprimary:hover
  {
    background:#5C8AE5;
    text-decoration:none;
    color:#fff;
  }


.sitesecondary
  {
    font-weight:bold;
    border-bottom:solid 1px #6278A6;
    border-right:solid 1px #6278A6;
    border-top:solid 1px #8FB0F2;
    border-left:solid 1px #8FB0F2;
    background:#7894CC;
    color:#fff;
    font-size:95%;
    padding:.3em;
    text-decoration:none;
  }
  
.sitesecondary:hover
  {
    background:#6982B3;
    text-decoration:none;
    color:#fff;
  }


/* Miscellaneous
----------------------------------------------- */
p {
  margin:0 0 .75em;
  line-height:1.5em;
  }
#newsblock p, #promoblock p, #sidebar p {
  font-size:93%;
  }
p strong {
  color:#000;
  }
ul {
  margin:0 0 1em;
  padding:0;
  list-style:none;
}
#main ul {
  margin-left:.5em;
  }
#main table ul {
  margin-left:0;
  }
li {
	margin:0 0 .25em;
	padding:0 0 0 12px;
	line-height:25px;
	background-image: url(../img/icon_prog_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.45em;
  }
dl {
  margin:0;
  font-size:93%;
  line-height:1.5em;
  }
dt {
  float:left;
  margin-right:.5em;
  }
dd {
  margin:0 0 .75em 0;
  }
.nowrap {
  white-space:nowrap;
  }
form {
  margin:0;
  }
.next {
  margin:1.5em 0 0;
  text-align:right;
  font-size:93%;
  }
.next input {
  color:#36c;
  text-decoration:underline;
  font-weight:bold;
  }
.back {
  float:left;
  margin:1.5em 0 0;
  font-size:93%;
  }
img.left, p.left {
  float:left;
  margin:0 10px 3px 0;
  }
img.right, p.right {
  float:right;
  margin:0 0 3px 10px;
  }
p.left img, p.right img {
  display:block;
  }
table label {
  margin-right:5px;
  }
.r {
  clear:both;
  display:block;
  margin:0;
  padding:0;
  height:1px;
  line-height:1px;
  font-size:1px;
  }
.hide {
  visibility:hidden;
  }
.b-msg {
  border: 1px solid black; 
  background-color: #FFF9BF;
  margin-top: 10px;
  margin-bottom:1.4em;
  font-size:95%;
  }
.b-msg p {
  padding: .8em; 
  margin:0;
  }
.aural {
  position:absolute;
  top:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
  }


  
/* Breadcrumb Navigation */
#crumbnav 
  {
    text-align:left;
    border-bottom:solid 1px #F5EDE3;
    margin-bottom:2em;
    font-size:85%;
    padding-bottom:10px;
  }
  
#crumbnav a
  {
    font-weight:normal;
  }


/* Save in Site */
.sucessheader {
  margin:0 30px 0 30px;
  padding:0 0 3px 0;
  border-bottom:#006600 1px dashed;
  }

  .sucessheader strong {
  color:green;
  }

  .sucessheader a {
  font-weight:normal;
  }
 
/* TODO(thuang): remove after beta after the fix is in gaia */
#createaccount img[height="1"] {
  display:none;
}

/* Mobile pages */
#cont-btn {
  width:105px;
}

#keep {
  position:relative;
  left:60px;
}

/* Gaia pages */
#accountlogo {
  float: right;
}

/* Photo upload */
.previewImageDiv {
  width: 320px;
  height: 320px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 3px;
  padding: 5px;
  background: white;
  border: 1px solid #E1D4C0;
}



/* CSS Document */

.p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	size: 18px;
	color: #666666;
	font-size: 9px;
}
.style4 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.style3 {font-size: 18px}

.style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.style17 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold
	color: #999999;
}
.margensblocos {
	margin-right: 10px;
	margin-left: 10px;
}
