body {
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, helvetica,Times New Roman,verdana, sans-serif;
}

p {
	text-indent: 2em;
	line-height: 150%;
	font-size: 14px;
}
h1 {
    	font-size: 16px;
    	color: #003399;
}

h2 {
    	font-size: 14px;
    	color: #003399;
}

h3 {
    	font-size: 12px;
    	color: #003399;
}

.content {
	background-color: #E6F2F7;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 3%;
	margin-right: 3%;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 150%;
}

.content p img{
	vertical-align:middle;
}

.content1 {
	margin-left: 2em;
	margin-right: 3%;
	font-size: 14px;
	line-height: 150%;
}

.content1 ol{
	margin-left: 2em;
	margin-right: 3%;
	padding:0;
	font-size: 14px;
}

ol{
	margin-left: 2em;
	margin-right: 3%;
	padding:0 0 0 2em;
	font-size: 14px;
	line-height: 150%;
}

a:link {
	font-size: 14px;
	TEXT-DECORATION: none;
	color: #315585; 
}
a:visited {
	font-size: 14px;
	TEXT-DECORATION: none;
	color: #315585;
}
a:hover {
	font-size: 14px;
	TEXT-DECORATION: underline;
	color: blue;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 150%;
	/*width: 100px;*/
	/*border-bottom: 1px solid #cccccc;*/
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 99px; 
	top: 0;
	display: none;
}

ul li a {
	text-decoration: underline;
	font-size:14px;
	color: blue;
	background: #ffffff;
	padding: 2px;
	
	/*
	display: block;
	border: 1px solid #cccccc;
	border-bottom: 0;
	*/
}

#faqProblem ul{
	margin: 15px;
}

li:hover ul, li.over ul { display: block; }

.row0 {background-color:#99CCFF}
.row1 {background-color:#D4EEFB}
.row2 {background-color:#ffffff}

TD {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #434343;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

#nav{
}
.how_to_img{
	text-align:center;
	font-size: 14px;
 }

#faqFrameFloat{
	width:100%;
	overflow-x: hidden;
	overflow-y: hidden;
	height:100%;
} 
 
#floaterInside{
	position: relative;
	width: 100%;
	height: 100%;
	border-right: #4A6B93 1px solid; 
	border-top: #4A6B93 1px solid;
	border-left: #4A6B93 1px solid;
	border-bottom: #4A6B93 1px solid;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}


#floater{
	position: absolute;
	width: 213px;
	height: 200px;
	padding: 0;
	overflow:auto;
	right: 10%;
	top: 5%;
	filter:alpha(opacity=80);
	opacity:0.8;
}


#floaterInside table{
	border-collapse: collapse; 
	width:100%;
	margin: 0;
	padding: 0; 
}

#floaterInside tr.bg1{
	vertical-align :text-top;
	background-color:#B6C3D3;
	height: 10%;
}

#floaterInside td.bg2{
	vertical-align :text-top;
	line-height:150%;
}
