/* background styles
   ----------------------------------------------------*/

.default_bg {
    background-image:  url(../images/background.gif);
    background-repeat: repeat-y;
}

.bodyweb {
    background-image:  url(../images/backgroundnav.gif);
    background-repeat: repeat-y;
}

.bodymag {
    background-image: url(../images/backgroundmag.gif);
    background-repeat: repeat-y;
}

/* navigation related styles
   ----------------------------------------------------*/

.nav-img {
    margin-top: 1px;
    padding-top: 1px;
    margin-bottom: 1px;
    padding-bottom: 1px;
}


/* link related styles
   ----------------------------------------------------*/

a:link {
    color: #CC3300;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #c30;
    text-decoration: none;

}

a:hover {
    color: #CC3300;
    text-decoration: underline;
}


/* NAVIGATION */


#rightcontent {
    position: absolute;
    left: 605px; 
    top: 14px;
    width: 200px;
}

#rightcontent #substar {
    padding-left: 11px;
}

.nav_right {
    width: 155px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    font-style: normal;
    line-height: 13px;
    font-weight: normal;
    color: #333333;
}  

.nav_left {
    text-align: right;
    padding: 0px 34px 0 0;
    text-decoration: none;
    line-height: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: light;   
    font-size: 10px;
}    
/* content copy related styles */
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 140%;
    font-weight: normal;
    color: #333333;
}

.td_small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: 130%;
    font-weight: normal;
    color: #333333;
}

b {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 140%;
    font-weight: bold;
    color: #333333;
}

h1 {
    line-height: 140%
}

.header_orange {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
    font-weight: bold;
    color: #CC3300;
}

.header_orangelite {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
    font-weight: normal;
    color: #CC3300;
}

.header_grey {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}

.header_green {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
    font-weight: bold;
    color: #336600;
}

.header_grey_lite {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
    font-weight: normal;
    color: #333333;
}

.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 140%;
    font-weight: normal;
    color: #333333;
}

.caption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    line-height: 140%;
    font-weight: bold;
    color: #333333;
}

.author {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    line-height: 140%;
    font-weight: normal;
    color: #333333;
}

.highlitedbody {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 140%;
    font-weight: normal;
    color: #CC3300;
}

.lw_title a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:18px; 
    font-style: normal;
    line-height: 140%;
    font-weight: normal;
    color:#666;
    text-decoration:none;
}

.lw_sub_title {
    font-size: 12px;
    color: #333333;
    font-weight: bold;

}

.tittle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
    font-weight: normal;
    color: #333333;
}

.tittlethick {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 150%;
    font-weight: bold;
    color: #333333;
    font-variant: normal;
}

.imgPadding {
    padding-top: 3px;
}

.tdpadding {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#linkImg {
    outline: 0px;
    border-top: 0px;
    text-decoration: none;
}
.flow {
    float: left;
    padding-top: 5px;
    padding-right: 15px;
}
input, textarea, option, submit { 
    font-family: Verdana, Helvetica, sans-serif; 
    font-size:11px; 
    border: 1px solid #999; 
    color : #000000;	
    background-color: #f7fe6;
}
a.pink {
    color: #CC0099;
}    
a.green {
    color:#339900;
}
a.blue {
    color: 0066CC;
}
.pink {
    color: #CC0099;
}    
.green {
    color:#339900;
}
.blue {
    color: 0066CC;
}
.small_caps {
    font-variant: small-caps;
}
