body {
	font-size: 14pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	line-height: 14pt;
	padding-left: 5pt;
	padding-right: 5pt;
	background-color: rgb(000,000,032);
	border-style: groove;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 14pt;
/*	color: rgb(000,000,050);   */
	background-color: #000032;
}

h3 {
	
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 4pt;
	color: rgb(050,175,255);
}

p.subheader {
	font-weight: bold;
	color: #556b2f;
}

img {
	padding: 3pt;
	float: right;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #8094d6;
}

a:hover, a:active {
	color: #FF9933;
}

div.footer {
	font-size: 9pt;
	font-style: italic;
	line-height: 12pt;
	text-align: center;
	padding-top: 30pt;
}

.row {
	margin-bottom: 50px !important;
/*	background: green !important;         */
	background-color: #000032;
	border: 1px solid blue !important;
	padding: 10px !important;
	display: block !important;
}


button {
    background-color: rgb(150,175,255);
    width: 150px;
    height: 60px;
    color: white;
    font-size: 22px;
}


input[type="submit"] {
    background-color: rgb(150,175,255);
    color: white;              
    width: 150px;
    height: 60px;
    font-size: 22px;
    border: none;
    border-radius: 6px;        
    cursor: pointer;           
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    font-size: 40px;
    width: 250px;
    height: 40px;
    padding: 8px;
}
