body {
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #417E9A;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #245580;
	}
a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #108CC7;
}
/*
* html div {
	width: auto; 
	w\idth: auto;
	}
*/
strong {
	color: #E26A32;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style: italic;
	line-height: 18px;
	/*margin-bottom: 5px;
	position: relative;
	top: 5px;*/
}
.textNormal {
	font-size: 10pt;
	line-height: 11pt;
	padding-right: 15px;
	padding-top: 1px;
	text-align: left;
}
.textSmall {
	font-size: 8pt;
	line-height: 11pt;
}
/*
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #0066CC;
	height: 20px;
	border: 1px solid #999999;
	background-color: eaeaea;
}
*/
.textHighlight {
	font-size: 9pt;
	color: #A76F4D;
	padding-left: 30px;
	padding-right: 40px;	
	background: transparent url(images/mac_hi_bottom.jpg) no-repeat bottom;
	vertical-align: top;
	margin-bottom: -12px;
	min-height: 138px;
}
.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

