
a {
	color: Navy;
	text-decoration: none;
}

a:hover {	
	color: Red;
	text-decoration: underline;
}

body {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: small;
}

td.margin {
	width: 10%;
}

td#content {
	width: 80%	
}

p.narration {
	text-align: justify;
}

.center {	
	text-align: center;
}

thead.header {
	background: Black;
	color: White;
	font-variant: small-caps;
}

tbody.detail {
	background-color: #F5F5DC;
}

#cabinet_head {
	background: Navy;
	color: White;
	font-variant: small-caps;
}

#cabinet_body {
	background-color: LightGray;
}

.center {
	text-align: center;
}

img {	
	border: none;
}

.hovermenu ul {
    padding-left: 0;
    margin-left: 0;
    height: 25px;
    background-color: Silver;
}

.hovermenu ul li {
    list-style: none;
    display: inline;
}

.hovermenu ul li a {
    padding: 2px 0.5em;
    text-decoration: none;
    float: left;
    color: black;
    background-color: Silver;
    border: 2px solid Silver;
}

.hovermenu ul li a:hover {
    background-color: Silver;
    border-style: outset;
}

body .hovermenu ul li a:active { 
    /* Apply mousedown effect only to NON IE browsers */
    border-style: inset;
}

a.th {
    color: White;
}

a.th:hover {   
    color: Yellow;
    text-decoration: none;
    cursor: pointer;
}