/* ---------------------------------------------------- */
/*  Dick Donohue - Resume.css                           */
/*  Cascading Style Sheet                               */
/*                                                      */
/*  Author: Dick Donohue                                */
/*  Date:   November, 2001                              */
/*  Copyright (c) 2001, D.Donohue, All Rights Reserved  */
/*                                                      */
/*                                                      */
/*                                                      */
/* ---------------------------------------------------- */

BODY{
    background-color: #FFFFFF;
    font-family: "Arial","Tahoma","sans-serif";
    font-size: 9pt;
}


.RecruiterClick{
    font-size: 7pt;
 /*   position:absolute;
    top: 15px;*/

}

.NameHeading{
    text-align: center;
    color : #007F00;
    font-family : "Times New Roman","New York", "serif";
    font-weight : bolder;
    font-size: 26pt;
    font-variant: small-caps;
    padding:0;
    margin: 0;
}
.Address{
    text-align:center;
}
.Address a {
    font-style:italic;
}


.SectionHeader{
    color: #007F00;
    background-color: #DDDDDD;
    font-family : "Times New Roman","New York", "serif";
    font-size: 12pt;
    font-weight : bolder;
    font-variant: small-caps;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Section{
    margin-left: 50px;
    margin-right: 50px;
}
.Section table{
    margin: 0;
}

.BulletText{
    font-family: "Arial","Tahoma","serif";
    font-size: 9pt;
    font-weight: bolder;
    color: #000088;
    text-align: left;
    vertical-align: top;
}
.BulletText span{
    font-weight: normal;
}



.JobTitle{
    font-weight : bold;
}
.JobLocation{
    font-family: "Arial","Tahoma","serif";
    font-size: 9pt;
    font-style: italic;
}
.JobSummary{
    color: #000088;
}
.JobDetails{
    margin-bottom: 10px;
}


.CopyrightText{
    color: #007F00;
    font-family: "Arial","Tahoma","serif";
    font-size: 7pt;
    text-align: center;
}

