 
/* ===============================

 GLOBAL CONFIG STYLE CSS 
 
 =================================*/

/* ================== 
HEADINGS
 =================== */

h1 {
line-height: 145%;
padding: 4px;
letter-spacing: -1px;
font-weight: normal;
font-style: normal;
font-size: 28px;
color: #821A0F;
}
h1.small {
letter-spacing:0.5px;
font-weight: lighter;
color:#821a0f;
font-size:10px;
padding:3px 0px;
}
h1.med {
letter-spacing:0.5px;
font-weight: normal;
color:#821a0f;
font-size:14px;
padding:3px 0px;
}

h1.medblue {
font-size: 18px;
letter-spacing: 1px;
color: #4F697D;
}

h1.wdblue {
color:#5B89A9;
font-weight: bold;
}

h2 {
line-height: 120%;
padding: 4px;
/*letter-spacing: -1px;*/
font-weight: normal;
font-style: normal;
font-size: 24px;
color: #4F697D;
}

h3 {
line-height: 145%;
padding: 4px;
letter-spacing: -1px;
font-weight: normal;
font-style: normal;
font-size: 20px;
color: #959486;
}

h4 {
padding: 4px;
font-weight: bold;
font-style: normal;
color: #993333;
font-size: 16px;
letter-spacing: -0.5px;
}
/* ===========================
MAIN CONTENT GLOBAL STYLE
============================== */

#MainContent a:link{
/*border-bottom:1px dashed #999999;*/
color:#6f5236;
text-decoration:none;
}
#MainContent a:visited{
/*border-bottom:1px dashed #999999;*/
color:#83A6BE;
text-decoration:none;
}
#MainContent a:hover {
color:#5391b6;
text-decoration:none;
}
#MainContent a:active{
/*border-bottom:1px dashed #999999;*/
color:#83a6be;
text-decoration:none;
}


/* ======================
CONTENT GLOBAL STYLE
========================= */

.mainText {
font-size: 140%;
line-height: 140%;
font-family: Georgia, "Times New Roman", Times, serif;
}

/* ======================
FOOTER GLOBAL STYLE
========================= */

#wdfooter {
color:#999999;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 1.1em;
}
#wdfooter a  {
text-decoration:none;
padding:0px 5px;
color: #FFFFFF;
}
#wdfooter a:link{
color:#8f8f8f;
}
#wdfooter a:visited{
color:#8f8f8f;
}
#wdfooter a:hover{
color:#5391b6;
}
#wdfooter a:active{
color:#8f8f8f;
} 
