body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 11px;
	line-height: 1.45;
}

code, pre {
  font: 11px "courier new", courier, monospace;
}

body {
	background-color: #415780;
  color: #fff;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 8px;
}

h6 {
  font-size: 6px;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

a:link, a:visited {
  color: #BDC4D3;
	text-decoration: none;
	font-weight: bold;
}

a:active, a:hover {
  color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.alert {
  color: #f00;
}

.copy {
  color: #fff;
}

.required {
  color: #273E6A;
	font-size: 9px;
}

.blue {
	font-size: 10px;
  color: #BDC4D3;
	line-height: 1.2;
}

.head {
	font-size: 14px;
	font-weight: bold;
}

.foot {
	color: #fff;
	font-size: 9px;
}

.stroke {
	border: #000 1px solid;
}