@charset "utf-8";
.Table_Outline {
	border: 1px solid #006600;
	background-image: url(../images/fade/table_outline.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	cursor: default;
}
.Table_Top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	cursor: default;
	padding: 10px;
	background-repeat: repeat-x;
	clear: both;
}
.Link_Category {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 2px;
	border: 1px solid #FFFFFF;
	text-align: center;
	background-image: url(../images/fade/category_link_fade.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	font-weight: bold;
	cursor: default;
}
.Links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 4px;
	margin-bottom: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/fade/menu_links.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #006600;
	width: auto;
	cursor: default;
}

.Left_Column {
	background-color: #CCCCCC;
	border: 1px solid #006600;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	width: 180px;
}
.Right_Column {
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	color: #333333;
	border: 1px solid #006600;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
	line-height: 18px;
}
.Category_Header {
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
	background-color: #006600;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-transform: uppercase;
}

.Category {
	padding: 3px;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	background-color: #CCCCCC;
}

