html {
	height: 100%;
}

body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;
    margin: 0px;
    height: 100%;
}

a:link, a:visited {
  color: #0000ff;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: black;
  text-decoration: underline;
}

a, img {
    border: 0;
}

h1 {
    margin-bottom: 20px;
    font-size: 23px;
    color: #0a328c;
    text-align: center;
}

h2 {
    margin-bottom: 20px;
    font-size: 14px;
    color: #0a328c;
    text-align: center;
}

h3 {
	margin-bottom: 20px;
	font-size: 12px;
	color: black;
}

input[type=submit] {
    width: 140px;
}

fieldset {
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
    background-color: #E9E9E9;
    background-repeat: no-repeat;
    border: 1px solid #000000;
}

label {
	font-weight: bold;
}

.bold_label {
	font-weight: bold;
}

.vertical-aligned {
    vertical-align: top;
}