table#contents {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
img {
	padding: 0px;
	border: none;
}
a {
	color:#000000;
	text-decoration: none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:active{
	color:#000080;
	text-decoration:underline;
}
a:hover{
	color:#F68E56;
	text-decoration:underline;
}

body {
	margin: 0px;
	line-height: 150%;
}

.bigtext {
	font-size: 100%;
}
.exbigtext {
	font-size: 115%;
}
.smalltext {
	font-size: 65%;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	margin: 5;
}
h1 {
	margin: 0px;
}
h2.img {
	margin: 0px;
}
dl	{
	margin: 0;
	padding-top: 5px;
}
dt	{
	color: #666666;
	float: left;
	text-align: right;
	display: block;
	width: 40px;
}
dd	{
	color: #252525;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
}
.table_program {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.table_program_b {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}	
.bn td{
	font-size: 12px;
	line-height: 1.5em;
}
.program_txt_sm {
	font-size: 10px;
	line-height: 1.5em;
}
.program_txt_md {
	font-size: 12px;
	line-height: 1.5em;
}
.program_txt_bg {
	font-size: 14px;
	line-height: 1.5em;
}

.back_head {  
	background-color: #FFFFFF; 
	background-image: url(../present/img/head_back_pix.gif); 
	background-repeat: repeat-x; 
	background-position: left top
}

.back_a {  
	background-color: #FFFFFF; 
	background-image: url(../present/img/pr_power.gif); 
	background-repeat: no-repeat; 
	background-position: left top
}

td{
	font-size	: 100%;
}


.left{
	float:left;
}
.center{
	margin-right:auto; margin-left:auto;
	padding:0px auto 0px auto;
}
.txt_left{
	text-align:left;
}
.clear{
	clear:both;
}