.text1 {
	font-family: "Book Antiqua";
	font-size: 14px;
	color: #FFFFFF;
}
.textblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
}
.links {
	font-family: "Book Antiqua";
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.links a{
	font-family: "Book Antiqua";
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	Text-decoration:none;
	font-weight: bold;
}
.links a:hover{
	font-family: "Book Antiqua";
	font-size: 12px;
	line-height: normal;
	color: #FF9900;
	Text-decoration:none;
	font-weight: bold;
}
.backg {
	background-image: url(images/123.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.border {
	border: 1px solid #cccccc;
}
