a:link {
	color: #DB0000;
	text-decoration: none;
}
a:visited {
	color: #DB0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	color: #DB0000;
	text-decoration: none;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
}
.provide-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFCC00;
}
.box1 {
	border: thin dashed #CCCCCC;
}
