BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	}
A:link {
	border=none
        text-decoration: none;
        color: blue;
        font-weight: bold;
	}
A:active {
        text-decoration: none;
        color: silver;
        font-weight: normal;
	}
A:visited {
        text-decoration: none;
        color: blue;
        font-weight: bold;
	}
A:hover {
        text-decoration: underline;
        color: fuchsia;
        font-weight: bold;
	}
TABLE.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
TD {
	vertical-align: top;
	text-align: left;
	color: black;
	background-color: white;
	}
TD.sidebar {
	border: solid 2px #0000FF;
	padding: .5em;
	vertical-align: top;
	text-align: left;
	width: 20%;
	background-color: #DDDDFF;
	color: black;
        font-weight: normal;
	}

TD.menu {
	padding: .1em;
	border: solid 1px black;
	vertical-align: top;
	text-align: left;
	background-color: silver;
	color: black;
        font-weight: normal;
	}

TD.menuactive {
	padding: .1em;
	border: solid 1px black;
	vertical-align: top;
	text-align: left;
	background-color: #EEEEEE;
	color: black;
        font-weight: normal;
	}

TD.bodycell {
	border: solid 2px #0000FF;
	padding: .5em;
	vertical-align: top;
	text-align: left;
/*	width: 80%; */
	background-color: #EEEEEE;
	color: black;
        font-weight: normal;
	}
TD.foot {
	border: none;
	padding: none;
	vertical-align: center;
	text-align: center;
	background-color: blue;
	color: white;
        font-weight: normal;
	}
TD.picBackground {
	border: solid 2px black;
	vertical-align: center;
	text-align: center;
	color: white;
	background-color: black;
	}
TD.picDesc {
	border: solid 2px black;
	vertical-align: center;
	text-align: center;
	color: white;
	background-color: gray;
	}
H1 {
	text-align: center;
	}
H2 {
	text-align:center;
	}
H2.error {
	text-align: center;
	color: red;
	background-color: black;
	}
HR {
	width: 75%;
	}
DIV.left {
	text-align: left;
	}
DIV.center {
	text-align: center;
	}
DIV.right {
	text-align: right;
	}
DIV.arrow {
	color: silver;
	text-align: left;
	font-weight: bold;	
	}
DIV.body {
	text-align: justify;
	}
DIV.foot {
	text-align: center;
	font-size: small;
	font-weight: bold;	
	}
IMG {
	border: 0;
	}
DEL {
	color: black;
	}
STRONG.red {
	color: red;
	}

/* OLD CODE -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/*
A.cPage {
        text-decoration: none;
        color: silver;
        font-weight: bold;
	}
A.body {
        text-decoration: none;
        color: blue;
        font-weight: bold;
	}
A.body:visited {
        text-decoration: none;
        color: blue;
        font-weight: bold;
	}
A.body:hover {
        text-decoration: underline;
        color: fuchsia;
        font-weight: bold;
	}
A.redLink {
        text-decoration: none;
        color: red;
        font-weight: bold;
	}
A.redLink:visited {
        text-decoration: none;
        color: red;
        font-weight: bold;
	}
A.redLink:hover {
        text-decoration: underline;
        color: fuchsia;
        font-weight: bold;
	}
*/

