/*
 * $Id: tmpl\.css, v. 0.1 2002/06/05 12:55:58 PM aselimovic Exp $
 */

BODY {
	background: #FFF;
	color: #000;
	margin: 0 /* all margins set to 0 whatever */
}

#copy {
	color: #666;
	font: 80% Geneva, Helvetica, sans-serif
}

.spacer { display: block }
tr .spacer { display: block }

#title {
	color: #F60;
	font: bold 140% Arial, Helvetica, sans-serif
}

/*
 * MainMenu control
 */

.submenu-items {
	position: relative;
	top: 0;
	left: 0;
	width: 113px;
	visibility: hidden;
	background: #09F
}

.menu-item {
	color: #FFF;
	font: 60%/120% Verdana, Helvetica, sans-serif;
	padding: 1px 2px;
	position: relative
}

.menu-item A {
	color: #FFF;
	text-decoration: none
}
.tbl1 A {
color: #069;
font: bold 83% Geneva, Helvetica, sans-serif
}

.tbl1 A:hover {  color: #F60; text-decoration: underline}
.tbl1 A:visited {  color: #09C; text-decoration: underline}

.th { color: #FFF }