@import "in2.css";
body {
	margin:0px auto;
	padding:0px;
}
H2 {
padding:5px 0 5px 15px;
background:#0099CC;
border-left:#0099CC 8px solid;
font-size: small;
font-weight: bold;
color:#FFFFFF;
}
.to {
 color: #000000;
 font-size: 70%;
 text-align: right;
}
p,div { margin:0px; padding:0px;}
div.com { background:#FFF; border:solid #CCC; border-width:0px 2px; margin-left:8px; padding:0px 6px;}
div.clr { clear:both; height:0px;}
.sm { font-size:12px; line-height:16px;}
.sm2 { font-size:12px; line-height:16px; background:#000; color:#fff; }
a:link    { color:#09C; text-decoration:underline;}
a:visited { color:#069; text-decoration:underline;}
a:hover, a:active { color:#FFF; text-decoration:none; background:#333;}
.input	         {font-size: 16px;background-color: #dddddd;
		 color:#555555;
		 cursor : hand;
		 border-top : 2px solid #aaaaaa ;
		 border-bottom : 2px solid #aaaaaa ;
		 border-left : 2px solid #aaaaaa ;
		 border-right : 2px solid #aaaaaa ;
		 }

p.tab1_in a span, a.tab1 span { font-weight:bold; display:block; white-space:nowrap; padding:8px 12px;}

p.tab1_in {
	background:url('./img/tab1.gif') no-repeat center left;
	color:#FFF;
	float:left;}

p.tab1_in a span { background:url('./img/tab2.gif') no-repeat center right;}

a.tab1 { font-weight:bold; text-decoration:none; float:left; display:block;}
a.tab1:link, a.tab1:visited { background:url('./img/taboff1.gif') no-repeat center left; color:#555;}
a.tab1:hover, a.tab1:active { background:url('./img/tabon1.gif')  no-repeat center left; color:#0CC;}

a.tab1:link span, a.tab1:visited span { background:url('./img/taboff2.gif') no-repeat center right;}
a.tab1:hover span, a.tab1:active span { background:url('./img/tabon2.gif')  no-repeat center right;}

