@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	font-family:Tahoma, Arial, Helvetica, "times New Roman";
	background-color:#666666;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 0.8em;
	font-weight: normal;
}
h1 {
	font-size:115%;
	color:#000033;
	font-weight:bold;
}
h2 {
	font-size:115%;
	color:#000033;
}
h3 {
	font-size:110%;
	color:#000099;
}
h4 {
	font-size:100%;
	color:#666666;
	margin-bottom:0;
}
h5 {
	font-size:90%;
	color:#000099;
}
h6 {
}
p {
	font-size:92%;
	color:#666666;
}
li {
}
ul {
	font-size:92%;
	color:#666666;
}
td.header {
	background-color:#FFFFFF;
	background-image:url(../artwork/bg-header.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	font-size:130%;
	color:#666666;
}
td.header a, td.header a:link {
	color:#CCCCCC;
	text-decoration:none;
}
td.logo {
	padding-left:15px;
}
td.chart {
}
td.text {
	padding-right:10px;
	padding-bottom:10px;
}
td.menu {
	background-image:url(../artwork/btn.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:3px solid #0002bf;
	border-top:3px solid #0002bf;
}
td.menu li {
	float:left;
}
td.menu ul, td.menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
td.menu a, td.menu a:link {
	display:block;
	text-decoration:none;
	color:#000099;
	font-weight:bold;
	font-size:100%;
	line-height:45px;
	background-image:url(../artwork/btn.jpg);
	background-position:top;
	padding-left:18px;
	padding-right:18px;
}
td.menu a:hover {
	background-position:bottom;
	color:#FFFFFF;
}
td.content {
	background-color:#EEEEEE;
	padding-left:35px;
	padding-bottom:15px;
	padding-right:20px;
	border:15px solid #FFFFFF;
}
td.content a, td.content a:link {
	color:#333333;
	border-bottom: 1px dotted #6e6ea2;
	text-decoration:none;
}
td.images {
	background-color:#FFFFFF;
	padding:15px;
}
td.footer {
	background-color:#FFFFFF;
	padding:10px;
	font-size:85%;
	color:#000099;
	border-top:3px solid #0002bf;
}
td.footer a, td.footer a:link {
	text-decoration:none;
	color:#000099;
	border-bottom: 1px dotted #6e6ea2;
}
td.footer a:hover {
	color:#0033CC;
}