/* CSS Document */

<style type="text/css"> 
.eebuttons {width:100px}

*.tableBodytextRight { 
	color : windowtext; 
	font-family : Arial; 
	font-size : 10.00pt; 
	font-style : normal; 
	font-weight : 400; 
	padding-left : 1px; 
	padding-right : 1px; 
	padding-top : 1px; 
	text-align : right; 
	vertical-align : bottom }

*.tableBodytextCenter { 
	color : windowtext; 
	font-family : Arial; 
	font-size : 10.00pt; 
	font-style : normal; 
	font-weight : 400; 
	padding-left : 1px; 
	padding-right : 1px; 
	padding-top : 1px; 
	text-align : center; 
	vertical-align : bottom }

*.tableHead { 
	color : windowtext; 
	font-family : Arial , sans-serif; 
	font-size : 12.00pt; 
	font-style : normal; 
	font-weight : 700; 
	padding-left : 1px; 
	padding-right : 1px; 
	padding-top : 1px; 
	text-align : center; 
	text-decoration : underline; 
	vertical-align : bottom }

*.tableTotalBold { 
	color : windowtext; 
	font-family : Arial , sans-serif; 
	font-size : 14pt; 
	font-style : normal; 
	font-weight : bold; 
	padding-left : 1px; 
	padding-right : 1px; 
	padding-top : 1px; 
	text-align : center; 
	vertical-align : bottom }

*.tableInputCellLeft { 
	background : #FFFF99; 
	color : windowtext; 
	font-family : Arial; 
	font-size : 10.00pt; 
	font-style : normal; 
	font-weight : 400; 
	padding-left : 0px; 
	padding-right : 1px; 
	padding-top : 0px; 
	text-align : left; 
	vertical-align : bottom }

*.tableInputCell { 
	background : #FFFF99; 
	color : windowtext; 
	font-family : Arial; 
	font-size : 10.00pt; 
	font-style : normal; 
	font-weight : 400; 
	padding-left : 0px; 
	padding-right : 1px; 
	padding-top : 0px; 
	text-align : center; 
	vertical-align : bottom }

*.tableInputData { 
	color : windowtext; 
	font-family : Arial; 
	font-size : 10.00pt; 
	font-style : normal; 
	font-weight : 400; 
	text-align : center; 
	vertical-align : bottom }

*.tableBodyBold { 
	color : windowtext; 
	font-family : Arial , sans-serif; 
	font-size : 10.00pt; 
	font-style : normal; 
	font-weight : 700; 
	padding-left : 1px; 
	padding-right : 1px; 
	padding-top : 1px; 
	text-align : right; 
	vertical-align : bottom }

*.platinumHead {
	background:#F0FFFF url(../images/bg_Platinum.gif); 
	color : windowtext; 
	font-family : Arial , sans-serif; 
	font-size : 16.00pt; 
	font-style : normal; 
	font-weight : 700; 
	text-align : center; 
	vertical-align : bottom }

*.goldHead { 
	background:#FFFBCC url(../images/bg_Gold.gif);
	color : windowtext; 
	font-family : Arial , sans-serif; 
	font-size : 16.00pt; 
	font-style : normal; 
	font-weight : 700; 
	padding-left : 0px; 
	padding-right : 1px; 
	padding-top : 0px; 
	text-align : center; 
	vertical-align : bottom }

*.silverHead { 
	background:#E6E6E6 url(../images/bg_Silver.gif);
	color : windowtext; 
	font-family : Arial , sans-serif; 
	font-size : 16.00pt; 
	font-style : normal; 
	font-weight : 700; 
	text-align : center; 
	vertical-align : bottom }

textarea {  
	overflow: auto; }
</style>

<style type="text/css" media="screen">
.eebuttonbar_top {
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom: 2px solid blue}

.eebuttonbar_bottom {
	margin-top:6px;
	padding-top:6px;
	border-top: 2px solid blue}

.eetabs {
display:block;}
</style>

<style type="text/css" media="print">
.eebuttonbar_top {
display:none;}

.eebuttonbar_bottom {
display:none;}

.eetabs {
display:none;}

.PlatinumTableTD { 
	background:#F0FFFF url(../images/bg_Platinum.gif);
	background-repeat:repeat-x;
	border-top:2px solid gray;
	border-bottom:2px solid gray;
	border-left:2px solid gray;
	border-right:2px solid gray;
	padding:5px 8px;
	font-size:10px;
	

}
.PlatinumTableTD h1 { 
	color:#000000;
	font-size:18px;
	height:10px;
	text-align:center;
}
.PlatinumTableTD h2 { 
	color:#FF0000;
	font-size:24px;
	height:10px;
	text-align:center;
}
.PlatinumTableTD p { 
	font-size:10px;
	text-align:left;
}
.PlatinumTableTD li { 
	margin-left:-20px;
	font-size:10px;
	text-align:left;
}

.BottomTableTD p { 
	font-size:10px;
	text-align:left;
}

.GoldTableTD { 
	background:#FFFBCC url(../images/bg_Gold.gif);
	background-repeat:repeat-x;
	border-top:2px solid gray;
	border-bottom:2px solid gray;
	border-left:2px solid gray;
	border-right:2px solid gray;
	padding:5px 8px;
	font-size:10px;
}
.GoldTableTD h1 { 
	color:#000000;
	font-size:18px;
	height:10px;
	text-align:center;
}
.GoldTableTD h2 { 
	color:#FF0000;
	font-size:24px;
	height:10px;
	text-align:center;
}
.GoldTableTD p { 
	font-size:10px;
	text-align:left;
}
.GoldTableTD li { 
	margin-left:-20px;
	font-size:10px;
	text-align:left;
}

.SilverTableTD { 
	background:#E6E6E6 url(../images/bg_Silver.gif);
	background-repeat:repeat-x;
	border-top:2px solid gray;
	border-bottom:2px solid gray;
	border-left:2px solid gray;
	border-right:2px solid gray;
	padding:5px 8px;
	font-size:10px;
}
.SilverTableTD h1 { 
	color:#000000;
	font-size:18px;
	height:10px;
	text-align:center;
}
.SilverTableTD h2 { 
	color:#FF0000;
	font-size:24px;
	height:10px;
	text-align:center;
}
.SilverTableTD p { 
	font-size:10px;
	text-align:left;
}
.SilverTableTD li { 
	margin-left:-20px;
	font-size:10px;
	text-align:left;
}

</style>


