/* CSS Document */

/* ArrowQuick Solutions LLC. 641-673-4109*/

body, TD, TR, P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000099;
}
H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #852F2B;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000099;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #852F2B;
}

.heading {
color: #852F2B;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-decoration: none; }

ol, ul, li {
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000099;
font-size: 15px;
font-stretch: semi-condensed;
text-decoration: none; }

.row
{
  clear: both;
  padding-top: .1em;
}

.row .lcol,
.row label
{
  display: block;
  float: left;
  text-align: right;
}

.row label em,
.row .lcol em
{
	color: red;
}

.row .rcol
{
  display: block;
  text-align: left;
  float: right;
}


