body {
	background-color: #FFFFFF; /*#b0c0d0;*/
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	scrollbar-face-color: #D0DCE0;
	scrollbar-highlight-color: #B0C0D0;
	scrollbar-shadow-color: #485060;
	scrollbar-3dlight-color: #485060;
	scrollbar-arrow-color: #E87C00;
	scrollbar-track-color: #6890B8;
	scrollbar-darkshadow-color: #6890B8;
}

/* Javascript Menu */
.menu {font-family:Arial; font-weight:bold}

.menu a{
	text-decoration:none;
	color:black;
}


/* footer style */
.footer {
	color: #333333;
	font-size: xx-small;
}

/* headings */
h1 {
	color: #444444;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}

h2 {
	color: #444444;
	background-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

/* A */
a {
	color: #3366AA;
	font-weight: 700;
	font-size: xx-small;
	text-decoration: none;
}

/* TABLE */
table {
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 0px;
	font-size: x-small;
}
/* TABLE: navigation bar */
table.navbar {
	background-color: #DDDDDD;
	font-size: x-small;
}

/* TH */
th{
	color: #FFFFFF;
	background-color: #485060;
}

/* links in table cells */
td a {
	color: #3366AA;
	font-size: x-small;
	font-weight: 700;
	text-decoration: none;
}
td a:visited {
	color: #485088;
}
td a:active {
	color: #444444;
}
td a:hover {
	color: #FF6600;
	background-color: #FFFF00;
}

/* TD: page headings */
td.heading {
	color: #444444;
	background-color: #485060;
	font-size: large;
}

/* TD: heading trailing text */
td.heading_trailer {
	<!-- background-color: #FF9933; -->
	background-color: #660000; 
	font-size: xx-small;
	color: #ffffff;
}

/* TD: navigation bar */
td.navbar {
	background-color: #b0c0d0;
	text-align: center;
	font-size: normal;
	font-weight: 700;
}

/* TD: navigation bar descriptions */
td.navbar_description {
	color: #FAFAFA;
	background-color: #b0c0d0;
	font-size: xx-small;
	text-align: center;
}

/* TD: announcements */
td.announce {
/*	color: #444444; */
	color: #FFFFFF; 
/*	background-color: #EECC66; */
	background-color: #000066; 
	font-size: normal;
	font-weight: 700;
}

/* TD: "posted by" */
td.postedby {
/*	color: #FFFFFF; */
/*	background-color: #F6F6F6;*/
	color: #FFFFAA; 
	background-color: #b0c0d0;
	font-size: xx-small;
	text-align: right;
}

/* TD: links */
td.links {
	background-color: #EECC66;
	font-size: xx-small;
	font-weight: bold;
}

/* headings */
gb1 {
	color: #005500;
	background-color: #FF9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}
