body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #878888;
	background-color: #0099cc;
}
p {
	margin: 10px 0;
}
/***************************************************************************** LINKS */
a:link, a:visited {
	text-decoration: underline;
	color:#878888;
}
a:hover, a:active {
	text-decoration: none;
	color:#0099cc;
}
a.b	{
	color: #0099cc;
	text-decoration:underline;
}
a.bn {
	color:#0099cc;
	font-weight:bold;
	text-decoration:none;
}
a.db {
	color:#3287B2;
	text-decoration:underline;
}
a.green	{
	color:#799F25;
	text-decoration:none;
}
a.top1	{color:#22AFF2;	text-decoration:none;}
a.top2	{color:#999898;	text-decoration:none;}
a.copy	{color:#666666;	text-decoration:none;}

a:link img, a:visited img {
	border: 0 none !important;
	text-decoration: none;
}
/***************************************************************************** TABLES */
table {
	border: 0;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 none;
	border-collapse: collapse !important;
}
td {
	text-align: left;
	vertical-align: top !important;
	font-family: Tahoma;
	font-size: 11px;
	color: #878888;
	margin: 0;
	padding: 0;
}
/***************************************************************************** OTHER */
.green	{color:#799F25;}
form	{margin: 0px;}
.dark	{color:#6F7070;}
.b		{color:#0099cc;}

.body13px 	{
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #0099cc;
	margin-top: 0;
}
.body13px a:link {
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	color: #0099cc;
}
.title {
	font-weight: bold;
	font-size: 14px;
}
td.norepeat {
	background-repeat: no-repeat;
}
td.repeatx {
	background-repeat: repeat-x;
}
td.repeaty {
	background-repeat: repeat-y;
}
img.inset-left {
	float: left;
	padding-right: 10px;
}