a {
	text-decoration: none; 
	font-weight:bold; 
	font-family: Verdana; 
	font-size:12px; 
	color: black;
	text-decoration:none;
}
a:link{color: black}
a:visited{color: maroon}
a:hover{color: black;text-decoration:none;}

select,input,textarea{
    font-family:Verdana;
    font-size: 12px;
	height: 20px;
}

.numberField {
	text-align: right;
	width: 80px;
}

.menu {
    border: solid 1px black;
    border-right: solid 0px black;
    background-color: #93A0B3;
    font-family: Verdana;
	background-image: url('../image/bg-adminmenu.gif');
    font-size: 12px;
    color: black;
    text-align: center;
    cursor: default;
}

.menuOn {
    border: solid 1px black;
    border-right: solid 0px black;
    background-color: maroon;
    font-family: Verdana;
    font-size: 12px;
    color: #CCCCCC;
    text-align: center;
    cursor: hand;
}

font.typeName {
	font-family: Tahoma;
	font-weight: normal;
	color: 88800A;
	font-size: 10px;
}

font.footer {
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
}
font.oldPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: F5E70F;
	font-weight: bold;
	text-decoration: line-through;
}
font.newPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

font.type {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}

.normal {
	font-family: Verdana;
	font-size: 12px;
}

.header {
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: bold;
	color: maroon;
}

.disabled {
	color: #999999;
}

.enabled {
	color: #000000;
}

.oldPrice {
	font-family: Tahoma;
	font-size: 13px;
	color: F5E70F;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 16px;
}
.newPrice {
	font-family: Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
}

.usage {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	width: 120px;
}

.normalBlack {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}