/* VersaClimber Challenge styles */

	BODY, TD {
		font-family : Arial;
		font-size: 12px;
	}

	A:link {
		color: #0000FF;
	}

	A:visited {
		color: #0000FF;
	}
	td.exercisebackground {
		background: #CCCCCC;
	}

	/*A { text-decoration : none;
	}*/

	td.weightbackground {
		background: #66CC66;
	}
/*
	A:Hover {
		background : Yellow;
	}*/
	.exercisetitle {
		font-weight : bold;
	}
	.routineexercisetitle {
		font-weight : normal;
		font-size : smaller;
	}
	.title {
	}
	.titleheader {
		font-weight : bold;
	}
	.weight {
		color : White;
		font-weight : bold;
	}
	.rep {
		font-size : smaller;
		font-weight : bold;
	}
	P, DIV, .cell {
		font-family : Arial;
		font-size : 12px;
	}
	
	.cell2 {
		font-family : Arial;
		font-size : 10px;
	}
	.comments {
		position: absolute;
		width:378px;
		height:115px;
		z-index:1;
		right: 50px;
		top: 10px;
		background: #66CC66;
		border: thin solid Black;
		visibility: hidden;
		padding-bottom : 4px;
	}
	
h4, .head4       {font: bold 16px Arial, Verdana, Helvetica, San-serif; color:#000000; text-decoration: none;}
h5       {font: bold 14px Arial, Verdana, Helvetica, San-serif; color:#000000; text-decoration: none;}