 @charset "utf-8";
/* CSS Document */

table.gradient
{
	font-family: Sans-Serif;
	font-size: 12px;
	margin: 10px auto;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}
table.gradient th
{
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0 0 0;
	text-align: center;
	vertical-align: text-bottom;
	height: 30px;
	background: #d09537 url('images/gradhead.png') repeat-x;
	border: 1px solid #2d2d2d;
	border-top: 2px solid #2d2d2d;
	color: #2d2d2d;
}
table.gradient td
{
	padding: 8px; 
	border: 1px solid #2d2d2d;
	color: #2d2d2d;
	vertical-align: text-top;
	width: 20%;
	background: #e6e6e6 url('images/gradback.png') repeat-x;
}

table.gradient tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}

table.gradient H3 {
	font-family: sans-serif;
	color: #e6e6e6;
	font-size: 120%;
	font-weight: bold;
	background-image: url(/images/gradienth3.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 2px 0;
}

/* #gradient tbody tr:hover td
{
	background: #d0dafd url('table-images/gradhover.png') repeat-x;
	color: #339;
} */
table.gradient p {
	line-height: 1em;
	padding: 2px;
	margin: 0;
}
p.bps {
	color: #643200;
	font-weight: bold;
	line-height: 1em;
}
p.sem {
	color: #51522e;
	font-weight: bold;
	line-height: 1em;
}
p.conf {
	color: #164d69;
	font-weight: bold;
	line-height: 1em;
}
p.web {
	color: #800000;
	font-weight: bold;
	line-height: 1em;
}
p.meet {
	color: #3F1647;
	font-weight: bold;
	line-height: 1em;
}
p.cmt {
	color: #36478b;
	font-weight: bold;
	line-height: 1em;
}
p.com {
	color: #008040;
	font-weight: bold;
	line-height: 1em;
}
p.work {
	color: #c66300;
	line-height: 1em;
	font-weight: bold;
}
p.oth {
	color: #2d2d2d;
	line-height: 1em;
	font-weight: bold;
}
table.gradient h3 {
	color: #2d2d2d;
	text-shadow: 1px 1px 1px #fff;
	line-height: 0em;
	padding: 2px 2px 4px 2px;
	margin: 0;
}
a {
	font-weight: normal;
	line-height: 1.4em;
}

