/* CSS Document */
body {
  margin:0;
  padding:0;
  font-family:"arial";
  color:#b2b2b2;
  font-size:10pt;
  background: url(../images/bg.png) #0b2a40;
}

p {
  padding:0;
  margin:0;
}

img {
  border:0;
}

a {
  color:#ffd919;
  text-decoration:underline;
}

a:hover {
  color:#ffd919;
  text-decoration:none;
}

table {
	border: 0px solid #000; /* border="0" */
	border-spacing: 0px;
	border-collapse: collapse;  /* cellspacing="0" */
}

td {
    margin: 0;
    padding: 0; /* cellpadding="0" */
    vertical-align: top;
}

h1 {
	margin-top:0;
	margin-bottom:8px;
	font-size:14pt;
  font-family:"Calibri";
	color:#3295f1;
}

h3 {
  margin-top:0;
  margin-bottom:2px;
  color:#e5e5e5;
  font-weight:bold;
  font-size:11pt;
}

h3 a{ 
  color:#4cb8ce;
  text-decoration:none;
}

h3 a:hover {
  text-decoration:underline;
}

#content p {
  text-align:justify;
  padding-bottom:15px;
  line-height:10.5pt;
}

#content p.align_center {
  text-align:center;
}

form {
  margin:0;
  padding:0;
}

.hr {
  height:2px;
  background:url(../images/hr.png) repeat-x top;
  margin-bottom:25px;
}

.scr{
width:259px;
text-align:center;
margin:10px auto;
}
