/* CSS Document */

hr{
color:#A7461B;
}

body{
	border:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

.text{
	font-size:12px;
 	color: #1D7291;
}

.title{
	font-size:18px;
	font-weight:bold;
	color: #A7461B;
}
.link{
	font-size:12px;
	color: #A7461B;
	text-decoration:underline;
}
a.link:hover{
	font-size:12px;
	color: #A7461B;
	text-decoration:none;
}