body
{
	font-size: 12px;
}

a
{
	color: #b10026;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #b10026;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
}

h1
{
	font-size: 22px;	
	padding-top: 25px;
}

h2
{
	font-size: 20px;
	padding-top: 20px;
}

h3
{
	font-size: 18px;
	padding-top: 20px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 12px;
	font-weight: bold;
	color:#000;
}

p
{
	color: #131313;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.6;
}

td {
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	line-height:13px;
	color:#848484;
}

ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #131313;
	padding-bottom: 12px;
	padding-left: 16px;
	background: url(../images/list-bullet.gif) left 4px no-repeat;
	list-style: none;
	
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  } 



/*************************************************** Other Content Styles ***************************************************/


.footerText
{
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

.menuText
{
	color:#ffffff;
	font-family:Tahoma;
	font-size:14px;
	text-decoration:none;
	text-align:left;
}

.officeLocations
{
	color:#000;
	font-size:12px;
}

.tableText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000;
	text-decoration:none;
	line-height: 1.6;
}
