/* CSS Document */

body{
	margin:0px;
}

h1{
	font-size:13px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
	padding-top:0px;
}	

b{
	font-weight:900;
}

ul{
	margin:12px 0px 12px 25px;;
}

.border{
	background-color:#cccccc;
}

.content{
	font-family:'Trebuchet MS',sans-serif;
	font-size:11px;
	text-align:justify;
	padding:25px;
}

.small{
	font-family:'Trebuchet MS',sans-serif;
	font-size:9px;
	text-align:center;
	color:#999999;
}

input{
	font-family:'Trebuchet MS',sans-serif;
	font-size:11px;
}