body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg-page.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 1024px;	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.bodytag {
	margin: 5px auto;
	width: 800px;
	/*	text-align: left; - this will make the text on the div left aligned*/
}
.toplogo {
	margin: 5px auto;
	width:800px;	
}
.style-menu {
	margin: auto;
	width: 800px;
	padding-top: 27px;
}
.style-advert {
	margin: auto;
	width: 800px;
	padding-top: 30px;
}
.left-border-for-td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.style-content {
	margin: auto;
	width: 800px;
	padding-top: 50px;
}
.bodytag .style-content .left-border-for-td img {
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.bodytag .style-content .left-border-for-td h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #DA2B54;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
.bodytag .style-content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #DA2B54;
	font-weight: 900;
	font-variant: small-caps;
	text-transform: capitalize;	
}
.bodytag .style-content p {
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}