body {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #cccccc;
	/*filter: DropShadow(Color=ffffff, OffX=1, OffY=-1, Positive=1);*/
}

/* formats the standard text links through the store */
a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}
a:visited {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight : bold;
}
a:link {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight : bold;
}
/* formats the header navigation links through the store */
a:active.headnav {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight : bold;
}
a:visited.headnav {
	font-family: Times New Roman, Times, serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight : bold;
}
a:link.headnav {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight : bold;
}
a:hover.headnav {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight : bold;
}
p {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-size: 14px;
	background-color: #cccccc;
	text-align: justify;
}
br {
	font-family: Times New Roman, Times, serif;
	color: #999999;
	font-size: 14px;
	background-color: #cccccc;
}
td {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-size: 14px;
	background-color: #cccccc;
}
ul {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-size: 14px;
	list-style-image :  url(/images/misc/microelipse.gif);
	background-color: #cccccc;
}

/* formats the category text links */
.cat
 {
    font-family:Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #9999cc;
}
.cat a:active {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #9999cc;
	text-decoration: none
}
.cat a:link {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #9999cc;
	text-decoration: none
}
.cat a:visited {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B418C;
	text-decoration: none
}
.cat a:hover {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff8700;
	text-decoration: underline
}

/*  can be used for when smaller text is needed */
 .small
 { 
 font-family: Times New Roman, Times, serif; 
 font-size: xx-small;
 font-weight: normal
 }
.hdrproduct {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}
.hdrproductwhite {
	font-family:Times New Roman, Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
}

/* formats the text fields and submit buttons in the store*/
.txtfield {
font-family: Times New Roman, Times, serif; 
font-size: xx-small;
font-weight: normal;
	background-color: #FFFFFF;
	border: #333333;
	border-style: groove;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.txtfielddropdown{
font-family: Times New Roman, Times, serif; 
font-size: xx-small;
font-weight: normal
}

.txtfieldsearch{
font-family: Times New Roman, Times, serif; 
font-size: x-small;
font-weight: normal;
 background-color : #77B4EB;
 border-bottom-width : 0px;
 border-right-width : 0px;
 border-left-width : 0px;
 border-top-width : 0px;
 border: 1px solid Gray;
 color: #ffffff
}
.submitbtn{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #60789f;
	font : bold;
}

/*formats text in boxes with backgrounds other than white*/
.whitemenu
{
	font-family: Times New Roman, Times, serif; 
    font-weight: normal;
	color: #cccccc;
}