﻿body
{
  font-family: tahoma, arial;
  font-size: small;
  background-color: white;
  margin:0px 0px 0px 0px
}

a:link
{
	text-decoration:none;
	color:maroon;
}

a:visited
{
	text-decoration:none;
	color:maroon;
}

p.menu
{
  text-align: center;
  background-color: #000099;
  border-style: none;
  height: 24px;
  padding: 0px;
  margin: 5px 0px 60px 0px;
  width: 100%
}  

.footer
{
  font-size: x-small;
  text-align: center;
  border-style: solid none;
  border-color: #000099;
  padding: 7px 0px;
  margin: 50px 0px 10px 0px;
  width: 100%
}  

h2
{
  color: #000099;  
}

.validation
{
  text-align: right
}

.validation img
{
  border-style: none;
  width: 88px;
  height: 31px
}

.companyname
{
  color:navy;
}


