body {
	background-image: url(bg.gif);
	font-size: 9pt;
	color: #666666;
	line-height: 18px;
	letter-spacing: 0.1em;
	SCROLLBAR-FACE-COLOR: #fcfcfc;
	SCROLLBAR-HIGHLIGHT-COLOR: #fcfcfc;
	SCROLLBAR-SHADOW-COLOR: #fcfcfc;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #999999;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	SCROLLBAR-BASE-COLOR: #fcfcfc;
	text-align: center;
}

table {
	background-color: #87D8E9;
	border: none;
	color: #696969;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left
}

table, td, th {
	margin: 0;
	padding: 0;
}

td, th {
	vertical-align: middle;
}

tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}

.size {
	border: 1px solid silver;
	color: #000;
	text-align: center;
	font-family: Georgia;
	font-size: 12pt;
	background-color: #F3F3F3;
}

.sizetotal {
	border: 1px solid silver;
	background-color: #EBEBEB;
	color: red;
	text-align: center;
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: blink;
}

.selectStyle {
	border: 1px solid #CCC;
	background-image: url(top_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #a0a0a0;
	height: 30px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: red;
	text-align: center;
}
body:nth-of-type(1) .selectStyle { /* safari 3+, chrome 1+, opera9+ */
	border: 1px solid #CCC;
	background-image: url(top_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #69a8e2;
	height: 26px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: red;
	text-align: center;
}
.selectTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 12px;
}

.mainStyle {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
body:nth-of-type(1) .mainStyle { /* safari 3+, chrome 1+, opera9+ */
	padding-top: px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

/*----------------------------------EZ page----------------------------------*/
.ezTop {
	text-align: left;
	background-color: #6aa8e2 !important;
	height: 88px !important;
	vertical-align: bottom;
}
.ezMain {
	background-color: #FFF !important;
	padding: 10px;
}
.ezFoot {
	background-color: #fff !important;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}