/* CSS Document */

body { background-color: #DEE2FE; }

a:link    { color: #006699; text-decoration: underline; }
a:active  { color: #006699; text-decoration: underline; }
a:visited { color: #006699; text-decoration: underline; }
a:hover   { color: #CC0000; text-decoration: underline; }

.mT a:link    { color: #006699; text-decoration: none; }
.mT a:active  { color: #006699; text-decoration: none; }
.mT a:visited { color: #006699; text-decoration: none; }
.mT a:hover   { color: #CC0000; text-decoration: none; }

.l a:link    { color: #CC0000; text-decoration: none; }
.l a:active  { color: #CC0000; text-decoration: none; }
.l a:visited { color: #CC0000; text-decoration: none; }
.l a:hover   { color: #006699; text-decoration: none; }

.hl {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
.t {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 6px;
}
.h {
	color: #CC0000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 2px;
}
.m {
	background-color: #EEEEEE;
	border: 1px solid #999999;
}
.mT {
	color: #006699;
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 2px;
}
.b, .d {
	color: #999999;
	font-family: Tahoma;
	font-size: 10px;
}
.l {
	color: #CC0000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.sub {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}