/* CSS Document */

body {
	background-color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
	line-height:150%;
	padding:0px;
	margin: 0px;
	text-indent: 0;
	vertical-align: top;
}
table {
	font-size:10pt;
	border-style: none;
	border-width:0px;
	margin:0px;
	padding: 0px;
	border-color: white;
	border-collapse:collapse;
}
tr {
	border-collapse:collapse;
	border-style: none;
	border-width:0px;
	margin:0px;
	padding: 0px;
	border-color: white;
}
td {
	font-size:inherit;
	border-collapse:collapse;
	border-style: none;
	border-width:0px;
	margin:0px;
	padding: 0px;
	border-color: white;
}
th {
	font-size:inherit;
}
p {font-size:inherit}
li {font-size:inherit}
table.page {
	width: 100%;
	height: 100%;
	border-collapse:collapse;
	border-style: none;
	border-width:0px;
	margin:0px;
	padding: 0px;
	border-color: white;
}

h1 { 
	font-size: large;
	color: #111111;
}
h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #111111;
}
p {
}
/* styles for links */

/* normal link */
a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:inherit;
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}

/* the current link on a screen */
a.current:hover {
	color:#999999;
}
a.current {
	color:#999999;
}

/* the links in main text */
a.text:hover {
	text-decoration: underline;
	color:#000000;
}
a.text {
	text-decoration: underline;
	color:#111111;
}
/* links on menus */

table.content {
	border-collapse:collapse;
	border-style: none;
	border-width:0px;
	margin:0px;
	padding: 0px;
	border-color: white;
}
td.links {
	padding:0px;
	margin:0px;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #111111;
	border-style: none;
	border-width: 0px;
	margin: 0px;
}
table.links {
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
	border-style: none;
	border-width: 0px;
	margin: 0px;
}
td.mainblock {
	background-color:#FFFFFF;
	color: #000000;
	padding: 10px;
	border-collapse:collapse;
	border-style: none;
	border-width:0px;
	margin:0px;
	border-color: white;
}
td.top {
padding-left:5px;padding-right:5px;
}
li {
}
