.normal {
	font-family: "tahoma";
	font-size: 12px;
	padding-top: 0px;
	padding-left: 0px;
}
.list {
	font-family: tahoma;
	font-size: 12px;
	padding: 2px;
	text-transform: capitalize;
}
.normal_white {
	font-family: "tahoma";
	font-size: 12px;
	color: #FFFFFF;
}
.list_white {
	font-family: "tahoma";
	font-size: 12px;
	color: #FFFFFF;
}
.normal_blue {
	font-family: "tahoma";
	font-size: 12px;
	color: #0072BC;
}
.normal_red {
	font-family: "tahoma";
	font-size: 12px;
	color: #990000;
}
.table_space {
	margin: 0px;
	padding: 0px;

}
.color {
}
.theme {
	background-color: #FF9900;
}
.bortopli {
	border-top-width: 1px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
.borlitr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.linkblack {
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
}

.newcolor {
	font-size: 12px;
}
a.newcolor:link {
	color: #0066ff;
	text-decoration: none;
}
a.newcolor:visited {
	color: #0066ff;
	text-decoration: none;
}
a.newcolor:hover {
	color: #ff0000;
	text-decoration: none;
}
a.newcolor:active {
	color: #ff0000;
	text-decoration: none;
}
.capital {
	text-transform: uppercase;
}
.topic {
	font-weight: bold;
	color: #FF6600;
}
.topicname {
	font-weight: bold;
	color: #FF0000;
}
.listcap {

	font-family: tahoma;
	font-size: 12px;
	padding: 2px;
	text-transform: uppercase;
}

#navTable {
width: 100%; /* this will control the width of the table */
}

/* this controls the anchor tag */
#navTable a {
display: block;
/*background-color: #000000; */
color: #000000;
padding: 1px; /* this controls the padding on the anchor tag */
border-bottom: 1px solid #78AB32; /* this controls the white line between 
each link */
}


/* this controls the anchor tag hover state */
#navTable a:hover {
background-color: #448414;
color: #ffffff;
}