/* css :: style :: X-Cel */

body {
	background-image: url(../images/hdrTile.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align: left;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.smaller {
	font-size: 9px;
}
.larger {
	font-size: 12px;
}
.labProColor {
	color: #0A614C;
}
.eyeProColor {
	color: #134E76;
}

td.labProColor {
	background-color: #bbdd99;
}
td.eyeProColor {
	background-color: #cceebb;
}


.consumerColor {
	color: #BD8935;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	color: #0A614C;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
h2 {
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-size: 14px;
	margin: 0px;
}
h4 {
	font-size: 12px;
	margin: 0px;
}
.formElements {
	font-size: 12px;
	color: #999999;
}
/****************************************** boxStyles */
.accentBox {
	border-style: solid;
	border-width: 1px;
	border-color: #990000;
	padding: 5px;
	background-color: #FFE5E6;
	color: #990000;
}
/****************************************** link */
a, a:link, a:visited, a:active {
	color: #255686;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

	
