* {
  font-family: Arial;
}

A {
    color: #0000FF;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

P, BODY, TD, DIV, LI
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}
body {
  padding: 0px;
  margin: 0px;
  background-color: white;
}

body {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #001E9A;
	border-right-color: #001E9A;
	border-bottom-color: #001E9A;
	border-left-color: #001E9A;
}
#content {
  font-size: 12px;
  padding: 7px;
  color: #8a8a8a; 
  background-color: white;
}

#content h1 {
  font-size: 20px;
  font-weight: normal;
  color: #52a4b0;
}