/*
 *	landry job bank styles
 */

BODY {
    background-color: #FFFFFF;
	color: black;
    font-family: arial, helvetica, sans-serif;
    font-size: smaller;
}

/* cell contents do not inherit default style in some browsers */
TD {
	color: black;
    font-family: arial, helvetica, sans-serif;
    font-size: smaller;
}

/* used for page headings */
H1
{
    color: #666666;
    font-family: arial, helvetica, sans-serif; 
    font-size: larger;
    font-weight: bold;
}
 
/* used for page sub-headings */
H2
{
    color: #666666;
    font-family: arial, helvetica, sans-serif; 
    font-size: larger;
    font-weight: normal;
}
 
/* anchors (links that are not navigation) */
A {
}

a:link {
  color: #990000; 
}

a:hover {
	text-decoration: none;
}


/* headings with emphasis, usually within tables */
.heading
{
    color: black;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
	background-color: #660000;
}

/* used for highlighted text, mostly in table headings */
TD.accent, TH.accent
{
    color: white;
	background-color: #660000;
    font-family: Verdana, arial, helvetica, sans-serif;
    font-weight: bold;
	text-align: left;
}

/* used for required fields */
.required
{
	color: #660000;
    font-family: arial, helvetica, sans-serif;
}

/* used for error messages */
.error
{
	color: #660000;
    font-family: arial, helvetica, sans-serif;
}

/* style for hard rule appearing in Terms and Privacy doc */
HR {
	border: none;
	background-color: black;
	height: 1px;
}

/* footer paragraph */
P.footer {
	margin-top: 3em;
}




