/* CSS Document */

body {
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
	margin:0;
	padding:5px;
	text-align:left;
}
img {
	border:none;
	padding:0;
	margin:3px;
}
p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#ff6600;
	text-decoration:underline;
}
h1 {
	font-size:18px;
	color:#000;
	line-height:22px;
}
h2 {
	font-size:16px;
	color:#000;
	line-height:20px;
}
.orangeTitle {
	font-size:12px;
	color: #FF6600;
	text-decoration:none;
	border-top:#000000 solid thin; 
	border-bottom:#000000 solid thin;
	display:block;
	line-height:20px;
}

