@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #000;
	line-height:22px;
	border:none;
	padding:5px;
}
input {
	font-family: Calibri, Arial;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:90%;
	height:100%;
}
h1 {
	line-height:25px;
	font-size:18px;
	/*margin-bottom:-15px;*/
	font-weight:bold;
}
td {
	border-bottom: 1px solid #F3F3F3;
}
ul {
	list-style-type:square;
}

html { overflow:auto; border:none }

#container { width:300px; }

p { text-align:justify; }
