﻿.article {
    width: 700px;
    color: #000000;
    margin: 0px;
    padding: 10px 5px 5px 15px;
    float: left; /* need for Firefox 2.0 & before, no need for IE6/IE7 */
}

.article h1 {
    font-family: Verdana,Trebuchet MS;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 4px;
    margin: 4px;
}

.article h2 {
    font-family: Verdana,Trebuchet MS;
    font-size: 12pt;
    font-weight: bold;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 4px;
    margin: 4px;
}

.article h3 {
    font-family: Verdana,Trebuchet MS;
    font-size: 10.5pt;
    font-weight: bold;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 4px;
    margin: 4px;
}

.article p {
    font-family: Verdana,Trebuchet MS;
    font-size: 10.5pt;
    line-height: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 4px;
}

.article  a:link {color:#0058DB;}

.article a:visited {color:#483D8B;}

.article a:hover {text-decoration:underline;color:#DB4500;cursor:hand;}

.article a:active {color:#DB4500;}

.article .idx4 p {font-size: 10.5pt;
    font-family: Verdana,Trebuchet MS,Tahoma;
    line-height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 2px;
}

.article ul.index {
    padding: 0px auto;
}

.article ul.index li {
    height: 37px;
    width: 115px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 37px;
    padding: 0px 0px 0px 45px;
    font-family: Verdana, Arial, Serif;
    color: #ef5000;
    list-style-type: none;
    float: left;
    margin: 10px 0px 20px 0px;
    font-weight: bold;
    font-size: 18px;
}

.article ul.index li.dotgreen {
    background-image: url(../images/temps/w_dot_green.gif);
}

.article ul.index li.dotorange {
    background-image: url(../images/temps/w_dot_orange.gif);
}

.article ul.index li.dotyellow {
    background-image: url(../images/temps/w_dot_yellow.gif);
}

.article ul.index li.dotred {
    background-image: url(../images/temps/w_dot_red.gif);
}

.article ul.index li a {
    text-decoration: none;
    color: #ef5000;   
    font-weight: bold;
}

.article ul.index li a:hover {
    text-decoration: underline;
    color: #ef5000;   
    font-weight: bold;
}

.article h1.index {
    font-family: Verdana,Trebuchet MS;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 4px;
    margin: 4px;
    color: #000000;
}

.article .nav {
font-family: Verdana,Trebuchet MS;
    font-size: 10.5pt;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 4px;
	text-align:right;
	padding-right:10px;
}

.article ul.mc {
padding:0px;margin:0px;
}

.article ul.mc li {
list-style-type:none;
margin:0px;0px;20px;0px;
padding:0px;
float:left;
width:350px;
  font-size: 14px;
  line-height: 26px;
  font-family: Verdana,Trebuchet MS,Tahoma;
}

.article br.mc {
clear:left;
font-size:1px;
}

.article .fj {
 text-align: right;
  font-size: 14px;
  padding: 0px 15px 0px 0px;
}

.article .fj span {
  text-decoration: underline;
  color: #ab400f;
  cursor: pointer;
}