/* reset and standardization */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul {	list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/* end reset */

body {
	font-size: 62.5%;
}

h2 {
	color: #424542;
	font-weight: bold;
	font-size: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	color: #000000; /* #9a9189; /* #FF0000; */
	font-weight: bold;
	font-size: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input {
	border: 0px;
	color: #ffffff;
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}

.button {
	background:  #424542; /* #ae2422; /* #aa2020; /* red, was this gray: #424542; */
	font-weight: bold;
}

.gray {
	color: #424542;
}

.newGray {
	color: #9a9189;
}

.lightGray {
	color: #a7a8a7;
}

.red {
	color: #ae2422; /* #aa2020; /* red, was this brighter red: #FF0000; */
}

#container {
	margin: 20px; margin-top: 10px;
}

#header {
	width: 688px;
	margin-bottom: 5px;
}

#content { 
	clear: both;
}

#footer {
	clear: both;
	width: 688px;
	margin-left: 20px;
}


#resultBox {
	width: 320px; 
	height: 250px; 
	position: absolute; 
	top: 150px; 
	left: 20px; 
	z-index: 5; 
	background: #ffffff; 
	text-align: center;
}
html>body #resultBox {
	top: 130px;
}

#resultBox2 {
	width: 300px; 
	height: 250px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 5; 
	background: #ffffff; 
	text-align: center;
}

a:visited {
	color: #000000;	
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a {
   color: #0033FF;
   text-decoration: none;
}