@charset "utf-8";
.block_border {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	background-color: #000066;
	padding-left: 5px;
}
.block_outline {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: dashed;
	border-top-color: #999999;
	border-left-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #333333;
	padding: 5px;
	background-image: url(../images/menu_metal3.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.outside_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.left_border {
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	font-size: 11px;
}
.BckGrndFade {
	background-image: url(../images/pgbk.gif);
	background-repeat: repeat-x;
	background-color: #252525
}
.main_table_border {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.menu_fade {
	background-image: url(../images/menu_metal.gif);
	background-repeat: repeat-x;
}
.shadow {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
