/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	height: 600px; 
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bold {
	font-weight: bold;
}
.bold_red {
	font-weight: bold;
	color: #830101;
}
.td_outline {
	border: 2px solid #999999;
}
.td_outline_bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.td_outline_left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
.td_outline_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
.td_outline_right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
.td_outline_top_left_bottom {
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	border-left-width: 2px;
	border-left-style: double;
	border-left-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}
.td_outline_red_inner {
	background-color: #830101;
	border-top: 2px none #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	height: 16px;
}
.td_outline_gray_inner {
	background-color: #CCCCCC;
	border-top: 2px none #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	height: 16px;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.menu_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.menu_link_active_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
