article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */
html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  font-size:10px;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #333333;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  text-decoration: none;
}

article a, a .underline {
  color: #004990;
  text-decoration: underline;
}

article a:visited, a:visited .underline {
  color: #551a8b;
}

article a:hover, a:hover .underline {
  color: #003377;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 150%;
  font-weight: bold;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
  line-height: 125%;
  margin: 10px 0;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.4em;
}

p {
  margin: 4px 0;
  line-height: 150%;
  font-size:1em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.caps {
  text-transform: uppercase;
}

.yellow {
  color: #f6df58;
}

.small {
  font-size: 57%;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
   Form Styling
   ========================================================================== */


form.light {
  margin: 0 auto;
  max-width: 250px;
}
form.light label {
	margin-top:4px;
	display:block;
}
form.light input {
  border-radius: 4px;
  border: 1px solid #888;
  box-shadow: inset 0 1px 2px #999999;
  margin-top: 2px;
  padding: 2px 5px;
  width: 240px;
}
form.light .placeholder {
  color: #555;
}
form.light legend {
  padding-top: 6px;
}
form.light .radio {
  line-height: 10px;
}
form.light .radio input {
  margin: 0 6px;
  width: auto;
}
form.light select {
  border-radius: 4px;
  border: 1px solid #888;
  box-shadow: inset 0 1px 2px #999999;
  padding: 2px 0 2px 5px;
  margin-top: 6px;
  width: 250px;
}
form.light input[type="submit"] {
  background: #004990;
  color: #FFF;
  display: block;
  font-weight: bold;
  height: 24px;
  margin: 15px auto 5px auto;
  text-shadow: 0 -1px 1px #333333;
  width: 150px;
}
form.light label.error {
  color: #F45B5B;
  font-weight: bold;
  padding-left: 10px;
  text-shadow: 0;
}

.asp-form {
  
}
.asp-form .label {
	padding-right:10px;
	min-width:160px;
	text-align:right;
}
.asp-form .label .required {
	color:red;
	display: inline-block;
	width: 10px;
}
.asp-form  td {
	padding-bottom:10px;
}