/* reset the browser´s default stylesheet */
/*@import "BrowserReset.css"*/

/* relative font-size declaration */
body,textarea,table { font-size:small; }
* html body,* html body textarea,* html body table {font-size:x-small;/* IE */}

body{
	font-family:Arial,Helvetica,sans-serif;
	padding:3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
	color:#000077;
	background-color:#ccddee;
	/*overflow:hidden;*/
}
.LwClear{
	clear:both;
	width:0px;
	height:0px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}
input,textarea,select{
	font-family:Arial,Helvetica,sans-serif;
}
a{
	text-decoration:none;
	color:#000077;
	background:#ffffff;
}


