/* COMMON */
body {
	font-family: "Times New Roman", Times, serif;
	margin:0px;
	background-color:#f2f2f2;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font-size: 80%;
	color:#000000;
	
}
.text_td {
	padding:30px 50px 0px 0px;
	line-height:120%;
}
p {
	padding:5px 0px 5px 0px;
	margin:0px;
}

a {
	color:#f6b57e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:0px solid black;
	margin:0px;
	padding:0px;
	
}

/* FOOTER */
.copyright_div {
	color:#9ca0a9;
	font-size:90%;
	padding:35px 35px 35px 0px;
	
}
.copyright {
	color:#666666;
	text-decoration:underline;
}




