body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color : #FAD0D1;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none ;
	font-size: 7pt;
	color:  #F49C9A;
}


:link {
	font-family: Verdana, helvetica, serif;
	font-style: normal;text-decoration: none ;
	font-size: 7pt;
	text-align: left;
	color: #F49C9A;
}
	
:visited {
	font-family: Verdana, helvetica, serif;
	font-style: normal;text-decoration: none ;
	font-size: 7pt;
	text-align: left;
	color: #F8B6BA;
}

:active{
	font-family: Verdana, helvetica, serif;
	font-style: normal;
	text-decoration: none ;
	font-size: 7pt;
	text-align: left;
	color: #BB7F7A;
}

:hover {
	font-family: Verdana, helvetica, serif;
	font-style: normal;
	text-decoration: none ;
	font-size: 7pt;
	text-align: left;
	color: #BB7F7A;
}

.nav {
	background : url("images/nav_tdbg.gif");
}


#content {
	POSITION: absolute;
	left: 5px;
	top: 0px;
	z-index: 5;
}

.newy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none ;
	font-size: 7pt;
	color:  #F25589;
}


.right {
	background-image: url(images/background/right.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.topright {
	background-image: url(images/background/ur.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	align: left;
	valign: bottom;
}
.top {
	background-image: url(images/background/top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	valign: bottom;

}
.topleft {
	background-image: url(images/background/ul.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	align: right;
	valign: bottom;
}
.left {
	background-image: url(images/background/left.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	align: right;
}
.bottomleft {
	background-image: url(images/background/bl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	align: right;
	valign: top;
}
.bottom {
	background-image: url(images/background/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	valign: top;
}
.bottomright {
	background-image: url(images/background/br.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	align: left;
	valign: top;
}
