@charset "utf-8";
/* CSS Document */

p {
	padding: 1px 6px 1px 6px;
}

.heading {
	background: #333333;
	border: 1px solid #5555ff;
	color: #EEEEEE;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}
.subheading {
	background: #333333;
	border: 1px solid #5555ff;
	color: #EEEEEE;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
}
.content {
	background: #292929;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.footer {
	background: #333333;
	border: 1px solid #5555ff;
	color: #EEEEEE;
	text-align: center;
	font-size: 80%;
}
.cfed {
	background: #292929;
	background-image: url(fed.png);
	background-position: center;
	background-repeat: no-repeat;
	border:1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.crom {
	background: #292929;
	background-image: url(rom.png);
	background-position: center;
	background-repeat: no-repeat;
	border:1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.ckli {
	background: #292929;
	background-image: url(kli.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.cmar {
	background: #292929;
	background-image: url(mar.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.cso {
	background: #292929;
	background-image: url(so.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.csoc {
	background: #292929;
	background-image: url(soc.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.csrr {
	background: #292929;
	background-image: url(srr.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.cimp {
	background: #292929;
	background-image: url(imp.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.cga {
	background: #292929;
	background-image: url(ga.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.cnjo {
	background: #292929;
	background-image: url(njo.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.cmik {
	background: #292929;
	background-image: url(mik.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.csfi {
	background: #292929;
	background-image: url(sfi.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2222ff;
	color: #EEEEEE;
	text-align: left;
	font-size: 90%;
}
.list {
	padding-left: 12px;
	list-style: outside;
	list-style-image: url(bullet.png);
	list-style-position: outside;
}
.rdheading {
	background: #333333;
	border: 1px solid #5555ff;
	color: #EEEEEE;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.rdfooter {
	background: #333333;
	border: 1px solid #5555ff;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #EEEEEE;
	text-align: center;
	font-size: 80%;
}
.rdtl {-moz-border-radius-topleft:6px;}
.rdtr {-moz-border-radius-topright:6px;}
.rdbl {-moz-border-radius-bottomleft:6px;}
.rdbr {-moz-border-radius-bottomright:6px;}
sup { 
	font-size: 50%;
}
td {
	vertical-align: top;
}