body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666;
	color: 009999
}
table.main
{
	width: 100%;
}
table.main tr td.header
{
	background-image: url('../images/main-logo.jpg');
	background-repeat: no-repeat;
	background-color: #009999;
	height: 166px;
}
table.main tr td.menu_sp
{
	background-color: #C93;
	height: 2px;
	font-size: 2px;
}
table.menu
{
	width:100%;
	height: 30px;
	background-image: url('../images/menu_bg.png');
	background-position: bottom; 
	background-repeat: repeat-x;
	color: #C60;
	text-align: center;
	font-size:12pt;
	font-weight: 700;
	overflow: clip;
}
table.menu tr.menu_row
{
}
table.menu tr.menu_row a
{
	text-decoration: none;
	font-size:12pt;
	color: #C60;
}
table.menu tr.menu_row a:hover
{
	font-size:12pt;
	color: #996600;
}
table.menu tr.menu_row td.menu_col
{
	background-image: url('../images/menu_right.png');
	background-position:right bottom; 
	background-repeat: no-repeat;
}

.curr_page
{
	font-size:12pt;
	color: #996600;
}

table.menu tr.menu_row td.menu_col_right
{
	background-image: url('../images/menu_far_right.png');
}
table.main tr.main_body
{
	background-color: #CFF;
	height: 394px;
}
.title
{
	text-align: right;
	color:fff;
	z-index: 99;
	margin-right:20px;
	margin-bottom: 5px;
}
span.title_small
{
	font-size:12pt;
	font-weight: 500;
}
span.title_large
{
	font-size:16pt;
	font-weight: 400;
}
div.main_content
{
	width: 550px;
	text-align: center;
	position:absolute;
	top:240px;
	right:25px;
	z-index: 99;
}
td.leftmain
{
	width: 250;
	padding-left:25px;
	font-size: small;
}
td.rightmain
{
	padding-top: 20px;
	padding-right: 5px;
	font-size: small;
}
.content_big
{
	font-size: medium;
	font-weight: 600;
}
.content_small
{
	font-size: small;
}
h1
{
	font-size: medium;
	font-weight: bolder;
}
table.contact
{
	width:100%;
	align: left;
}
table.contact td.contact_label
{
	padding: 5px 5px 5px 3px;
	width: 70px;
}
input.select01
{
	width: 300px;
}
textarea.text01
{
	width: 450px;
	height: 100px;
}
.main_img
{
	align: center;
	margin-bottom: 120px;
}
a.linktitle
{
	font-weight: bold;
}
table.program
{
	font-size: small;
	margin-top: 20px;
	width: 500px;
}
table.program td.progtitle
{
	font-weight: bold;
}
table.program td.col1
{
	width: 120px;
}
table.program td.col2
{
	width: 100px;
}
table.program td.col3
{
	width: 330px;
}
