table
{
	font-size: 10pt;
	font-family: Tahoma;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
img
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

a
{
	color: #003399;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #F4A460;
}



.header
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: whitesmoke;
}

.productheader
{
	border-right: orange 1px solid;
	border-top: orange 1px solid;
	border-left: orange 1px solid;
	border-bottom: orange 1px solid;
	font-weight: bold;
	float: left;
	background-color: whitesmoke;
}

.productheaderimage
{
	float: left;
}

.hand
{
    CURSOR:hand;
}

.commandbar
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: whitesmoke;
}

.menu
{
	border-right: whitesmoke 1px solid;
	border-top: whitesmoke 1px solid;
	font-size: 10pt;
	border-left: whitesmoke 1px solid;
	color: black;
	border-bottom: whitesmoke 1px solid;
	background-color: whitesmoke;
}


.Activemenu
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-size: 10pt;
	border-left: dimgray 1px solid;
	color: steelblue;
	border-bottom: dimgray 1px solid;
	background-color: #dcdcdc;
}

.foot
{
	border-top: sandybrown solid;
	color: lightsteelblue;
	background-color: steelblue;
	text-align: right;
}
.title
{
	background-repeat: no-repeat;
	font-weight: bold;
	color: orange;
	text-transform: uppercase;
}