body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/BG_Main.gif);
}

p, h1, h2
{
text-align: left
}

h1
{
text-decoration: underline;
font-size: 24px;
font-weight:bold;
color: #000000;
}

h2
{
text-decoration: none;
font-size: 20px;
font-weight:bold;
color: #000000
}
h3
{
text-decoration: none;
font-size: 12px;
font-weight:bold;
color: #FF0000
}
h4
{
text-decoration: underline;
font-size: 12px;
font-weight:bold;
color: #FF0000
}
h5
{
text-decoration: none;
font-size: 20px;
font-weight:bold;
color: #FF0000;
}
.formh1
{
text-align: left;
color: #FFFFFF;
font-size: 18px;
font-weight: bold;
}

a:link
{
    text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:hover
{
    text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

a:visited
{
    text-decoration: none;
	color: #FF0000;

	font-weight: bold;
}

a:active
{
    text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

#layout {
  margin: 0 auto;
  width: 700px;
  text-align: center;
  border: 1 solid #666666
  } 
 footer p {
 text-align: right;
 }
