body {
 margin: 0px 0px 10px 10px;
	padding: 0px;
	color: #666666;
	background: #FFFFFF;
}

a:link,
a:visited {
 color: #0099CC;
	text-decoration: underline;
}

a:hover {
 text-decoration: none;
}

.text12,
.txt12 {
 font-size: 12px;
	line-height: 16px;
}

h1 {
 font-size: 20px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}

.co_data {
 font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
}

h2 {
 font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

div.dot_line {
 height: 10px;
	background: url(images/data/hr_dot.gif) repeat-x 0px 5px;
}

.ttl_name {
 font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

table.data_tbl {
 border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

table.data_tbl tr th,
table.data_tbl tr td {
 border: 1px solid #CCCCCC;
}

table.data_tbl tr th {
 font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	background-color: #EEEEEE;
}

table.data_tbl tr td {
 font-size: 12px;
	line-height: 16px;
	padding-left: 5px;
}

.copyright {
 font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

@media print { 
div.print_button,
div.footer { 
display:none; 
} 
} 

