body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FBF3E6;
}
span {
	font-size:14px
	}
p {
	text-align: justify;
	}
b {
	color: #BC2CBC; 
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

body,td,th {
	font-family: "Myriad Pro", Tahoma, Geneva;
	font-size:13px;
}
.home-txt {
	font-size: 14px;
}
a.afoot {
	color: #333; 
	text-decoration: none;
}
.home-txt-bold {
	font-size: 16px;
}
.main_title { 
	color: #BC2CBC; 
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	height:50px;
	padding-left: 230px;
}
ul {padding:1em; margin-top:-10px; margin-bottom:-10px;}

table.sample {
	border-width: thin;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

