#fixture_content {
	width: 600px;
	padding: 15px;
	margin: 0px 0px 5px 0px;
	background-color: #EFF7FF;
	color: black;
	/*border-left: 1px solid #b9d2e3;*/
}
#fixture	{
	width: 100%;
}
#fixture h3	{
	margin: 5px 0px 5px 0px;
	color: #0107FF;
	font-family: "Times New Roman";
	font-style: normal;
	text-decoration: underline;
	font-weight: 600;
	text-align: center;
}
#fixture tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 5px;
	border-left: 1px solid #D9D9D9;
	text-align: left;
}
a:link {color: #050845}     /* unvisited link */
a:visited {color: #050845}  /* visited link */
a:hover {color: #C00000}   /* mouse over link */
a:active {color: #050845}   /* selected link */

.bold {
    color: #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 8pt;
}   