body
{
	background-color: #414141;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.linkbg {
	background-image: url(../images/link_bg.jpg);
	background-repeat: repeat-x;
}
.arial20gray {
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: #414141;
	text-decoration: none;
}
.arial20red {
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: #8D0D0D;
	text-decoration: none;
}
.tahoma11gray {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.tahoma11red {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #B61D1D;
	text-decoration: none;
}

.tahoma11redunderline {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}
a.tahoma11redunderline:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #B61D1D;
	text-decoration: underline;
}

.tahoma14red {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #AB0909;
	text-decoration: none;
}
.tahoma14gray {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.tahoma11white {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.tahoma11white:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}

.dotedline {
	background-image: url(../images/doted_line.gif);
	background-repeat: repeat-x;
}
