/*
    jb2works.com website css file
    $Revision: 1.13 $ $Date: 2009/03/04 22:49:51 $
*/
* {
    margin: 0;
    padding: 0;
}
.td2, .tdhead {
    margin: 0;
    padding: 10;
}
a {
    color: #5b59aa;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
hr {
    border: 0px;
    color: #c2c2c6;
    background-color: #c2c2c6;
    height: 1px;
}
img {
    border: 0px;
}
.fadein {
    background-image:url(images/content_fadein.png); 
    background-repeat:repeat-x;
}
.header-background {
    background-image:url(images/header_background.png); 
    background-repeat:repeat-x;
    background-position:top right;
}
/* font families */
.text, .td1, .td2, .tdhead, .headsmall, heads, .head, .head1,.headbr,
.textsmall, .textsmall1, .more, .copyright, .navibar, .navisep, .boxitem {
    font-family: sans-serif;
    vertical-align: top;
    text-align: left;
}
.plaintext,{
    font-family: courier;
    vertical-align: top;
    text-align: left;
}
/* font colors */
.td1, .td2, .tdhead, .copyright { color:#3a3a3a; }
.headsmall,.head, .head1, .headbr { color:#777777; }
.heads { color:#999999; }
.plaintext { color:#3e3e86; }

/* bold fonts */
.headsmall, .head, .head1, .headbr {font-weight: bold; }

/* font sizes */
.navisep { font-size: 5px; line-height : 5px; }
.boxitem { font-size: 5px; line-height : 5px; }

.textsmall { font-size: 10px; line-height : 15px; }
.textsmall1 { font-size: 10px; line-height : 16px; }
.navibar { font-size: 10px; line-height : 27px; }

.heads { font-size: 11px; line-height : 11px; }
.plaintext { font-size: 11px; line-height : 15px; }
.more { font-size: 11px; line-height : 22px; }
.headsmall,.head1  { font-size: 11px; line-height : 35px; }
.copyright {
    font-size: 11px;
    line-height : 16px;
    background-image:url(images/content_fadeout.png);
    background-repeat:repeat-x;
    background-position:bottom left;
    height: 104px;
    text-align: center;
}

.text, .td1, .td2 {
     font-size: 13px; line-height: 17px;
}

.head,.headbr, .tdhead { font-size: 15px; line-height : 35px; }
 