body {
	margin: 0px;
	background-color: #F26437;
	background-image: url(../images/bkd.gif);
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.contentBold {
	font-weight: bold;
}
.contentUnderline {
	text-decoration: underline;
}
.footer {
	font-size: 9px;
}
.whiteText {
	color: #FFFFFF;
}
.smallText {
	font-size: 9px;
}
.alert {
	color: #FFFF00;
}

/* links ------------------------------------------------------------------*/
a:link,a:visited,a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* white link -------------------------------------------------------------*/
a.whiteLink:link,a.whiteLink:visited,a.whiteLink:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.whiteLink:hover {
	color: #000000;
	text-decoration: none;
}
/* gr link ----------------------------------------------------------------*/
.grText {
	font-size: 9px;
	color: #9D3514;
}
a.gr:link,a.gr:visited,a.gr:active {
	color: #9D3514;
	text-decoration: underline;
}
a.gr:hover {
	color: #FFFFFF;
	text-decoration: none;
}
