body {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #EBEBEB;
}
form {
	margin: 0px;
	padding: 0px;
}
select {
	font-family: Arial;
	color: #000000;
	font-size: 12;
}
div.outside {
	border-style: none;
	border-width: thin;
	border-color: #EAEAEA;
	background: #FFFFFF;
	width: 100%;
}
div.inside {
	border-style: none;
	border-width: thin;
	border-color: #EAEAEA;
	background: #FFFFFF;
	width: 100%;
}
font.main {
	font-family: Arial;
	font-size: 18;
	font-weight: bold;
}
font.cart {
	font-family: Arial;
	font-size: 11;
	font-weight: bold;
}
table.cart {
	font-family: Arial;
	color: #000000;
	font-size: 10;
	text-align: center;
	white-space: nowrap;
}
input.cart {
	font-family: Arial;
	color: #000000;
	font-size: 10;
	cursor: pointer;
}
select.small {
	font-family: Arial;
	color: #000000;
	font-size: 10;
}
input.small {
	font-family: Arial;
	color: #000000;
	font-size: 10;
}
font.small {
	font-family: Arial;
	font-size: 10;
}
font.explain {
	font-family: Arial;
	font-size: 12;
}
.yellow_highlight {
	background-color: #FFFF80;
}
.ltblue_highlight {
	background-color: #D6D7EE;
}
.pink_highlight {
	background-color: #FFD0D5;
}
table.allot {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 12;
	text-align: center;
}
td.bonus {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12;
	font-weight: bold;
	text-align: center;
	background: #FFFFCC;
}
table.desc {
	table-layout: fixed;
	overflow: hidden;
	font-family: Arial;
	font-size: 12;
}
table.item {
	font-family: Arial;
	color: #000000;
	font-size: 10;
	text-align: center;
	white-space: nowrap;
}
table.item_desc {
	font-family: Arial;
        font-size: 10;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	border-style: solid;
	border-width: 1px;
}
td.divider {
	width: 100%;
	height: 15px;
	font-family: Arial, Verdana, san-serif;
	font-size: 0.6em;
	font-weight: bold;
        color: #800000;
	background-color: #F0F0F0;
	text-align: center;
}
#leftmenu {
	margin: 0;
        padding: 0;
}
#leftmenu li {
        list-style-type: none;
	margin: 0 0 0.25em 0;
}
#leftmenu a:link, #leftmenu a:visited {
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, Verdana, san-serif;
	font-size: 0.6em;
        text-align: center;
        display: block;
	background-color: #F0F0F0;
        border: solid 1px #000080;
        width: 10em;
        padding: 0.1em;
}
#leftmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000080;
}
table.new {
	font-family: Arial;
	color: #000000;
	font-size: 12;
	text-align: left;
	white-space: nowrap;
	border-style: solid;
	border-width: 1px;
        background-color: #ffffff;
        overflow: visible;
        position: relative;
}
input.new {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #EEF7FF;
}
#notice {
	padding: 0 10px 0 10px;
	font-family: Arial;
	color: #000080;
	font-size: 11;
	border-style: solid;
	border-width: 1px;
	border-color: #000080;
	/* background-color: transparent; */
	background-color: #ffffff;
	position: absolute;
	top: 160;
	left: 470;
	visibility: hidden;
}
#notice img {
	opacity: 1.0;
}
#notice p {
	text-align: center;
}

:link { color: #FFFFFF; }
:visited { color: #D6D7EE; }
:active { color: #4040FF; }
:hover { color: #C81A22; }
a.alerts:link { color: #0000FF; text-decoration: none; }
a.alerts:visited { color: #0000FF; text-decoration: none; }
a.alerts:hover { color: #C81A22; text-decoration: underline; }
a.mlinks:link { color: #0000FF; text-decoration: none; }
a.mlinks:visited { color: #0000FF; text-decoration: none; }
a.mlinks:hover { color: #C81A22; text-decoration: underline; }

