/*
body
*/

body {
	text-align			:center;
	margin				:0px;
	padding				:0px;
	font-size			:9pt;
	font-family			:sun-serif;
	background-color	:#FFF;
}

/*
link
*/

a:link, a:active, a:visited {
	text-decoration		:none;
	color				:#000;
	}

a:hover {
	text-decoration		:none;
	color				:#FF3300;
}

/*
image
*/

img {
	border				:none;
}

/*
table
*/

table {
	border-collapse		:collapse;
	table-layout		:fixed;
}

table.outer {
	border-collapse		:collapse;
	border				:1px solid #aaa;
	margin				:0px;
	padding				:0px;
}

td.header {
	border-collapse		:collapse;
	width				:750px;
	height				:100px;
	margin				:0px;
	padding				:0px;
	border-top			:1px solid #aaa;
	border-bottom		:0px solid #aaa;
	border-left			:1px solid #aaa;
	border-right		:1px solid #aaa;
}

td.footer {
	border-collapse		:collapse;
	width				:750px;
	height				:20px;
	margin				:0px;
	padding				:0px;
	border-top			:0px solid #aaa;
	border-bottom		:1px solid #aaa;
	border-left			:1px solid #aaa;
	border-right		:1px solid #aaa;
}

td.menu {
	border-collapse		:collapse;
	margin				:0px;
	padding				:0px;
}

td.contents {
/*	background-image	:url(../images/topbk.jpg);
	background-repeat	:no-repeat;
*/	border-collapse		:collapse;
	margin				:0px;
	padding				:0px;
}

td.corporate {
	background-image	:url(../images/corporate_bk.jpg);
	background-repeat	:no-repeat;
}

td.works {
	background-image	:url(../images/works_bk.jpg);
	background-repeat	:no-repeat;
}

td.employment {
	background-image	:url(../images/employment_bk.jpg);
	background-repeat	:no-repeat;
}

td.contact {
	background-image	:url(../images/contact_bk.jpg);
	background-repeat	:no-repeat;
}

td.textarea {
	border-collapse		:collapse;
	font-size			:10pt;
	width				:540px;
}

.margin5 {
	margin-right		:5px;
}

.menu {
	margin-top		:1px;
}

.whatsnew {
	margin-top		:5px;
}

.whatsnewtxt {
	width		:740px;
	padding		:5px;
	border		:1px solid #aaa;
	font-size			:10pt;
	text-align			:left;
}

/*
h
*/

h3 {
	font-size			:12pt;
	font-weight			:bold;
	font-family			:sun-serif;
	border-bottom		:1px solid #aaa;
	margin-bottom		:3px;
}
