﻿h2,.Header,.header   {
  font-weight:bold;
  font-size  :22px;
  color:#0832dc;
}

h3,.SubHeader,.subheader{
  font-weight:bold;
  font-size  :16px;
  color:#0832dc;
}

h4{
  font-weight:bold;
  font-size  :12px;
  color:#0832dc;
}

.SmallText{
  font-size  :10px;
}
p, ul
{
line-height:18px;
}

hr{
	color:#0832dc;
	background-color:#0832dc;
}
td,body{
  font-family: arial;
  font-size: 12px;
  color:#333;
  text-decoration:none;
}

/* Links */
a{
  color:#0832dc;
}
a:hover{
  color:#00373c;
}
.copywrite {
	text-align: right;
	margin-right:15px;
	font-size:x-small;
}

