body {
	padding-top: 0;
	margin-top: 0;
}

a {
	text-decoration: underline;
}
a:link {
	color: #00f;
}
a:visited {
	color: #60c;
}
a:hover {
		color: #f60;
	text-decoration: none;
}
img {
	border: none;
	color: #fff;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #f00;
}
form {
	margin-top: 0;
	margin-bottom: 5px;
}

.a10 {
	font-size: 10px;
}
.a12 {
	font-size: 12px;
}
.a14 {
	font-size: 14px;
}
.a18 {
	font-size: 18px;
}
.a24 {
	font-size: 24px;
}

.t10 {
	font-size: 10px;
	line-height: 150%;
}
.t12 {
	font-size: 12px;
	line-height: 150%;
}
.t14 {
	font-size: 14px;
	line-height: 150%;
}
.t18 {
	font-size: 18px;
	line-height: 150%;
}
.t24 {
	font-size: 24px;
	line-height: 150%;
}


table#navibar td {
	color: #fff;
	background-color: #032;
	font-size: 12px;
	border-top: solid 2px #393;
	border-bottom: solid 2px #020;
}
table#navibar a {
	font-weight: bold;
	text-decoration: none;
}
table#navibar a:link {
	color: #fff;
}
table#navibar a:visited {
	color: #fff;
}
table#navibar a:hover {
	color: #ff9;
	font-weight: bold;
	text-decoration: underline;
}

table.tbl1 {
	border: solid 1px #999;
	margin-bottom: 5px;
}
table.tbl1 th {
	color: #fff;
	background-color: #333;
	font-size: 14px;
}
table.tbl2 {
	border: solid 1px #999;
	margin-bottom: 5px;
}
table.tbl2 th {
	color: #fff;
	background-color: #900;
	font-size: 14px;
}
table.tbl3 {
	border: solid 1px #900;
	margin-bottom: 5px;
}
table.tbl3 th {
	color: #fff;
	background-color: #333;
	font-size: 14px;
}
table.seminar {
	border: solid 1px #900;
	margin-bottom: 5px;
}
table.seminar th {
	color: #fff;
	background-color: #900;
	font-size: 14px;
}
table.seminar td {
	color: #000;
	background-color: #eee;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.consul {
	border: solid 1px #999;
	margin-bottom: 5px;
}
table.consul th {
	color: #fff;
	background-color: #900;
	font-size: 14px;
}
table.consul td {
	color: #000;
	font-size: 12px;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.topics {
	margin-bottom: 10px;
}
table.topics th {
	color: #600;
	background-color: #eee;
	font-size: 14px;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}
table.topics td {
	color: #000;
	background-color: #efefef;
	font-size: 12px;
	padding: 4px;
	border-bottom: solid 1px #999;
}
table.tbl_prof {
	border: solid 1px #999;
	margin-bottom: 5px;
}
table.tbl_prof th {
	color: #000;
	background-color: #eee;
	font-size: 14px;
}
table.partner {
	border: solid 1px #999;
	margin-bottom: 5px;
}
table.partner th {
	color: #000;
	background-color: #eee;
	font-size: 14px;
}
table.partner td {
	color: #000;
	background-color: #fff;
	line-height: 150%;
	font-size: 12px;
	padding: 5px 6px;
}


.first {
	font-size: 18px;
	text-align: center;
	margin-bottom: 6px;
	padding: 4px;
	border: solid 1px #ccc;
}

.button1 {
	border: solid 1px #ccc;
	font-size: 12px;
	padding: 5px 2px 5px 12px;	
	margin-bottom: 5px; 
	background-image: url(image/btn1_bg.gif);
	background-position: center left;
}
div.button1 a {
	display: block;
	text-decoration: none;
}
div.button1 a:hover {
	text-decoration: underline;
}

.button2 {
	border: solid 1px #999;
	font-size: 12px;
	padding: 5px 2px;	
	margin-bottom: 5px; 
	text-align: center;
	background-image: url(image/btn2_bg.gif);
	background-position: bottom right;
}
div.button2 a {
	display: block;
	width: 160px;
	text-decoration: none;
}
div.button2 a:hover {
	text-decoration: underline;
}
.dg_cap {
	font-size: 12px;
	line-height: 150%;
	padding: 5px 15px 10px 15px;
}
.letter {
	border: solid 1px #900;
	margin-bottom: 5px;
}
.note {
	color: #900;
}




#copyright {
	color: #fff;
	background-color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
}
 
