body {
	background-color: #FFFFFF;
	margin:0px;
	background-image: url(../images/back.gif);
}
#container {
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #CCCCCC;
	width:710px;
	background-color:#FFFFFF;
	padding:4px 8px 4px 8px;
	font-size:80%;
	line-height:130%;
	background-image: url(../images/bk_base.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#header{
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #54A1A7;
}
#location {
	padding:3px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
}
#content{
	padding:8px;
}
#right{
	float:right;
	background-color:#F7F0E6;
	width:160px;
	height:400px;
	padding:10px;
	vertical-align:top;
	overflow:visible;
}
#main{
	float:left;
	margin-right:8px;
	width:500px;
	vertical-align:top;
	padding-bottom:20px;
	overflow:hidden;
}
#footer{
	clear:both;
	font-size:80%;
	margin:0px 2px 0px 6px;
}
#footer-copy{
	float:left;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	margin-bottom:20px;
}
table.t1 {
	padding:0px;
	border-spacing:0;
	empty-cells:show;
/*	border-collapse:collapse;*/
}
table.t1 th {
	background-color:#99CC99;
	font-weight:normal;
	border: solid 1px #999999;
	padding:3px;
	background-image: url(../images/bk_th.gif);
}
table.t1 td {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	padding:3px;
	font-size:12px;
}
table.t2 {
	padding:0px;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:15px;
	width:230px;
/*	border-collapse:collapse;*/
}
table.t2 th {
	background-color:#FFCC00;
	font-weight:normal;
	border: solid 1px #999999;
	padding:3px;
	text-align:left;
	width:55%;
}
table.t2 td {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	padding:3px;
	font-size:12px;
	text-align:right;
	width:45%;
}
table.t3 {
	padding:0px;
	border:none;
	empty-cells:show;
	margin-bottom:0px;
	border-collapse:collapse;
}
table.t3 th {
	background-image:url(../delivery/flow/images/flow_back.gif);
	background-repeat:repeat-y;	
	font-weight:normal;
	border: solid 1px #999999;
	padding:6px 3px 0px 3px;
	text-align:left;
	border:none;
}
table.t3 td {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	padding:3px;
	font-size:12px;
	text-align:left;
	border:none;
}
.must{
	color:#CC0000;
}
p{
	line-height:140%;
}
.font10{
	font-size:10px;
	line-height:120%;
}
ul.rt-list{	
	margin:0px;
	padding:0px;
}
ul.rt-list li{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 15px;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../blog/images/rt_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:1px dotted #CCCCCC;
}
ul.rt-list li span{
	font-size:10px;
	color:#666666;
	line-height:125%;
}
ul.link{
	margin:10px 0px 10px 10px;
	padding:0px;
}
ul.link li{
	margin:0px 0px 8px 0px;
	padding:0px 0px 8px 15px;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../images/rt_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:1px dotted #CCCCCC;
}
.pagetitle{
	padding-bottom:15px;
}
.subtitle{
	padding-bottom:15px;
}
.lnv {
	background-color: #F0F0F0;
	padding: 2px;
	border:1px solid #CCCCCC;
	margin-bottom:15px;
}
.lnv img {
	margin-right:1px;
}
img{
	border:0px;
}
.notice {
	color:#CC0000;
}