a.ahead {FONT-SIZE: 80%; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
a.ahead:visited {FONT-SIZE: 80%; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
a.atext {FONT-SIZE: 100%;COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
a.atext:visited {FONT-SIZE: 100%;COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; TEXT-DECORATION: none}
a:hover { TEXT-DECORATION:underline }

.table {BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
.tdbody {PADDING-RIGHT: 0.4em; PADDING-LEFT: 0.4em; VERTICAL-ALIGN: middle; LINE-HEIGHT: 90%; HEIGHT: 1.7em; TEXT-ALIGN: center
}
.tdhead {BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0.5em; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; VERTICAL-ALIGN: middle; TEXT-ALIGN: right; BORDER-RIGHT-WIDTH: 0px
}
.tdleftside {BORDER-TOP-WIDTH: 2px; PADDING-LEFT: 0.25em; BORDER-LEFT-WIDTH: 2px; BORDER-BOTTOM-WIDTH: 2px; VERTICAL-ALIGN: middle; TEXT-ALIGN: left; BORDER-RIGHT-WIDTH: 0px
}
.tdrightside {PADDING-RIGHT: 0.25em; PADDING-LEFT: 0.25em; VERTICAL-ALIGN: middle; TEXT-ALIGN: center
}

/***********************************************/
/* Layout div styles                           */
/***********************************************/

#pageNav{
        float: left;
        width:178px;
        padding: 0px;
        background-color: #F5f7f7;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        font: small Verdana,sans-serif;
}

#content{
        padding: 0px 10px 0px 0px;
        margin:0px 0px 0px 178px;
        border-left: 1px solid #ccd2d2;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
        font-family: Arial,sans-serif;
        color: #333333;
        line-height: 1.166;
        margin: 0px;
        padding: 0px;

}

/******* hyperlink and anchor tag styles *******/


a:hover{
        text-decoration: underline;
}

/************** header tag styles **************/

h1 {
  text-align: center;
}

h2 {
 font: bold 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}


h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/************** feature styles *****************/

.feature{
        padding: 0px 0px 10px 10px;
        font-size: 100%;
        min-height: 200px;
        height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
        font: bold 175% Arial,sans-serif;
        color: #000000;
        padding: 30px 0px 5px 0px;
}

.feature img{
        float: left;
        padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
        padding: 10px 0px 0px 10px;
        font-size: 100%;
}

.story h3{
        font: bold 125% Arial,sans-serif;
        color: #000000;
}

.story p {
        padding: 0px 0px 10px 0px;
}

.story a {
        font:  Arial,sans-serif;
}

.story a:hover {
                text-decoration: underline;
}

.story a.capsule{
        font: bold 1em Arial,sans-serif;
        color: #005FA9;
        display:block;
        padding-bottom: 5px;
}

.story a.capsule:hover{
        text-decoration: underline;
}

.story a.notHref {
text-decoration:none;
}

td.storyLeft{
        padding-right: 12px;
}

.storyLeft a {
        font: bold 100% Arial,sans-serif;
}

/************* relatedLinks styles **************/

.relatedLinks{
        margin: 0px;
        padding: 0px 0px 10px 10px;
        border-bottom: 1px solid #cccccc;
        font: 90% Verdana,sans-serif;

}

.relatedLinks a{
        display: block;
        text-decoration: none;
}

.relatedLinksHeader {
        padding: 10px 0px 2px 0px; 
        font: bold 100% Arial,sans-serif;
}

