html, body {
  background : #E4E4E4;
  margin: 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
}

body {
  margin: 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
  text-align: center;
}

.title 
{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;
  color : #666161;
}

.text 
{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #000000;
}

.text a:link 
{
  color : #076a9c;
  font-weight : normal;
}

.text a:visited, a:hover, a:active {
  color : #076a9c;
  font-weight : normal;
}

.italic
{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : #666161;
  font-style : italic;
  font-weight : bold;
}

table
{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : #666161;
  text-align : left;
}

.footer
{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 9px;
  color : #484848;
}

img
{
	border : 0px;
}