@charset "utf-8";
/* CSS Document */
html,body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow:auto;		
	font-family:arial,tahoma,verdana;
	color:#1E4465;
	font-size:12px;
	background:#e5e9ec;
}
a{
	font-size:12px;
	color:#1E4465;
	text-decoration:underline;	
	font-weight:bold;			
}
a:hover{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;	
}
input{
	font-family:arial,tahoma,verdana;
	font-size:12px;
	border:1px solid #1E4465;
}
textarea{
	font-family:arial,tahoma,verdana;
	font-size:12px;
	border:1px solid #1E4465;
}
.h1{
	font-size:14px;
}
.h2{
	font-size:13px;
}
.h3{
	font-size:12px;
}
.h4{
	color:#FFF;
	font-size:11px;
}
.frame{
	border: 0px;
	margin:0px;
	background:none;
	overflow:hidden;
	size:auto;
	width:190px;
	height:900px;
}
.inputeditor{
	background:none;
}


