@charset "utf-8";
/* CSS Document */
.i{
	font-style:italic !important;
}
.bold{
	font-style:bold !important;
}
.uc{
	text-transform:uppercase;
}
.font2{
	font-family: 'Sue Ellen Francisco', cursive;
	font-size:20px;
}

.font1{
font-family: 'BenchNine', sans-serif;
}

body
{
	font-family: 'BenchNine', sans-serif;
	font-size:16px !important;
	line-height:18px;
}


