body {
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	overflow-x: hidden;
	background-color: #737373;
}

h1 {
   font-size: 15px;
   font-weight: bold;
   color: #f03226;
   margin-top: 30px;
   margin-bottom: 5px;
   margin-left: 30px;
   margin-right: 30px;
   text-align: justify;
} 

h2 {
   font-size: 14px;
   font-weight: bold;
   color: #2b2a6d;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 30px;
   margin-right: 30px;
   text-align: justify;
}

h3 {
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   margin-top: 2px;
   margin-bottom: 2px;
   margin-left: 20px;
   text-align: justify;
}

p {
  color: #312012;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 12px;
  
}

ul {
  color: #312012;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 12px;
}

li {
    margin-left: 30px;
    list-style-type: disc; 
}

a {
	color: #f03226;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #2b2a6d;
	text-decoration: underline;
	font-size: 12px;
}

a:visited {
	color: #f03226;
	font-size: 12px;
}

a:active {
	color: #f03226;
	font-size: 12px;
}

.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}

.footer a:visited {
	color: #FFFFFF;
	font-size: 12px;
}

.footer a:active {
	color: #FFFFFF;
	font-size: 12px;
}

table {
	font-size: 12px;
	color: #312012;
}

.whatsnew {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

.disclaimer {
	color: #737373;
}

.tblQuicklink {
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tblBorder {
    border: 1px solid #2b2a6d;
    color: #312012;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
}

.tblHeader {
		background-color: #2b2a6d;
		font-weight: bold;
		color: #ffffff;
		height: 20px;
}

.txtError {
    color: #f03226;
    font-weight: bold;
}

h1.header {
	font-size: 20px;
	text-align: center;
	color: #f03226;
	margin: 10px 0;
}	

.header {
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
}

.header a {
	color: #FFF;
}

.header a:hover {
	color: #FFF;
}

.header a:active {
	color: #FFF;
}

.header a:visited {
	color: #FFF;
}

.headerBlock {
	border-right: 2px solid #FFFFFF;
	font-weight: bold;
}	

.headerBlockRight {
	font-weight: bold;
}	

.caption {
	white-space: nowrap;
	margin: 0;
	text-align: center;
}