@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

b {
	font-weight:normal;
}

i {
	font-style:normal;
	font-weight:bolder;
	color:#FFFFFF;
}

h1 {
	font-weight:bolder;
	font-size: 14pt; 
	font-family:inherit;
	color:#ffffff;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
}

/* must be in this order to work correctly link, visited, hover, active */
a:link {
	color:#4c657b;
	border:0;
	text-decoration:none;
}
a:visited {
	color:#4c657b;/* #4c657b; stops hover from changing the color next time */
	border:0;
	text-decoration:none;
}
a:hover {
	color:#273440;
	border:0;
	text-decoration:none;
}
a:active {
	color:#273440;
	border:0;
	text-decoration:none;
}

/* ensure relatively uniform spacing between browsers */
p {
	/*padding:0px;*/
	margin-top:20px;
	margin-bottom:20px;
}

#consultmobileMain {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 640px;
	height: 150px; /* was 572px */
	margin-top: -75px;		/* should be half of height of reactorMain */
	margin-left: -320px;	/* should be half of width of reactorMain */
	/*background-color: inherit;*/
	text-align: justify;
	font-family:inherit;
	font-size:10pt; /* was small and also tried 0.8em */
}

