
body {
  margin                    : 0px;
  background-color          : #004B8C;
  color                     : #FFFFFF;
  font-size                 : 12px;
  font-family               : Arial, Verdana, sans-serif;
}
img {
  border-width              : 0px;
}
a {
  color                     : #FFFFFF;
	text-decoration           : underline;
}
a:hover {
  color                     : #FFFFFF;
  text-decoration           : none;
}
.bold {
  font-weight               : bold;
}
form {
  display                   : inline;
}
.floatLeft {
  float                     : left;
}
.floatRight {
  float                     : right;
}
.clear {
  clear                     : both;
}
.left {
  text-align                : left;
}
.center {
  text-align                : center;
}
.right {
  text-align                : right;
}
