@charset "utf-8";
/* CSS Document */

.Table_Header {
	font-weight: bold;
	background-color: #030;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}

.Table_Body_One {
	font-weight: bold;
	background-color: #FFC;
	text-align: center;
	font-size: 14px;
}
.Table_Body_Two {
	font-weight: bold;
	background-color: #FC9;
	text-align: center;
	font-size: 14px;
}

.Ordered_List {
	list-style-position: inside;
	list-style-type: disc;
	padding-left:1em;
	text-indent:-1em;
}
.Jail_Log_Head {
	font-weight: bold;
	color: #FFF;
	background-color: #09C;
	text-align: center;
}
.Jail_Log_Body {
	font-weight: bold;
	color: #000;
	background-color:#CC9;
	text-align: center;
}
.pageHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}
.inlineMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}

.bground table tr td table tr td div table .Table_Header th {
	color: #FFF;
}

a:link {
	color: #363;
}

a:visited {
	color:#639;
}

