/* CSS Document */


#intro {
	width: 450px;
	padding: 0;
	margin-top: 10;
}

#mytable2 {
	width: 450px;
	padding: 0;
	margin: 0;border: 1px solid #C1DAD7;
	background: #fff;
	color: #000000;
}
caption {
	padding: 0 0 5px 0;
	width: 400px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #71bf44;
}
th {
	color: #000000;
	border-right: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #6f9fbd;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
td {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

td a {
	text-decoration: none;
	color: #CC6600;
}
td a:hover {
	color: #669900;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #CC6600;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	color: #797268;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#content h3 {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #0066FF;
}
#content h4 {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #000000;
}
#content p {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
#content li {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #663300;
}
.floatright {
	float: right;
	margin: 10px 20px 15px 15px;
	clear: right;
}
.floatright img {
	padding-top:0px;
}

