﻿body {
}

a.standard
{
	color: #0082c8;
	text-decoration: none;
}

a.standard:hover
{
    text-decoration: underline;
}


a.applyLink
{
    display: block;
    width: 104px;
    height: 29px;
    margin: 10px 0px 0px 0px;
    background: url("/_images/applyNowBTN.png") no-repeat
}

a.applyLink:hover
{
    background: url("/_images/applyNowBTNOver.png") no-repeat;
}

.submitButton
{
    display: block;
    width: 104px;
    height: 29px;
    margin: 10px 0px 0px 0px;
    border: none;
    background: url("/_images/submitBTN.png") no-repeat
}

.submitButton:hover
{
    background: url("/_images/submitBTNOver.png") no-repeat;
}