body {
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
}

span, a
{
    font-size: x-small;
}

div
{
    margin:0px;
    padding:0px;
}

hr
{
    /* color: #8C0000;*/
    height: 1px;
}

.tableResumeFormHeader
{
    margin: auto;
    width: 580px;
    border: 0px;
    background-color: #8C0000;
}

.formHeaderLabels
{
    color: #FFFFFF;
    font-size:small;
    font-weight: bold;
}

.tableInputResumeForm
{
    margin: auto;
    width: 580px;
    border: 0px;
    border-color: #8C0000;
    border-top: #8C0000 2px solid;   
    border-bottom: #8C0000 2px solid;
    border-left: #8C0000 2px solid;
    border-right: #8C0000 2px solid;
}

.labelRequired
{
    color:Red;
    font-family: Verdana;
    font-size:x-small;
    font-weight:bold;
}

.formInstructions
{
    font-size: x-small;
    color: Blue;
}

.formSubHeader
{
    color: #8C0000;
    font-size: small;
    font-weight: bold;
}

.textBox, .dropDown
{
    font-family: Verdana;
    font-size:x-small;   
    width: 100%; 
}

.textBox80, .dropDown80
{
    font-family: Verdana;
    font-size:x-small;   
    width: 80px; 
}

.textBox100, .dropDown100
{
    font-family: Verdana;
    font-size:x-small;   
    width: 100px; 
}

.textBox120
{
    font-family: Verdana;
    font-size:x-small;   
    width: 120px; 
}

.textBox125, .dropDown125
{
    font-family: Verdana;
    font-size:x-small;   
    width: 125px; 
}

.textBox150, .dropDown150
{
    font-family: Verdana;
    font-size:x-small;   
    width: 150px; 
    /* border: 1px;
    border-style:solid;
    border-color: #8C0000; */
}

.select150
{
    font-family: Verdana;
    font-size:x-small;   
    width: 150px; 
    border: 1px;
    border-style:solid;
    border-color: #8C0000;
}

.textBox200, .dropDown200
{
    font-family: Verdana;
    font-size:x-small;   
    width: 200px; 
}

.textBox275, .dropDown275
{
    font-family: Verdana;
    font-size:x-small;   
    width: 275px; 
}

.textBox50
{
    font-family: Verdana;
    font-size:x-small;   
    width: 50px; 
}

.dropDown300
{
    font-family: Verdana;
    font-size:x-small;   
    width: 300px; 
}

.dropDown325
{
    font-family: Verdana;
    font-size:x-small;   
    width: 325px; 
}

.dropDown350
{
    font-family: Verdana;
    font-size:x-small;   
    width: 350px; 
}

.dropDown450
{
    font-family: Verdana;
    font-size:x-small;   
    width: 450px; 
}

.listBox150
{
    font-family: Verdana;
    font-size:x-small;   
    width: 150px; 
    height: 100px;
}