

body, body>table {
	width: 900px !important;
	display: block;
	margin: 0 auto;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 135px;
	background: #0e4985;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #3297FB;} /*  controls mouseover color of cells */

#sddm div
{	position: relative;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #5c85f8;
	border: 1px solid #000000  /*  controls border color of entire dropdown menu  */
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width:208px;  /*  controls width of drop down menus  */
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		
		background: #5c85f8; /*  controls background color of entire dropdown menu */
		color: #000000; /*  controls color of text in drop down menus  */
		font: 11px arial}

	#sddm div a:hover
	{	
		background: #3b63d3; /*  controls mouseover color of dropdown items  */
		color: #FFF
	}
		
		

		
		
#sddm2
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm2 li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm2 li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 135px;
	background: #0e4985;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm2 li a:hover
{	background: #3297FB;} /*  controls mouseover color of cells */

#sddm2 div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #3E3B3B;
	border: 1px solid #000000  /*  controls border color of entire dropdown menu  */
}

	#sddm2 div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width:208px;  /*  controls width of drop down menus  */
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		
		background: #C9C3C3; /*  controls background color of entire dropdown menu */
		color: #000000; /*  controls color of text in drop down menus  */
		font: 11px arial}

	#sddm2 div a:hover
	{	
		background: #2C2D2E; /*  controls mouseover color of dropdown items  */
		color: #FFF
	}
	
	
table.table_content
{
border-width: 2px;
border-style: solid;
border-color: #000000;
border-collapse: collapse;
}


td.a {
border-width: 2px;
border-style: solid;
font-weight: bold;
border-color: #000000;
border-collapse: collapse;
}

td.b {
border-width: 2px;
border-style: solid;
font-weight: bold;
border-color: #000000;
border-collapse: collapse;
background-color: #9B9696;
}

a.black_link
{
	color:#000000;
	font-weight:bold;
}