/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(images/bg.gif);
}
.border {
	border: 2px solid #A21933;
}

.heading {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.heading:HOVER {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fb8e00;
	text-decoration: none;
}
.text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

