


/************ Global *******************************/

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.clear
{
	clear: both;
}

.inline
{
	display:inline;
	margin:0px;
	padding:0px;
}

.bold
{
	font-weight:bold;
}

/* add this class to a div that contains floats
/* to prevent ie6 related display bugs
/* \*/
* html .borderFix {height: 1%;}
/* */

#HM_Left
{
	float: left;
	margin-right: 4px;
	min-width:147px;
	width: 13.36em;
}

#HM_Main
{
	float: right;
}

.cPointer
{
	cursor:pointer;
}

/************ Header ******************************/


#HeaderRight
{
	float: right;
}
.paddedDivider
{
	font-size:10px;
	padding: 0 3px;
}

.linkForm
{
	color: #666666;
	text-decoration:none;
	cursor:pointer;
}

.linkFormHover
{
	color: #0072BC;
	text-decoration:underline;
	cursor:pointer;
}
.Left
{
	margin-right: 3px;
}


