/* sty0020.css:  for xhtml strict conversion. 
   2007/10/07 initial implementation.
   2007/11/09 add .turq, h2.
   2008/03/04 add orange-bold
   2009/04/20 add table.middle
   2009/11/14 add orange (not bold)
   2010/10/14 add updt-hilite
*/
.h1-sim {
        font-family: arial, helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
}
.photocap {
        font-size: 8pt;
}
.orange {
        color: #FF9900;
}
.orange-bold {
        color: #FF9900;
        font-weight: bold;
}
.pink-bold {
        color: #FF99FF;
        font-weight: bold;
}
.red-bold {
        color: #FF6600;
        font-weight: bold;        
}
.turq {
        color: #33FFFF;
}
.turq-bold {
        color: #33FFFF;
        font-weight: bold;
}
.updt-hilite {
        color: #FFFFCC;
}
.yellow {
        color: #FFFF33;
}
.yellow-bold {
        color: #FFFF33;
        font-weight: bold;
}
a:active {
        color: #00CCFF;
}
a:link {
        color: #99FF00;
}
a:visited {
        color: #FFCC00;
}
body {
        background-color: #666666;
        color: #FFFFFF;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        margin-left: auto;
        margin-right: auto;
        width: 585px;
}
div.center {
        text-align: center;
}
h1 {
        font-family: arial, helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        text-align: center;
}
h2 {
        font-family: arial, helvetica, sans-serif;
        font-size: 12pt;
        font-weight: normal;
        text-align: center;
}
img {
        border-style: none;
}
img.middle {
        border-style: none;
        vertical-align: middle;
}
p.center {
        text-align: center;
}
table {
        table-layout: auto;
}
table.middle {
        table-layout: auto;
        margin-left: auto;
        margin-right: auto;
}
td {
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
}
td.big12 {
        font-family: arial, helvetica, sans-serif;
        font-size: 12pt;
}
td.big14-bold {
        font-family: arial, helvetica, sans-serif;
        font-weight: bold;
        font-size: 14pt;
}

