/* .roll means the "under" class*/
a.roll {font-family: Tahoma;
	font-size: 12px;
	font-style: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.roll {font-family: Tahoma;
	font-size: 12px;
	font-style: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
/*You need to specify identical formats for a.button and a:visited.button in order to keep appearance the same*/
a:hover.roll {font-family: Tahoma;
	font-size: 12px;
	font-style: bolder;
	color: #ff6603;
	text-decoration: none;
}
.select {font-family: Tahoma;
	font-size: 12px;
	font-style: bolder;
	color: #ff6603;
	text-decoration: none;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 15px;
	padding-right: 10px;
}
.t_text {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 10px;
}
.links {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FAFAFA;
	text-decoration: none;
	letter-spacing: 1px;
}
.tabel {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.newmenu
{
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
}

A.newmenu:hover
{
	text-decoration: underline;
}