@charset "utf-8";
/* CSS Document */

body
{
background-color:#ffffff;
text-align:center;
}
.Text-Body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
}

.Text-Body-Heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	text-align:center;
}
.CellJobHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background-color: #ec1e24;
	color: #FFD659;
}
.NavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
a.NavLink:link    {color: #FFFFFF; font-weight:bold; text-decoration:none;}
a.NavLink:visited {color: #FFFFFF; font-weight:bold; text-decoration:none;}
a.NavLink:active  {color: #FFD659; font-weight:bold; text-decoration:none;}
a.NavLink:hover   {color: #FFD659; font-weight:bold; text-decoration:none;}
iframe {
  border-top:    #ec1e24 2px solid;
  border-right:  #ec1e24 2px solid;
  border-left:   #ec1e24 2px solid;
  border-bottom: #ec1e24 2px solid;
}