body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;
	background-color: #fbf6f9;
	font-weight: normal;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 37px;
	padding-right: 5px;
}
.menu-bg {
	font-family: calibri, arial;
	font-size: 16px;
	color: #4b4945;
	text-decoration: none;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu-bg a{
	font-family: calibri, arial;
	font-size: 16px;
	color: #4b4945;
	text-decoration: none;
	padding-right: 29px;
	padding-left: 33px;
}
.content-bg {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.titlet-border {
	font-family: calibri, arial;
	font-size: 21px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-image: url(images/bdr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.green-color {
	color: #16C930;
}
.purple-color {
	color: #A93693;
}
a {
	color: #FBA629;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




.menu-bg a:hover{
	font-family: calibri, arial;
	font-size: 16px;
	color: #372940;
	text-decoration: none;
}

