body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #003366;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.navbg {
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-y;
}
 
.navlinks a {
	font-size: 11px;
}

.navlinks a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.navlinks a:visited, .navlinks a:hover {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}

.bold {
  font-weight: bold;
}

.textbg {
	background-color: #eeeeee;
}

.heading {
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

.subheading {
  font-size: 14px;
  color: #424242;
  font-weight: bold;
}

.txtlnk a:link {
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}

.txtlnk a:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.txtlnk a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a:link {
  color: #000000;
	text-decoration: underline;
}

a:hover {
  color: #003366;
	text-decoration: underline;
}

a:visited {
  color: #003366;
	text-decoration: underline;
}

.border {
  border: thin solid #003366;
}

.grey {
  color: #666666;
  font-weight: bold;
}

.footer {
  background-image: url(../images/bottom.jpg);
  font-size: 10px;
  color: #ffffff;
}

.awslnk a {
	font-size: 10px;
}
.awslnk a:link {
	color: #ffffff;
	text-decoration: none;
}
.awslnk a:active {
  color: #f5cd37;
  text-decoration: underline;
}
.awslnk a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.awslnk a:hover {
	color: #f5cd37;
	text-decoration: underline;
}

.greybox {
  background-color: #757575;
  border: thin solid #003366;
  font-size: 10px;
  color: #ffffff;
}

.thinbox{
	border: 1px solid #EEEEEE;
}

.whiteborder {
  border: 1px #ffffff solid;
}

.form {
  background-image: url(../images/stripe.jpg);
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: thin solid #424242;
}

.yellowbold {
  color: #f5cd37;
  font-weight: bold;
}

.buttons {
  font-size: 11px;
  color: #424242;
}
