body,td   { 
color: #666666; 
font-size: 9pt; 
line-height : 180%; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
margin: 0px

 }
 td{
	text-align: justify;
}

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
h2  { color: gray; font-style: normal; font-weight: bold; font-size: 11px}
h3 { color: #CC0033; font-weight: bold; font-size: 10px }

.content{
	padding: 20px;
}


li{
list-style-image :  url(/img/arrow.gif);
}

a:link.bbk{
	color: #666666;
	font-size:8pt;
	font-weight : normal;
	text-decoration: none;
	display: block;
	border: #666666 1px solid;
}
a:visited.bbk{
	font-size:8pt;
	color:#9B938B;
	font-weight : normal;
	text-decoration: none;
	display: block;
	border: #666666 1px solid;
}
a:hover.bbk {
	font-size:8pt;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 17px;
	border: #666666 1px solid;
}
a:active.bbk{
	font-size:8pt;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 17px;
	border: #666666 1px solid;
	background-color: #eaeaea;
}

a:link{
color: black;
text-decoration: none;
}
a:visited{
color:black;
text-decoration: none;
}
a:hover{ 
color: #FF0000; 
text-decoration: none 
}
a:active{
color:black;
text-decoration: none;
}

.line_right{
border-right:1px solid #999999;
}

.line_left{
border-left:1px solid #999999;
}
.line_top{
border-top:1px solid #cccccc;
}
.line_bottom{
border-bottom:1px solid #cccccc;
}
