/* CSS Document */

.title1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#003399;
	text-transform:uppercase;
}
.td_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
.email {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#800000;
	text-decoration:none;
}
.email:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#800000;
	text-decoration:underline;
}
.bullet {
	background-image: url(../image/bullet.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}