<!--
		.cb1
		{
		 background: url("images/weight_bar_red_01.png");
		 height: 32px;
		 width: 23px;
		}
		.cb2
		{
		 background: url("images/weight_bar_red_02.png");
		 height: 32px;
		}
		.cb3
		{
		 background: url("images/weight_bar_red_03.png");
		 height: 32px;
		 width: 23px;
		}
		.content
		{
		 width: 640px;
		}
		.content-body
		{
		 background: #444444;
		 border-bottom: 1px #CD5050 solid;
		 border-left: 1px #CD5050 solid;
		 border-right: 1px #CD5050 solid;
		 padding-bottom: 6px;
		 padding-left: 22px;
		 padding-right: 22px;
		 padding-top: 6px;
		}
		.header
		{
		 padding-bottom: 6px;
		 padding-top: 6px;
		}
		.header-top
		{		 
		 width: 640px;
		}
		.wb1
		{
		 background: url("images/weight_bar_01.png");
		 height: 32px;
		 width: 23px;
		}
		.wb2
		{
		 background: url("images/weight_bar_02.png");
		 height: 32px;
		}
		.wb3
		{
		 background: url("images/weight_bar_03.png");
		 height: 32px;
		 width: 23px;
		}
		a:link, a:visited
		{
		 color: #E9E1A4;
		 text-decoration: none;
		}
		a:hover
		{
		 color: #88855B;
		 text-decoration: underline;
		}
		body
		{
		 background: black;		 
		}
		body, table
		{
		 color: white;
		 font-family: Verdana, Arial, Helvetica;
		 font-size: 12px;
		}
-->