body {
	margin: 0px;
	background-color: #F26437;
	background-image: url(../images/bkd.gif);
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.contentBold {
	font-size: 13px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
}

/* links ------------------------------------------------------------------*/
a:link,a:visited,a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
/* gr link ----------------------------------------------------------------*/
.gr {
	font-size: 10px;
	color: #AAAAAA;
}
a.gr:link,a.gr:visited,a.gr:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #AAAAAA;
	text-decoration: underline;
}
a.gr:hover {
	color: #333333;
	text-decoration: none;
}