html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
}

INPUT	{ border:1 solid #000000; background-color: #f0f0f0; color: #000000; }
SELECT	{ border:1 solid #000000; background-color: #f0f0f0; color: #000000; }
TEXTAREA{ border:1 solid #000000; background-color: #f0f0f0; color: #000000; }
 
TD		{ font-size: 13px; color: black;}

A:link		{ text-decoration: none; color: black; }
A:visited	{ text-decoration: none; color: black; }
A:hover		{ text-decoration: none; color: black; }

.white A:link		{ text-decoration: none; color: white; }
.white A:visited	{ text-decoration: none; color: white; }
.white A:hover		{ text-decoration: none; color: white; }

#container{
	width : 100%;
	margin: 0 auto;
}

#top {
	height: 22px;
	margin-top : 10px;
	margin-bottom: 10px;
	background-color: #3d3d3d;
	color: white;
	font-family: Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	line-height:22px;
}

#contentsWrapper {
	clear: both;
	width: 100%;
	min-height:100%;
}

#left {
	width: 160px;
	margin-right: 10px;
	position: absolute;
	float: left;
}

#right {
	width: 160px;
	margin-left: 10px;
	float: left;
}

#left #menu {
	width: 160px;
	float: left;
	border: 1px solid #3d3d3d;
}


#content {
	width: 980px;
	float: left;
	margin-left: 170px;
}

#content .title {
	width: auto;
	height: 20px;
	background-color: #3d3d3d;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-left: 10px;
}

#content .title A:link		{ text-decoration: none; color: white; }
#content .title A:visited	{ text-decoration: none; color: white; }
#content .title A:hover		{ text-decoration: none; color: white; }

#content .title .right {
	position: relative;
	float: right;
	margin-right: 10px;
	text-align: right;
	width: 50%;
}

.page_nav {
	width: auto;
	height: 20px;
	background-color: #3d3d3d;
	font-size: 13px;
	color: white;
	padding-left: 10px;
	text-align: center;
}

.page_nav A:link		{ text-decoration: none; color: white; }
.page_nav A:visited		{ text-decoration: none; color: white; }
.page_nav A:hover		{ text-decoration: none; color: white; }

#bottom {
	clear: both;
	width: 100%;
	height: 42px;
	margin: 10 0 5px;
	text-align: center;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#menu ul {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	background-color: #3d3d3d;
	text-align: center;
	color: white;
	height: 20px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
	
#menu ul li#inside {
	background-color: #eeeeee;
	text-align: left;
	color: black;
	height: 20px;
	margin: 1 5 2 5px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: none;
}

#menu ul li#space {
	background-color: white;
	height: 3px;
}

#menu ul li#outside A:link		{ text-decoration: none; color: white; }
#menu ul li#outside A:visited	{ text-decoration: none; color: white; }
#menu ul li#outside A:hover		{ text-decoration: none; color: white; }


table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}

table.type01 th {
	width: 150px;
	padding: 5 0 10 10px;
	vertical-align: top;
	font-weight: normal;
	font-size: 13px;
}
table.type01 td {
	padding: 5 0 5 10px;
	vertical-align: top;
}


.list_over	{ background-color:#E0E0E0; }
.list_out	{ background-color:#FFFFFF; }


.space20 {
	clear: both;
	height: 20px;
}

/* old style */

.body_bg_tr{background-color: #e8e8e8;}
.body_text{font-size: 13px; color: black;}
.body_stext{font-size: 11px; color: black;}
.body_text_nounder{font-size: 13px; color: black; text-decoration: none;}
.body_stext_nounder{font-size: 11px; color: black; text-decoration: none;}
.subtitle_text{font-family: sans-serif; font-size: 13px; font-weight: bold; text-decoration: none; visited: #000000;}

