/* CSS Document */

	* { font-family: arial; }

	.blockImg { display: block }
	.thinBlackBorder { border-style: solid; border-width: 1px; border-color: black; }
    .tbb { border-style: solid; border-width: 1px; border-color: black; }
    
	/*
    .mainText { font-size: 14; text-align: justify}
    */

    .linkBarItem { 
		font-size: 15; 
		font-weight: bold; 
	}
	#linkBar a:hover {
		font-weight: bold;
		color: darkred;
	}

	#holder {
		position: relative;
	}
	
	#footer {
		position: absolute;
		top: 20px; left: 0px;	
	}

	#hrmLink {
		margin-top: 5px;
		margin-left: 22px;
		width: 120px; height: 60px;
		background-image: url(../images/hrmLogo.gif);
		border: 1px solid #625DA9;
	}

	#hrmCredit {
		font-size: 10px;
		width: 120px;
		margin-left: 20px;
		text-align: center;
		color: white;
	}

	#cmCredit {
		margin-left: 8px;
		margin-top: 10px;
		color: white; font-size: 10px; text-align: center;
	}

	#cmLink {
		background-image: url(../images/cmLogo.jpg);
		width: 120px; height: 60px;
		margin-left: 23px; margin-top: 5px;
	}

	#footer { 
		clear: both;
	}

	#footerBar {
		margin: 15px 10px 0px 10px
		height: 1px;
		border-bottom: 1px solid black;
	}

	#footerText {
		color: black;
		font-size: 11px;
		text-align: center;
	}	

	.clearlyLink:link { color: darkblue; }
	.clearlyLink:visited { color: darkblue; }
	.clearlyLink:hover { color: red; }
	.clearlyLink:active { color: yellow; }

	* html #hrmLink, * html #cmLink { margin-top: -15px; }