.MiddlePanel
{
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; COLOR: #004d5f; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: white
}
.InputRadio
{
	/*border: solid 1 Navy;*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: darkblue;
}
.DetailLabel
{
	font-family:Verdana;
	font-size: x-small;
	font-weight:bold;
	color: navy;
}
.HeaderLabel
{
	font-weight: bold;
	font-size: x-small;
	color: silver;
	font-family: Verdana;
}
.SmallLabel
{
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	color: black;
}
.FormLabel
{
	font-family:Verdana;
	font-size: 12px;
	font-weight:bold;
	color: black;
}
.FormLabel2
{
	font-family:Verdana;
	font-size: 12px;
	font-weight:bold;
	color: darkblue;
}
.InputText
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: navy 1px solid;
	color: black;
	border-bottom: navy 1px solid;
	font-family: Verdana;
	background-color: white;
}
.InputText2
{
	border-right: #004d5f 1px solid;
	border-top: #004d5f 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: #004d5f 1px solid;
	color: darkblue;
	border-bottom: #004d5f 1px solid;
	font-family: Verdana;
	background-color: gainsboro;
}
.WarningLabel
{
	font-family:Verdana;
	font-size: 11px;
	/*font-weight:bold;*/
	color: red;
}
.SubmitButton
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: navy 1px solid;
	color: #cccc33;
	border-bottom: navy 1px solid;
	font-family: Verdana;
	background-color: #000099;
}
.SubmitButton2
{
	border-right: #b9b9b9 1px solid;
	border-top: #b9b9b9 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #b9b9b9 1px solid;
	color: #cccc33;
	border-bottom: #b9b9b9 1px solid;
	font-family: Verdana;
	background-color: #000099;
}
.FormButton
{
	border-right: slategray 1px solid;
	border-top: slategray 1px solid;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../images/cellpic1.gif);
	margin: 1px;
	border-left: slategray 1px solid;
	width: auto;
	color: darkblue;
	border-bottom: slategray 1px solid;
	background-repeat: repeat-x;
	font-family: Verdana;
	height: 17px;
}
.DecisionButton
{
	border-right: bisque 1px solid;
	border-top: bisque 1px solid;
	font-weight: bold;
	font-size: 12px;
	margin: 1px;
	border-left: bisque 1px solid;
	width: auto;
	color: #cccc33;
	border-bottom: bisque 1px solid;
	background-repeat: repeat-x;
	font-family: verdana;
	height: 25px;
	background-color: #000099;
}.DecisionButtonSmall
{
	border-right: bisque 1px solid;
	border-top: bisque 1px solid;
	font-weight: bold;
	font-size: 9px;
	margin: 1px;
	border-left: bisque 1px solid;
	width: auto;
	color: #cccc33;
	border-bottom: bisque 1px solid;
	background-repeat: repeat-x;
	font-family: verdana;
	height: 20px;
	background-color: #000099;
}
A.HeaderLink
{
	text-decoration: underline;
	font-weight: bold;
	color:#000099;
}
A.HeaderLink:VISITED
{
	text-decoration: underline;
	font-weight: bold;
	color:#000099;
}
A.HeaderLink:LINK
{
	text-decoration: underline;
	font-weight: bold;
	color:#000099;
}
A.HeaderLink:HOVER
{
	text-decoration: underline;
	font-weight: bold;
	color: darkslateblue;
}
BODY
{
	margin:0;
	font-size:x-small;
	font-family:Verdana;
}
TD
{
	font-size:xx-small;
	font-family:Verdana;
}
A.NavBarLink
{
	text-transform: uppercase;
	color: darkblue;
	font-family: veranda;
}
A.NavBarLink:VISITED
{
	color: darkblue;
	text-transform:uppercase;
}
A.NavBarLink:LINK
{
	color: darkblue;
	text-transform:uppercase;
}
A.NavBarLink:HOVER
{
	color: darkblue;
	text-transform:uppercase;
}
.CartListHead
{
	border-right: #8abbd0 1px solid;
	border-top: #8abbd0 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 11px;
	border-left: #8abbd0 1px solid;
	color: #cccc33;
	line-height: 20pt;
	border-bottom: #8abbd0 solid;
	font-family: Verdana, Arial;
	background-color: #000099;
	text-align: center;
}
.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    /*border-left: dimgray 1px solid;*/
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 9px;
    padding-left: 5px
}
.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: #8abbd0;
    /*border-left: dimgray 1px solid;*/
    color: gray;
    font-family: Verdana, Arial;
    font-size: 9px;
    padding-left: 5px
}
.CartListFooter
{
	font-weight: bold;
	font-size: 12pt;
	color: #cccc33;
	line-height: 12pt;
	border-bottom: #8abbd0 1px solid;
	background-color: #000099;
}
