@charset "utf-8";
body {
	background-color: #E9E9E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:9pt;
}

#mainmenu a {
 outline: none; 
 hlbr:expression(this.onFocus=this.blur());
}

#mainmenu a:link {
	text-decoration: none;
}
#mainmenua:visited {
	text-decoration: none;
}
#mainmenu a:hover {
	text-decoration: none;
	color: #EC4E00;
	position:relative;
	top:2px;
	left:2px;
}
#mainmenu a:active {
	text-decoration: none;
}

a:link {
	text-decoration: underline;
	color: #FF6600;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #EC4E00;
}
a:active {
	text-decoration: underline;
	color: #EC4E00;
}

input {
	background-color:#E6EBFF;
	border-color:#999;
	border-width:1px;
	padding-top:3px;
	margin-top:2px;
	color:#036;
}

.input_normal {
	background-color:#FFF;
	border-width:1px;
	padding-top:3px;
	margin-top:2px;
	border: 1px solid #333;
}

.tab1 thead tr td {
	color:#1E2A34;
	font-weight:bold;
	height:30px;
	background-image:url(images/table_title_bg.jpg);
}

.tab1 tbody tf td {
	height:28px;
}

.tab1 tfoot tr td {
	color:#1E2A34;
	font-weight:bold;
	height:30px;
	background-image:url(images/table_bottom_bg.jpg);
	background-repeat:repeat-x;
}

.input_textfield_500 {
	padding-top:2px;
	width: 500px;
}

.input_textfield_400 {
	padding-top:2px;
	width: 400px;
}

.input_textfield_300 {
	padding-top:2px;
	width: 300px;
}

.input_textfield_250 {
	padding-top:2px;
	width: 250px;
}

.input_textfield_150 {
	padding-top:2px;
	width: 150px;
}

.input_textfield_100 {
	padding-top:2px;
	width: 100px;
}

.input_textfield_50 {
	padding-top:2px;
	width: 50px;
}

.but_class01 {
	width:100px;
	height:50px;
	font-weight:bold; 
	font-size:14pt; 
	color:#69818A;
	border:0px;
	margin:0px;
	border-spacing:0;
	padding:0;
	background:url(images/but_bg01.jpg);
}

.but_class02 {
	width:100px;
	height:50px;
	font-weight:bold; 
	font-size:14pt; 
	color:#48562B;
	border:0px;
	margin:0px;
	border-spacing:0;
	padding:0;
	background:url(images/but_bg02.jpg);
}

.but_class01b {
	width:141px;
	height:50px;
	font-weight:bold; 
	font-size:14pt; 
	color:#69818A;
	border:0px;
	margin:0px;
	border-spacing:0;
	padding:0;
	background:url(images/but_bg01_b.jpg);
}

.but_class02b {
	width:141px;
	height:50px;
	font-weight:bold; 
	font-size:14pt; 
	color:#48562B;
	border:0px;
	margin:0px;
	border-spacing:0;
	padding:0;
	background:url(images/but_bg02_b.jpg);
}