/* CSS Document */

p{
	font-family:Helvetica;
	font-size: 13px;
	color:#333333;
	line-height: 16px;
	padding: 1px;
	font-style: normal;
}
.bold {
	font-family: InaiMathi;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
}
.italics {
	font-family: Helvetica;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
.headings {
	font-family: "News Gothic MT";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #BF000C;
}
.navigation{
	font-family: "News Gothic MT";
	font-size: 18px;
	color: #BF000C;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
