/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color:  #38AEC4;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
a,  a:link {
  color: #38AEC4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #38AEC4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;

}
a:hover {
  color: #38AEC4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
a:focus {
  color: #38AEC4;
  font-size: 12px;
  font-weight: bold;
}
a:active {
  color: #38AEC4;
}
.btext {
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	}
.ttext {
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	text-align: justify
	}
.btitle {
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	}
.whitelink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.whitelink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.whitelink a:hover {
	color: #000000;
	font-size: 12px;
    font-weight: bold;
	text-decoration: none;
}
.whitelink a:active {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
.title1 {
	color: #FF6600;
	font-size: 16pt;
}
.title2 {
	color: #FFFF00;
	font-size: 16pt;
}
.title3 {
	color: #FF66CC;
	font-size: 16pt;
}
.title4 {
	color: #00CC33;
	font-size: 16pt;
}
.title5 {
	color: #cb3398;
	font-size: 16pt;
}
.title7 {
	color: #0066FF;
	font-size: 16pt;
}
.title6 {
	color: #FF0000;
	font-size: 16pt;
}
.boxtext {
    color: #FFFFFF; font-size: 11px;
}
.blue {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0066FF;
	padding: 3px;
	line-height: 18px;
	text-align:center;
    }
#table1 {
	border: none;
	width: 95%;
	height:auto;
	align: left;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 18px;
	}
#table2 {
	border: none;
	width: 150px;
	height:auto;
	text-align:center;
	}
#table3 {
	border: none;
	text-align:center;
	}
#table4 {
	border: none;
	width: 95%;
	height:auto;
	align: left;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 18px;
	}
