body {
	margin: 0px;
	background-image: url(../images/bgimage.jpg);

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu-content {
	color: #FFFFFF;
}
.links {
	color: #FFFFFF;
	text-decoration: none;
}
.td-brd-b-c {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F5ECE2;
}
.td-brd-l-r-c {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F5ECE2;
	border-left-color: #F5ECE2;
}
.td-brd-t-c {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F5ECE2;
}
.td-padding {
	padding: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;

}
p {
	line-height: 25px;
}
a {
	color: #000000;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
.leftside-img-align {
	float: left;
	margin-right: 15px;
}
ul {
	line-height: 30px;
}
a:hover {
	text-decoration: underline;
}
