/* fonts */
*	{ font-family: arial, helvetica, sans-serif; font-size: 10pt; }
pre	{ font-family: monospace; }
h1,h2,h3,h4,h5   { font-weight: bold; }
h1	{ font-size: 14pt; }
h2	{ font-size: 12pt; }


/* layout */
#header		{ padding-top: 16px; padding-bottom: 13px; }
div#navhr	{ height: 12px; }
#mainpart	{ padding: 20px; }
#navbartd	{ width: 17em; height: 75ex; padding-top: 3ex; padding-left: 0.5em; }
#navbartd ul	{ margin-left: 0px; padding-left: 1.5em; }
#navbartd li	{ line-height: 150%; }
body > table	{ width: 100%; }
h1		{ text-align: center; }


/* colors */
body { background: #FFFFFF; }
h1,h2,h3,h4,h5   { background: #FFFFFF; color: #64868B; }
.zeusnavtext a		{ color: #FFFF00; text-decoration: none }
.zeusnavtext a:visited	{ color: #F0F000; }
.zeusnavtext a:hover	{ color: #EE0000; text-decoration: none }
.zeusnavtext li		{ color: #EEEE00; }
a		{ color: #157C8B; text-decoration: none }
a:hover		{ color: #157C8B; text-decoration:underline }
a:visited	{ color: #64868B; }


/* navigation arrows */
li.zeusnavactive {
	list-style-type: circle;
	list-style-image: url(../images/yellowarrow-r.gif);
}
li.zeusnavpassive {
	list-style-type: disc;
	list-style-image: none;
}
li.zeusnavopen {
	list-style-type: circle;
	list-style-image: url(../images/yellowarrow-d.gif);
}


/* special elements */
.projnametext	{ font-size:12pt; font-weight:bold; background:#FFFFFF; color:#64868B; }
.zeusnavtext	{ font-weight:bold; background:#64868B; color:#FF3333; }
td.pubyear { font-size: 12pt; text-align: center; color: #64868B; padding-top: 0.5ex; padding-bottom: 0.5ex; }
#webmastersign		{ text-align: right; padding-left: 20px; font-weight: 400; font-size: 9pt; }
#webmastersign a            { color: #999999; text-decoration: none; }
#webmastersign a:hover      { color: #EE0000; }
