.bg_light_blue { background-color:#e5edf5; }
.bg_dark_blue { background-color:#c0d3e7; }

/* These are used for the borders of the tables which create the rounded corners. Corners can be tagged with both. */
.border_v { width:15px; }
.border_h { height:15px; }

.error
{
  font-weight:bold;
  color:red;
}

.header { font-size:14px; }
.text_standard { font-size:12px; }
.black { color:#333333; }
.blue { color:#003366; }
.red { color:#CC0000; }

a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #003366;
}
a:link
{
  text-decoration: underline;
  color: #003366;
}
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

body,td,th { font-family: Arial, Helvetica, sans-serif; }
body
{
  margin:0px;
  background-image: url(/images/SM-bkg-01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #3782BC;
}

form
{
  margin:0px;
  padding:0px;
}

img { border:0px; }
img.corner { width:15px; height:15px; }

table { border:0px; }
