html, body {
	width: 100%;
   height: 100%;
   background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.all {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: normal;
	 color: #000000;
	 width: 870px;
    position: relative;
    top: 0px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: 100%;
    background-color: #ffffff;
    background-image: url(../images/left-bg.gif);
    background-repeat: repeat-y;

    z-index: 0;
}
body {
	background-color: #fffcf2;
}

body.contentpane {
	margin: 5px;
	padding: 5px;
	width: 95%;
   height: 95%;
   background-color: #ffffff;
}

.comhome {
	background-image: url(../images/left-com-bg.gif);
}

.footer_wrap, .global-wrapper {
	width: 870px;

}

.global-wrapper {
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    text-align: left;
    z-index: 0;
}

html>body .all, html>body .all .global-wrapper {
    height: auto;
}

.left-bg-helper {
    position: absolute;
    top : 0px;
    left : 0px;
    height: 85px;
    width: 120px;
    background : #993300;

    z-index: 5;
}
.left-top-bg {
    position: absolute;
    top : 220px;
    left : 0px;
    height: 300px;
    width: 120px;
    background-image: url(../images/left-top-bg.gif);
    background-position: 37px;
    background-repeat: no-repeat;
    z-index: 30;
}

.left-bottom-bg{
    position: absolute;
    bottom : 33px;
    left : 0px;
    height: 340px;
    width: 120px;
    background : #FFFFFF;
    background-image: url(../images/left-bottom-bg.gif);
    background-repeat: no-repeat;
    z-index: 1;
}
.header-wrapper {
    position: relative;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    z-index: 1;
    background: #ffffff;
}

.header-wrapper .header-logo {
   position: relative;
   top: 0px;
   left: 0px;

   padding: 0px 0px 0px 463px;
	background-image: url(../images/darkred-bg.gif);
	background-position: 0px;
   background-repeat: repeat-y;
	height: 80px;
	z-index: 0;
}
.header-wrapper .header-logo img{
   padding: 5px 0px 0px 0px;
   border: 0px;
}
.header-menuname{
    position: absolute;
     top: 17px;
       /* vertical-align: middle; */
    left: 145px;
    width: 250px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    z-index: 1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: bold;
    color: #FFFFFF;
}
.lefttop-images {
    position: absolute;
    top : 0px;
    left : 0px;
    height: 110px;
    width: 110px;
    padding: 5px 0px 0px 5px;
    z-index: 5;
    overflow: hidden;
}

.header-wrapper .header-right {
   position: absolute;
   top: 53px;
   right: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px 0px !important;
	padding: 0px 0px 8px 0px;
	height: 32px;
	float: right;
}
.header-wrapper .header-stripe {
   position: relative;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
.header-wrapper .stripe-normal {
	background-image: url(../images/stripe_headarea.gif);
	background-repeat: repeat-x;
}
.header-wrapper .stripe-comhome {
	background-image: url(../images/stripe_headarea_comhome.gif);
	background-repeat: repeat-x;
}
.global-body {
    position: relative;
    top : 0px;
    left : 0px;
    text-align: left;
    width: 100%;
    z-index: 1;
}

.global-body  .left-block {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 120px;
    height: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}

.global-body  .left-block .left-nav {
    position: relative;
    left: 0px;
    z-index: 0;
    width: 120px;
    height: 222px;
}

/*
.global-body  .left-block .nav_left_normalizer {
    position: relative;
    width: 170px;
    height: 16px;
    background: #9d9d9d;
}
*/

.global-body .container-wrapper {
    position: relative;
    left:  120px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    height: 100%;
    z-index: 2;
    float: left;
    width: 745px;
    background-color: #ffffff;
}
.container-content {
    position: relative;
    top: 0px;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    z-index: 1;
    width: 745px;
    height: 100%;
    min-height: 320px;
    float: left;
}

.main-body {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 745px;
    overflow: hidden;

}

.mainbody-block-stripe {
	background-image: url(../images/about_vertical_divider.gif);
	background-repeat: repeat-y;
	background-position: top right;
	width: 540px;
}

.center-block {
   float: left;
   margin: 0px;
   padding: 0px;
   overflow: hidden;
   width: 745px;
   word-wrap:  break-word;
}

.center-block img {
    max-width: 520px;
}

.center-block-short {
    width: 532px;
}

.center-block-middle {
    width: 532px;

}


.user1 {
    position: relative;
    top: 0px;
    /* width: 486px;*/
    padding: 0px 0px 5px 0px;
    margin: 0px;
    border: 0px;
    text-align: left;
    float: left;
}

.container-tabnav {
    position: relative;
    top: 0px;
    width: 745px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}


/*div {border: 1px solid red;}*/

.right-block{
    position: relative;
    top: 0px;
    left: 0px;
    float: right;
    width: 203px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
}


.click-menu{
    margin: 3px 0px 0px 0px;
}

.main_footer, #main_footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 870px;
    background: #FFFFFF;

}

.footer-helper {
    height: 137px !important;
    height: 190px;
}



/* STD TODO ------------- */

h1,h2, h3, h4, h5, h6  {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	font-weight: bold;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}

form {
    margin: 0px;
    padding: 0px;
}

a {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #D17E01; /*#9D9D9D D17E01 FFAA00 */
    text-decoration: none;
    font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


ul {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

ul li {
   line-height: 13px;
   padding: 0px 0px 0px 3px;
   margin: 0px;

   background-image: url(../images/arrow.png);
   background-repeat: no-repeat;
   background-position: 2px 0px;

   list-style-type: disc;
   list-style-image: url(../images/icon_list_circle.gif);
   list-style-position: outside;
   /*text-indent: 2px;*/
}
p {
    margin: 10px 0px 10px 0px;
    padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.container-identity {
    position: relative;
    top: 0px;
    width: 740px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.container-identity .moduletable{
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.container-identity-text{
    position: absolute;
    top: 100px;
    left: 12px;
    width: 400px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    z-index: 1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
	color: #555555;
}


.menuname-dark{
	color: #565656;
}


.menu-right-image {
   margin: 17px 0px 17px 0px;
   border-top: 1px solid #AEAEB2;
   border-bottom: 1px solid #AEAEB2;
}


.moduletable-map{
   position: relative;
   top: 0px;
   z-index: 5;
}
.moduletable-overmap{
   z-index: 50;
   position: absolute;
   top: 50px;
   left: 15px;
   width: 200px;
}

.moduletable-homemap {
   background-color: #EBEBEB;
   width: 100%;
}

.country-flags{
   font-size: 12px;
   font-weight: normal;
}
.country-flags ul.lang-list, .country-flags ul.lang-list li {
  list-style: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
}
.country-flags .flags-horiz ul.lang-list, .country-flags .flags-horiz ul.lang-list li {
  display: inline;
}

.country-flags .flags-horiz ul.lang-list li {
  padding: 0px 0px 0px 4px;
}

.country-flags .flags-horiz ul.languages li span {
  color: #DDA000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 2px 0px 2px;
}
.country-flags .flags-horiz ul.languages li img {
  border: 1px #98BFE7 solid;
}

.country-flags .flags-vert ul.lang-list li {
  padding: 3px 0px 3px 0px;
  height: 15px;
}

.flags-vert .country-flags-text{
  padding-left: 8px;
  vertical-align: top;
}
.flags-vert .country-lang-text {
  vertical-align: top;
}
.country-flags a, .country-flags a:link, .country-flags a:visited, .country-flags a:hover {
	text-decoration: none;
	color: #454545;
	font-weight: normal;
}
a.country-lang:hover  {
   text-decoration: underline;
}

.moduletable, .user1 .moduletable-map, .user1 .moduletable-overmap{
   margin: 0px;
   border: 0px;
}


.contentfooter {
   width: 870px;
	height: 38px;
	background:url(../images/stripe_footer.gif) 0px 5px repeat-x;
   padding: 0px 0px 0px 0px;
}



.mod-inner-top, .mod-inner-bottom {
   height: 0px;
   font-size: 0px;
   display: none;
}


.footerTxt {
	width: 865px;
	padding: 18px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

.mainTxt {
	padding: 0px;
	margin-left: 11px;
	margin-top: 100px;
	height: 120px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #555555;
}


.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #9d9d9d;
}




/* --------------- */

/* Other Mambo Stuff */
.back_button {
  float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  /* border: 3px double #cccccc; */
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}
.pagenav_prev a, .pagenav_next a, .back_button a {
    color: #D17E01;
    text-decoration: none;
    font-weight: bold;
}

.pagenav_prev a:hover, .pagenav_next a:hover, .back_button a:hover {
    text-decoration: underline;
}
.pagenavbar {
	margin-right: 10px;
	float: right;
}
/*
#footer {
	width: 875px;
	text-align: center;
	padding: 3px;
}
*/

.pathway {
color: #BBBBBB;
font-size: 12px;
text-decoration: none;
font-weight: normal;
}

.pathway a{
color: #BBBBBB;
text-decoration: none;
font-weight: normal;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 12px;
  border-top: 1px solid #cccccc;
}

hr {
width:  90%;
 }
hr.separator {
width:  40%;
 }




.moduletable-languages div{
   padding-top: 7px;
   vertical-align: bottom;
}
.moduletable-languages, .moduletable-languages a {
   font-size: 12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9D9D9D;
}

a.pnav {
}
.pnav:hover {
}
.small {
font-size: 10px;
color: #ABABAB;
line-height: 0.7;
font-weight: bold;
}
.smalldark {
font-size: 10px;
color: #000;
height: 10px;
line-height: 10px;
text-align: left;
}
.gray-bottom {
  border-bottom: 1px #cccccc solid;
  margin: 0px;
  padding: 5px 0px 5px 0px;
  list-style: none;
  list-style-image: none;
}
.sectiontableentry1 {
text-align: left;
background: #F9F9F9; /*#EFEFEF; */
font-size: 12px;
padding: 2px;
}
.sectiontableentry2 {
background: #FFFFFF;
font-size: 12px;
text-align: left;
padding: 2px;
}



.button {
border: 1px solid #BBBBBB;
}
.inputbox {
border: 1px solid #BBBBBB;
}

.createdate {
font-size: 12px;
color: #ABABAB;
height: 12px;
line-height: 0.7;
}
.modifydate {
font-size: 12px;
color: #ABABAB;
height: 20px;
line-height: 20px;
margin-bottom: 5px;
}
a.readon {
font-size: 12px;
text-decoration: none;
line-height: 15px;
padding-left: 13px;
/*background: url(../images/readon.gif) no-repeat left;*/
margin-top: 10px;
text-decoration: none;
font-weight: bold;
display: block;
}

.blog_more {
font-size: 12px;
}

a.readon:hover {
/*background: url(../images/readon.gif) no-repeat left;*/
text-decoration: underline;
}

.blog {
width: 100%;
}

/* content */
.article_seperator{
    visibility: hidden;
}
h3.contenttitle, .mod-title h3{
 height: 16px;
 line-height: 18px;
 vertical-align: top;
 font-size: 12px;
 font-weight: bold;
 color: #555555;
 padding: 0px 9px 0px 9px;
 margin: 0px;
 background-color: #FFFFFF;
 overflow: hidden;
 display: block;
}
.page-lightblue h3.contenttitle { /* , .mod-title h3 */
 color: #9fc0d0; /* #bbd1dd */
}
.comhome .main-body, .comhome .main-body .contenttext, .nathome .main-body, .nathome .main-body .contenttext{
    font-size: 11px;
}
.comhome .main-body a.readon, .nathome .main-body a.readon {
    font-weight: bold;
    font-size: 11px;
}
.nathome .main-body .article_seperator{
   display: block;
}
.nathome .main-body .article-seperator-1 {
   height: 22px;
   background: url(../images/article-seperator-bg.gif) repeat-x left;
}
.nathome .main-body .article-seq-1 {
   background-color: #E8E8E8;
}

.right-block div.moduletable {
 margin:  0px 0px 10px 0px;
 padding: 0px;
 width: 203px;
}
.righttext {
	margin-right: 10px;
	float: right;
}
.pagecenter {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}
.page-blue .contentheading, .page-blue .componentheading, .page-blue .mod-title {
	background-image:url(../images/blue_title_bg.gif);
}
.page-lightblue .contentheading, .page-lightblue .componentheading, .page-lightblue .mod-title {
	background-image:url(../images/lightblue_title_bg.gif);
}
.page-green .contentheading, .page-green .componentheading, .page-green .mod-title {
	background-image:url(../images/green_title_bg.gif);
}
.page-yellow .contentheading, .page-yellow .componentheading, .page-yellow .mod-title {
	background-image:url(../images/yellow_title_bg.gif);
}

.page-gray .contentheading, .page-gray .componentheading, .page-gray .mod-title {
	background-image:url(../images/gray_title_bg.gif);
}

.contentheading, .componentheading, .mod-title,
.page-darkred .contentheading, .page-darkred .mod-title {
	background-image:url(../images/darkred_title_bg.gif);
}

.page-darkred h3.contenttitle, .page-darkred .mod-title h3{
 color: #993300;
}
.contentheading, .componentheading, .mod-title {
 margin: 0px;
 padding: 0px;
 vertical-align: top;
 font-weight: bold;
 font-size: 12px;
 height: 32px;
 width: 100%;
 line-height: 18px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #555555;
 text-align: left;
 background-repeat: repeat-x;
 background-position: 0px 3px;
}


.contentpaneopen {
text-align: left;
background: transparent;
font-size: 12px;
 width: 100%;
/*line-height: 1.8;*/
}

table.contentpane td.contentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: none;
}

table.contentpane ul {
margin: 0px;
padding: 0px;
  list-style: none;
  list-style-image: none;
}

table.contentpane ul li{
padding: 0px;
margin: 0px;
padding-left: 15px;
  list-style: none;
  list-style-image: none;
}
ul.author {
  list-style: none;
  list-style-image: none;
	padding-left: 0px; margin: 2px; list-style-type: none
}
li.author a.selectedauthor {
	color: #bf5906;
}

li.author {
	background-position: 0px 3px; padding-left: 15px;
  list-style: none;
  list-style-image: none;
   line-height: 15px; padding-top: 0px; background-repeat: no-repeat
}

.contentdescription {
font-size: 12px;
}
.sectiontableheader {
font-weight: bold;
font-size: 12px;
height: 25px;
line-height: 25px;
}
.categorytitle {
font-weight: bold;
font-size: 16px;
height: 25px;
line-height: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
.componentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #555555;
}
*/

a.category {
text-decoration:  none;
 }
a.category:hover {
text-decoration:  none;
 }


.poll {
font-size: 12px;
text-align: center;
}


.back_button a{
font-size: 12px;
 font-weight: bold;
}

.blogsection {
font-size: 12px;
}

.blog_more ul li{
list-style: none;
padding-left: 14px;
line-height: 18px;
}

table.contenttoc {
border: 1px solid #CCCCCC;
padding: 3px;
}

table.contenttoc th{
font-weight: bold;
font-size: 12px;
border-bottom: 1px solid #BBBBBB;
}




/* Color Modules */
/* info box */
.moduletable-infobox {
	width: 203px;
   height: auto;
   margin: 0px 0px 10px 0px;
   padding: 0px;
   background-color: #9d9d9d;
	color: #ffffff;
}

.moduletable-infobox .mod-inner-top{
	background-image: url(../images/infobox_header.gif);
	background-repeat: no-repeat;
    height: 70px;
    display: block;
}

.moduletable-infobox .mod-inner-bottom{
	background-image: url(../images/infobox_footer.gif);
	background-repeat: no-repeat;
	height: 19px;
    display: block;
}

.moduletable-infobox .mod-inner-body {
	width: 193px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	background-color: #9d9d9d;
	padding: 5px;
}

.moduletable-infobox a {
	color: #ffffff;
	text-decoration: underline;
}

.moduletable-infobox a:hover {
	color: #000000;
	text-decoration: underline;
}

/* -- */
.moduletable-countryflags {
   margin: 3px 0px 10px 0px;
}
.moduletable-countryflags .country-flags .flags-vert ul.lang-list,
.moduletable-countryflags .country-flags .flags-vert ul.lang-list li {
  list-style: none;
}
.moduletable-countryflags .country-flags .flags-vert ul.lang-list li{
    border-top: 2px solid #FFFFFF;
    border-bottom: 1px solid #9d9d9d;
    padding: 2px 0px 2px 0px;
    margin: 0px;
}
.moduletable-countryflags .country-flags .flags-vert ul.lang-list li img{
    margin-left: 10px;

}
.moduletable-countryflags .mod-title{
   height: 16px;
   background-color: #D9D9D9;
   background-image: none;
   padding: 4px 5px 0px 10px;
   border-bottom: 1px solid #9d9d9d;
}
.moduletable-countryflags .mod-title h3{
 height: 15px;
 font-size: 12px;
 font-weight: bold;
 color: #555555;
 padding: 0px;
 margin: 0px;
 background-color: #D9D9D9;
 background-image: none;

}


/* info box2 */
.moduletable-graybox {
   width: 203px;
   height: 100%;
   margin: 3px 0px 10px 0px;
   padding: 0px;
   background-color: #EDEDED;
   color: #555555;
}

.moduletable-graybox .mod-title{
   height: 20px;
   background-color: #D9D9D9;
   background-image: none;
   padding: 5px 5px 0px 10px;
}

.moduletable-graybox .mod-title h3{
    height: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    padding: 0px;
    margin: 0px;
    background-color: #D9D9D9;
    background-image: none;

}

.moduletable-graybox .mod-inner-body {
	width: 183px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #555555;
	background-color: #EDEDED;
	padding: 10px;
}

.moduletable-graybox a {
	color: #555555;
	text-decoration: underline;
}

.moduletable-graybox a:hover {
	color: #000000;
	text-decoration: underline;
}
/* -- */
/* Project hl */

.moduletable-project-highlight {
	width: 203px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	background-color: #D17E01;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.moduletable-project-highlight p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.highlight-lang {
  height: 520px;
}
.moduletable-project-highlight .mod-inner-body {
	width: 193px;
	padding: 5px;
}
.moduletable-project-highlight img {
   clear: both;
   float: none;
   margin: -5px -5px 5px -5px !important;
   margin: -11px -11px 5px -11px;
}

.moduletable-project-highlight .mod-title{
 height: 28px;
 background-color: #FFFFFF;
 background-image:url(../images/orange_title_bg.gif);
}

.moduletable-project-highlight .mod-title h3{
 height: 15px;
 vertical-align: top;
 font-size: 12px;
 font-weight: bold;
 color: #D17E01;
 padding: 0px 9px 0px 9px;
 margin: 0px;
 background-color: #FFFFFF;
 display: inline;
 z-index: 5;
}


/*
.moduletable-project-highlight .mod-inner-top{
	background-image: url(../images/stripe_project_hl.gif);
	background-repeat: no-repeat;
   height: 27px;
}
*/


.moduletable-project-highlight table.contentpaneopen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	padding: 5px;
}


.moduletable-project-highlight a {
	color: #ffffff;
	/*text-decoration: underline;*/
}

.moduletable-project-highlight a:hover {
	color: #000000;
	/*text-decoration: underline;*/
}

.gfxHeadline {
	margin-left: 11px;
	margin-top: 80px;
}

a.about {
	color: #D17E01;
	text-decoration: none;
	font-weight: bold;
}


.datasheet_hl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #555555;
}

.commentsline  {
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 16px;
	color: #ffffff;
	background-color: #f17008;
	text-transform: none;
	width: 100%;
	line-height: 24px;
	text-align: left
}
div.message {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #999999;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}
.clr {
	clear: both;
}
