@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
background-color:#000000;
margin-top:8px;
}

A:link	{ color: #017337; }
A:visited { color: #017337; }
A:active  { color: #663333; }
A:hover   { color: #8c5011; }

.introtext {
font-size:16px;
line-height:20px;
}

.redbold {
font-size:18px;
line-height:22px;
font-weight:bold;
color:#9e0b0f;
}

.redsmaller {
font-size:12px;
line-height:16px;
font-weight:bold;
color:#9e0b0f;
}

.greenmid {
font-size:15px;
line-height:18px;
font-weight:bold;
color:#017337;
}

#dash-sep {
border-top-style:dashed;
border-top-color:#edcba9;
border-top-width:1px;
margin-top:6px;
}

.blackmid {
font-size:15px;
line-height:18px;
font-weight:bold;
}

.smalldesc {
font-size:10px;
line-height:14px;
}

#tsc-box {
border-color:#edcba9;
border-style:solid;
border-width:1px;
padding:5px;
background-image:url(images/tsc_back.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
margin-bottom:10px;
margin-top:10px;
}

.yellowmid {
color:#fff799;
font-size:14px;
font-weight:bold;
}

.pagetitle {
color:#017337;
font-size:20px;
font-weight:bold;
padding-bottom:4px;
margin-bottom:4px;
border-bottom-color:#edcba9;
border-bottom-style:solid;
border-bottom-width:1px;
}