/* Candidate Manager Stylesheet */

.body {
    font-family: Verdana, Arial, sans-serif;
}

.heading {
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
    font-size: 75%;
}
.AddressLabel
{
    font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
    font-size: 8px;
     width:43%;
}
.heading .heading { /* for td.heading within tr.heading */
	font-size: 100%;
}

.bodytext {
    font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
    font-size: 75%;
}

.heading .bodytext { /* for td.bodytext within tr.heading */
	font-size: 100%;
}

.Question {
    font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
    font-size: 75%;
}

#tblPreview .Question { /* only for preview page */
	font-weight: normal;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

.SectionHeader {
    font-family: Verdana, Arial, sans-serif;
    font-size: 75%;
	font-weight: normal;
	color: #FFFFFF;
	background: #999999;
	padding: 2px 5px;
}

.SectionDescription
{
    font-size: 75%;
    font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

.joblink
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: underline
}
.joblink:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: underline
}
