.textbox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.bodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
.header{
	font-weight:bold;
	color: #990000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(images/interior/common/bg.gif);
	background-repeat: repeat-x;
}
A:link{
	color : #990000;
}
A:active ,A:hover{
	color: #006F31;
}
A:visted{
	color : #8C8B8D;
}

/* Custom classes */
td, .bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000
}
.defaultAdminText {
	font-size:16px;
	color: #006F31;
	font-weight : bold; 
}

/* Used in displaying output of products and categories */
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006F31;
	font-weight : bold; 
}
tr.highlight1{
	background-color : #E3E4C5;
}
tr.highlight2{
	background-color : #D7D9B4;
}
td.header{
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
td.returned{
	font-weight: bold;
	color: #8C8B8D;
}
td.fieldname{
	color: #006F31;
	background-color : #D7D9B4;
}
td.fielddata{
	background-color : #E3E4C5;
}
