
/* CSS Document */


p{
font-size:12px;
color:#666666;
line-height:18px;
}

.TableTitle{
font-size:12px;
color:#666666;
line-height:18px;
text-indent:10px;
}


.Line{
background-repeat:no-repeat;
}

.Select{ 
color:#333333;
font-size:12px;
}


.Button {
	display:block;
	width:66px;
	height:22px;
	background-image:url(../images/button.png);
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	line-height:22px;
	border: none;
}
.Button:hover {
	background-position:right;
	color:#ffffff;
	}
	
.Buttonbig {
	display:block;
	width:90px;
	height:22px;
	background-image:url(../images/button_b.png);
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	line-height:22px;
	border: none;
	background-position:left;

}
.Buttonbig:hover {
	background-position:right;
	color:#ffffff;
}


.BigTitle{
font-size:16px;
font-weight:bold;
color:#666666;
}
.Title{
font-size:12px;
font-weight:bold;
color:#666666;
}
.TitleGreen{
font-size:12px;
font-weight:bold;
color:#8cc63f;
}	


.Number a{
font-size:12px;
font-weight:bold;
color:#666666;
text-decoration:underline;
}

.Number a:hover{
font-size:12px;
font-weight:bold;
color:#666666;
text-decoration:underline;
}

.Small{
font-size:10px;
color:#666666;
vertical-align:top;
}


.Orange {
color:#FF6600;
font-size:12px;
}
.Orange a{
color:#FF6600;
font-size:12px;
}
.Orange a:hover{
text-decoration:underline;
}


.My-table { 
font-size: 12px; 
border:1px solid #666666 ; 
border-collapse: collapse; 
} 

.My td { 
padding:4px; 
margin:2px;
border-bottom:1px solid #999999;
vertical-align:top; 
} 

.My-table02 { 
font-size: 12px;  
border-collapse: collapse;

} 

.My02 td { 
padding:4px; 
margin:2px;
border-bottom:1px solid #999999;
vertical-align:top; 
} 

