BODY
{
    font-family: Verdana, Helvetica, sans-serif;
}

P, TD
{
    font-size: 12px;
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}

.ProductListItem
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.headcss
{
    font-size:20px;
    font-weight: bold;
    color:#FFFFFF;
    background-color: #008080;
    padding:10px;
}

.topcss
{
    font-size:15px;
    font-weight: bold;
    color:#FFFFFF;
    background-color: #008080;
    padding:10px;
}

.menusection
{
    background-color:#E0E0E0;
    padding:10px;
}

.smallfoot
{
    font-size:9px;
}

.grey {
	background-color : #DCDCDC;
}

.white {
	background-color : White;
}

.red {
	background-color: Red;
}

A.deleteX, A:link.deleteX, A:visited.deleteX, .deleteX {
	color : Red;
	font-weight : bold;
	font-size : xx-large;
	font-family : "Times New Roman", Times, serif;
}

/* text style for the links */
A, A:link, A:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #008080;
}

A:hover
{
    text-decoration: underline;
}

A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #008080;
}

A.SiteLink:hover
{
    text-decoration: underline;
}

.required
{
	font-family: Verdana, Helvetica, sans-serif;
	color: Red;
	font-size: 9px;
}

