img{
	border: 0px;
}
body{
	font-family: Calibri;
}
p{
	font-size: 12px;
	margin: 0px;
}
h1{
	font-size: 28px;
	margin: 0px;
	margin-bottom: 10px;
}
h2{
	font-size: 22px;
	margin: 0px;
}
h3{
	font-size: 16px;
	margin: 0px;
}
a{
	font-size: 12px;
	color: black;
	text-decoration: underline;
}
a.none{
	font-size: 12px;
	color: black;
	text-decoration: none;
}
a.none:hover{
	text-decoration: underline;
}
input{
	font-size: 12px;
	font-family: Calibri;
}
textarea{
	font-family: Calibri;
	font-size: 12px;
}
select{
	font-family: Calibri;
	font-size: 12px;
}
p.form{
	font-weight: bold; 
	font-size: 14px;
}
p.errmsg{
	text-align: center; 
	color: #FF0000; 
	font-weight: bold; 
	font-size: 14px;
}
p.goodmsg{
	text-align: center; 
	color: #009933; 
	font-weight: bold; 
	font-size: 14px;
}
