td.thinVerticalDotSeparator10px
{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/images/thinVerticalDotLine.gif);
	background-repeat: repeat-y;
	background-position: center;
}

td.thinHorizontalDotSeparator10px
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/images/thinHorizontalDotLine.gif);
	background-repeat: repeat-x;
	background-position: center;

	background-image: url(/images/thinHorizontalDotLine.gif);
}

font.grey9px
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #514752;
	line-height: 16px;
}

font.grey12px
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #514752;
	line-height: 20px;
}

font.purple12px
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
	line-height: 20px;
}

a.orange12px
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F28207;
	text-decoration: underline;
	border: none;
	line-height: 20px;
}

a.orange12px:hover {
	text-decoration: none;
}

img.greyBorder1px
{
	border-color: #514752;
	border-style: solid;
	border-width: 1px;
}

input.greyWhite12px
{
	font-family: Arial, Helvetica, sans-serif;
	color: #514752;
	background-color: #FFFFFF;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #514752;	
}

