@charset "utf-8";
/* CSS BLOG */
body
{
	background-color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	font-size:11px;
}
.body1
{
	background-color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	font-size:11px;
}
.header{
	background-image:url(../images/header.gif);
	background-position:center left;
	background-repeat:no-repeat;
	height:80px;
	width:770px;
}
.content_top{
	background-image:url(../images/content_top.gif);
	width:616px;
	height:8px;
	background-repeat:no-repeat;
}
.content_middle{
	background-image:url(../images/content_middle.gif);
	width:616px;
	background-repeat:repeat-y;
}
.content_bottom{
	background-image:url(../images/content_bottom.gif);
	width:616px;
	height:10px;
	background-repeat:no-repeat;
}
.content_hd{
	font-size:16px;
	color:#0099FF;
	font-weight:bold;
}
.content_dt{
	font-size:11px;
	color:#0000CC;
}
.content_txt{
	font-size:12px;
	color:#333333;
	line-height:20px;
}
.dottedline{
	background-image:url(../images/dotline.gif);
	height:7px;
	background-repeat:no-repeat;
	background-position:2px; 
}
#navigation{
	font-size:11px;
	color:#663333;
	font-weight:bold;
}
a.alllink{
	color:#333333;
	text-decoration:none;
}
a.alllink:hover{
	color:#CCCCCC;
	text-decoration:none;
}
a.navlink{
	text-decoration:none;
	color:#663333;
	font-size:11px;
	font-weight:bold;
}

a.navlink:hover{
	text-decoration:none;
	color:#FF9900;
	font-size:11px;
	font-weight:bold;
}
a.topiclink{
	text-decoration:none;
	color:#0057AE;
	font-size:11px;
	font-weight:bold;
}

a.topiclink:hover{
	text-decoration:none;
	color:#A2C264;
	font-size:11px;
	font-weight:bold;
}

a.contentlink{
	text-decoration:none;
	color:#CC3300;
	font-size:11px;
	font-weight:bold;
}

a.contentlink:hover{
	text-decoration:none;
	color:#999999;
	font-size:11px;
	font-weight:bold;
}
a.copyrightlink{
	text-decoration:none;
	color:#FF6600;
	font-size:10px;
	font-weight:bold;
}

a.copyrightlink:hover{
	text-decoration:none;
	color:#0066FF;
	font-size:10px;
	font-weight:bold;
}

.pallet_t{
	background-image:url(../images/pallet_top.gif);
	width:133px;
	height:7px;
	background-repeat:no-repeat;
}
.pallet_m{
	background-image:url(../images/pallet_middle.gif);
	width:144px;
	background-repeat:repeat-y;
}
.pallet_b{
	background-image:url(../images/pallet_bottom.gif);
	width:133px;
	height:8px;
	background-repeat:no-repeat;
}
.pallet_hd_txt{
	font-size:12px;
	color:#4289FE;
	font-weight:bold;
}
ul{
	list-style: inside square;
	margin-left: 0px;
	padding-left: 1em;
	text-indent: 1px;
	line-height:normal;
	color:#333333;
}
.copyright{
	font-size:10px;
	color:#666666;
	padding-bottom:10px;
}
.padding10_t{
	padding-top:10px;
}
.padding10_b{
	padding-bottom:10px;
}
.padding10_r{
	padding-right:10px;
}
.padding10_l{
	padding-left:10px;
}

.padding10_tl{
	padding-left:13px;
	padding-top:10px;
}
.padding4_all{
	padding:4px;
}
.padding4_all8r{
	padding-left:4px;
	padding-bottom:4px;
	padding-top:4px;
	padding-right:10px;
}
.errtext{
color:#FF0000;
}

.suctext{
color:#009933;
font-size:12px;
}

.box{
border:1px dotted #D2E9FF;
background-color:#F2F9FF;

}

.box1{
border:1px dotted #c3c3c3;
background-color:#eaeaea;
}




