/*
 * common.css
 * contains styles common to all pages on this site
 *
 * Jim J. Marion 8/16/2000
 */

body {
    margin: 5px;
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
}

td {
    font-family: verdana, verdana, sans-serif;
	font-size: 10pt;
}

a {
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #003399;
    text-decoration: none;
    cursor: hand;
}

a:visited {
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #003399;
    text-decoration: none;
    cursor: hand;
}

a:hover {
    color: #FFAE06;
    cursor: hand;
    text-decoration: underline;
}

a.topic {
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #003399;
    text-decoration: none;
    cursor: hand;
}

a.topic:visited {
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #003399;
    text-decoration: none;
    cursor: hand;
}

a.topic:hover {
    color: #FFAE06;
    cursor: hand;
    text-decoration: underline;
}

input {
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

.label {
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

.navTitle {
    font-family: verdana, helvetica, sans-serif;
    font-size: 8pt;	font-weight: bold;
    color: #142E6E;
    background-color: #FFD04F;
}

.clshierMenuChild {
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=6);
}

.clshierMenuParent {
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=6);
}

/* header styles */
a.menuHeading {
	color: #FFFFFF;
	font-weight: bold;
}

a:visited.menuHeading {
	color: #FFFFFF;
	font-weight: bold;
}

a:hover.menuHeading {
	color: #FFCC00;
	font-weight: bold;
}

.menuSpacer {
	color: #FFFFFF;
	font-weight: normal;
}

.menuItem {
	padding: 2px;
}

.copyright {
	font-size: 8pt;
}
