/* --------------------------------------------------------------------
   -- d_m_print.css
   --
   -- You may link to this site freely from your own site.
   --
   -- Copyright © 2005 - 2008 Dave Moats.  All rights reserved.
   -------------------------------------------------------------------- */

body 
{ 
   color:        #000000;
   background:   #ffffff;
   font-family:  "Times New Roman", Times, serif;
   font-size:    12pt;
   width:        900px;
}

ul.resumeList
{
    list-style-type: none;
}

ul.resumeSubList
{
    list-style-type: disc;
}
ul.resumeSubList1
{
    list-style-type: disc;
    float: left;
}
ul.resumeSubList2
{
    list-style-type: circle;
}

li.resumeData
{
    text-decoration: none;
}

td.resumeMainHeader
{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

td.resumeSubHeader
{
    font-size: 20px;
    text-align: center;
}

td.resumeSubHeader2
{
    font-size: 17px;
    text-decoration: none;
}

td.resumeJobTitle
{
    font-weight: bold;
    text-align: left;
}
td.resumeCompany
{
    font-weight: bold;
    text-align: left;
}

td.resumeDate
{
    text-align: left;
}

