body {
	background-color: #E9E9E9;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}

.header {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.text_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #0000CC;
}

.table_body {
	background-color: #FFFFFF;
}
.brbox_left {
	border-left-color: #E4E4E4;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: groove;
	background-color: #FFFFFF;
	border-right-color: #E4E4E4;
}
.brmenu_left {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: groove;
	border-left-color: #E4E4E4;
}
.text_header_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.bg_box_top {
	background-image: url(../images/line_top.png);
	background-repeat: repeat-x;
	line-height: normal;
	background-position: bottom;
}
.bg_box_bottom {
	background-image: url(../images/line_bottom.png);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_box_left {
	background-image:url(../images/line_left.png);
	background-repeat: repeat-y;
	background-position: right;
}
.bg_box_right {
	background-image:url(../images/line_right.png);
	background-repeat: repeat-y;
	background-position: left;
}
.bg_corner_top_left {
	background-image: url(../images/corners_top_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_corner_top_right {
	background-image: url(../images/corners_top_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_corner_bottom_left {
	background-image: url(../images/corners_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_corner_bottom_right {
	background-image: url(../images/corners_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_box {
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
