/* accurate carbide general style */
	body		{ background-color: #4D4D4E; }
	body,td		{ font-family: verdana, helvetica; font-size: 12px; color: #444444; }
	.top5		{ font-size: 9px; color: #aaaaaa; }
	.fpw		{ font-size: 9px; line-height: 15px; color: #959595; }
	.bottom		{ font-size: 9px; color: #a9a9a9; }
	.bottomlink	{ color: #cccccc; }
	.bold		{ font-weight: bold; }
	.normal		{ font-weight: normal; }
	.bluetext   { color: #244091; }
	.boldbluetext   { color: #244091; font-weight: bold; }
	a    		{ text-decoration: none; color: #959595; }
	a.main    	{ text-decoration: none; color: #999900;}
	a.footer    { text-decoration: none; color: #FFFF99;}
	a.mainmini	{ text-decoration: none; color: #999900; font-size: 9px;}
	a:visited	{ text-decoration: none;  }
	a.footer:hover	{ text-decoration: none; color:#33CCFF;}
	a:hover		{ text-decoration: underline; color: #0321C9; }
	form		{ margin: 0; }
	input.text,select { background: #ffffff; border: solid 1px; border-color: #cccccc; letter-spacing: 0px; }
	input.button	{ font-family: verdana, helvetica; font-size: 9px; color: #525252; background: #efefef; border: solid 1px; border-color: #8a8a8a; padding-left: 3px; padding-right: 3px; letter-spacing: 0px; }

/* Facilities List TD Header and Table Styles */
td.dptheaders	{color:#244091; font-weight:bold; background-color:#D3E4F7; height:20px;}
.fheadsmall		{color:#333333; font-weight:bold; font-size: 9px;}
td.colheaders	{color:#000000; font-weight:bold; font-size:10px;}
td.row			{color:#0066CC; font-size:10px;}
td.rowqty		{color:#0066CC; font-weight:bold; font-size:10px;}

hr	{color : #CCCCCC; height : 1pt;}

/* Ordered List Style for lower-alpha list items */	
ol.Loweralpha
{
	color : #244091;
	font-size : 9pt;
	font-weight : bold;
	list-style-position : outside;
	list-style-type : lower-alpha;
	margin-left : 2em;
}

/* Ordered List Style for lower-alpha list items */	
ul.disc
{
	list-style-position : outside;
	list-style-type : disc;
	margin-left : 2em;
}