/* CSS Document */

.title_normal
{
	font-family: "Trebuchet MS", Arial;
	font-size:14px;
    font-weight:bold;
	text-transform:uppercase;
	color:#333;
}
.title_left
{
	font-family: "Trebuchet MS", Arial;
	font-size:14px;
    font-weight:bold;
	text-transform: capitalize;
	color:#555;
	text-decoration:underline;
}
