body, h1, h2, h3, h4, h5, h6, ul, li, ol, p, input, fieldset, legend {
	margin: 0;
	padding: 0;
}

li {list-style-type: none;}
.fl {float: left;}
.fr {float: right;}
.tl {text-align: left;}
.tr {text-align: right;}
.clear {clear: both; height: 0; overflow: hidden;}
a {color: #F29400; text-decoration: underline;}
a:hover {text-decoration: none;}
a img {border-color: #9999cc;}
img {border-color: #9999cc;}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

h5 {
	font-size: 12px;
	margin-bottom: 10px;
}

input[type="text"]:focus, textarea:focus {
	background: #fff5e7;
}

input[type="text"], textarea {
	font-size: 12px;
	font-family: Arial,sans-serif;
}

.discussion .fr {
	background: url('../images/comments.gif') no-repeat left center;
	padding: 10px 0 0 48px;
	height: 25px;
}
