﻿* /*Set's border, padding and margin to 0 for all values*/
{
	border-style: none;
	border-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

body,p,div,span, li,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
  }
  
 


h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #f15822;
	font-size: 16px;
	margin-bottom: 0;
	text-transform:uppercase;
	font-weight: bold;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #f15822;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: bold;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #f15822;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
}

a
{
	color: #007fff;
}

a:hover
{
	color: #f15822;
	text-decoration: none;
}
a:visited
{
	color: #006bd6;
}

.FormTableHeading
{
    background-color: #96c9fe;
    border: 1px solid #ffffff;
}
