body {
	margin: 0;
	font-family: verdana;
	font-size: 11px;
	height: 100%;
	color: #E1F5FD;
}

h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
.headerR h2 {
	font-size: 140%;
	padding: 10px;
	margin: 0;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}


#footer {
	color: #000000;
}

#homeNewsletter .body {
	color: #000000;
}

a:link {
	color: #E1F5FD;
	font-size: 10px;
	text-decoration: none;
}



a:hover {
	color: #E1F5FD;
	font-size: 10px;
	text-decoration: none;
}


a:visited {
	color: #E1F5FD;
	font-size: 10px;
	text-decoration: none;
}
a:active {
	color: #E1F5FD;
	font-size: 10px;
	text-decoration: none;
}
form {
	margin:0;
	padding:0;
}
input {
	font-family: verdana;
	font-size: 11px;
}
select {
	font-size: 11px;
	font-family: verdana;
}
input.submitEnter {
	width:0;
	height:0;
	border:0;
	margin:0;
	padding:0;
}

p{
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
img {
	border: 0;
}

#question {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}


.iradio {
	width: 13px;
	height: 13px;

}
.itext {
	width: 170px;
	border-width: 2px;
	border-style: solid;
	border-color: #B7E8FB;
	background-color: #F4FBFE;
	height: 14px;
	color: #053D77;
	font-size: 11px;
}
* html .itext{height: 14px;}

.iselect {
	width: 128px;
	border-color: #B7E8FB;
	border-style: solid;
	border-width: 2px;
	background-color: #F4FBFE;
	height: 18px;
	font-size: 11px;
	color: #053D77;
}
* html .iselect{height: 14px;}

.icena {
	width: 40px;
}


.inpStyle .itext{
	background-color: #10467E;
	border: 1px solid #006C9C;
	height: 16px;
	color: white;
}
.inpStyle textarea.itext{
	background-color: #10467E;
	border: 1px solid #006C9C;
	width: 100%;
	height: 108px;
	color: white;
	
}
.inpStyle .iselect{
	background-color: #10467E;
	border: 1px solid #006C9C;
	height: 16px;
	color: white;
}

#subnewsletter .itext{
	width: 128px;
}
#subrecommend .itext {
	width: 192px;
}




/*headers*/
a.button b{
	display: none;
}



/*top menu*/

#topMenu a {
	display: block;
	height: 20px;
	float: left;
	margin: 0 0 0 5px;
}
#topMenu a b{
	display: none;
}

#topMenu a:hover {
	background-position: left 100%;
}



/*midle menu*/
#middleMenu a {
	display: block;
	float: left;
	height: 18px;
}
#middleMenu a b{
	display: none;
}
#middleMenu a:hover {
	background-position: left 100%;
}


