/* CSS for EyeconX static web */
html {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

body
{
  background-color: #d6d6d6;
	background-image: url(graphics/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

/* Disable font boosting in Chrome for Android */
body * {
  max-height: 1000000px;
}

td.header {
	background-image: url(graphics/header_logo.png);
	background-position: top center;
	background-repeat: repeat-x;
}

td.centerbox {
	background-color: #ffffff;
	background-image: url(graphics/bg_wave.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

td.box01 {
	background-color: #ffffff;
	background-image: url(graphics/box01.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

td.box02 {
	background-color: #ffffff;
	background-image: url(graphics/box02.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

td.box03 {
	background-color: #ffffff;
	background-image: url(graphics/box03.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

td.boxbg {
	background-color: #ffffff;
	background-image: url(graphics/bg_box_subpage.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

font.bluetxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #0074aa;
}

font.bluetxt {font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #0094da;
}

a.blue:link {color: #0074aa;
	text-decoration: none;
}

a.blue:visited {color: #0074aa;
	text-decoration: none;
}

a.blue:hover {color: #faa21b;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #faa21b;
}

font.orangetxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #f69114;
}

font.orangetxt {font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #faa21b;
}

a.orange:link {color: #f67f0c;
	text-decoration: none;
}

a.orange:visited {color: #f67f0c;
	text-decoration: none;
}

a.orange:hover {color: #faa21b;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #faa21b;
}

font.graytxt {font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #484848;
}

a.gray:link {color: #484848;
	text-decoration: none;
}

a.gray:visited {color: #484848;
	text-decoration: none;
}

a.gray:hover {color: #0074aa;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #0074aa;
}

font.litegraytxt {font-family: arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #848484;
}

a.litegray:link {color: #848484;
	text-decoration: none;
}

a.litegray:visited {color: #848484;
	text-decoration: none;
}

a.litegray:hover {color: #faa21b;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #faa21b;
}

div.question {
	width:700px;
	margin: 10px 0 15px 0;
}

div .heading {
	display: block;
	font-weight: bold;
	font-family: arial;
}

div.question p, div.answer p {
	text-indent: 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	color: #484848;
	margin-top: 4px;
}

.red {
	color: #f00;
}

.green {
	color: #11C700;
}

div.answer {
	width: 700px; 
	margin: 0 0 35px 140px;
}

#middle_name{
	display:none;

}

