/* Body Definitions */
body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
margin: 1em;
padding: 0;
background-color: #FFFFFF;
}

/* Header Text */
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 100%;
text-align: center;
padding: 10px;
margin: 0;
color: #999999;
}
h1.bred {
color: #993333;
}

h2.cntr {
text-align: center;
font-size: 100%;
color: #999999;
}

/* Regular Text */
p {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 80%;
color: #999999;
padding: 5px;
margin: 0;
}
p.rt {
text-align: right;
}
p.cntr {
text-align: center;
}
p.lt {
text-align: left;
}
p.bred {
color: #993333;
}
p.mnu {
text-align: right;
padding: 0;
margin: 0;
}

/* Small Text */
p.sm {
font-size: 65%; 
}
p.smlt {
font-size: 65%; 
text-align: left;
}
p.smcntr {
font-size: 65%; 
text-align: center;
}
p.smrt {
font-size: 65%; 
text-align: right;
}
p.smnu {
font-size: 65%; 
text-align: center;
padding: 0;
margin: 0;
}
p.smbxc {
font-size: 65%; 
text-align: center;
padding: 0;
margin: 0;
}
p.smbxl {
font-size: 65%; 
text-align: left;
padding: 0;
margin: 0;
}

/* Tables */
table {
border-collapse: collapse;
border: 0px;
}
td.mnugr {
background: #CCCCCC;
text-align: center;
}
td.bdr {
background: #999999;
width: 1px;
}
td.gline {
background: #999999;
height: 1px;
}
td.top {
vertical-align: text-top;
}
td.ctr {
text-align: center;
}
td.lt {
text-align: left;
}

/* Grey Link */
a.one:link {
text-decoration: none; 
color: #999999;
}
a.one:visited {
text-decoration: 
none; color: #999999;
}
a.one:hover {
text-decoration: underline; 
color: #666666;
}

/* Brick Red Link */
a.onel:link {
text-decoration: underline;
color: #999999;
}
a.onel:visited {
text-decoration: underline;
color: #999999;
}
a.onel:hover {
text-decoration: underline; 
color: #666666;
}

/* Brick Red Link */
a.bred:link {
text-decoration: none; 
color: #993333;
}
a.bred:visited {
text-decoration: none; 
color: #993333;
}
a.bred:hover {
text-decoration: underline; 
color: #993333;
}

/* Images */
img {
border: 0;
}

/* Grey Box */
td.mnutop {
height: 3px;
background: url(images/menutop.gif);
}
td.mnutopl {
background: url(images/menutopl.gif);
}
td.mnutopr {
background: url(images/menutopr.gif);
}
td.mnul {
width: 9px;
background: url(images/menul.gif);
}
td.mnur {
width: 9px;
background: url(images/menur.gif);
}
td.mnubot {
height: 10px;
background: url(images/menubot.gif);
}
td.mnubotl {
background: url(images/menubotl.gif);
}
td.mnubotr {
background: url(images/menubotr.gif);
}

/* White Box */
td.mnutopw {
height: 3px;
background: url(images/menutopw.gif);
}
td.mnutopwl {
background: url(images/menutopwl.gif);
}
td.mnutopwr {
background: url(images/menutopwr.gif);
}
td.mnuwl {
width: 9px;
background: url(images/menuwl.gif);
}
td.mnuwr {
width: 9px;
background: url(images/menuwr.gif);
}
td.mnubotw {
height: 10px;
background: url(images/menubotw.gif);
}
td.mnubotwl {
background: url(images/menubotwl.gif);
}
td.mnubotwr {
background: url(images/menubotwr.gif);
}