.t1 {
	background-image: url(Images/home_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.t2 {
	background-image: url(Images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.p12 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;

}
.black:link {
	color: #000000;
	text-decoration: none;
}
.black:visited {
	color: #000000;
	text-decoration: none;
}
.black:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	color: #CCFF00;
	text-decoration: underline;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
