<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}
.style1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
}

/* special links with no change when visited */
a.cust:link {
    color: #FFFFFF;
    text-decoration: underline;
}
a.cust:visited {}
a.cust:hover {
    text-decoration: none;
    color: #FF1493;
}
a.cust:active {}

/* normal links */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF1493;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.style2 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-weight: bold; }
.style4 {color: #FFFFFF; font-weight: bold; font-size: 12px; }
.style5 {font-size: 12px}
.style6 {font-size: 11px}

/* menu text */
.style7 {	
	font-family: Tahoma;
	color: #CCCCCC;
	font-size: 12px; 
}

/* height of menu item */
tr.menuitem td {
	height: 30px;
}
	
.greenbox {
    background-color: #333333;
	border-collapse: collapse;
    border-style: solid;
    border-width: 2px;
    border-bottom-width: 0px;
    border-color: green;
}
-->