.text {
	font-family:verdana;
	font-size:10pt;
	color:#333333;
}

.smalltext {
	font-family:verdana;
	font-size:8pt;
	color:#333333;
}

.link {
	font-family:verdana;
	font-size:10pt;
	color:#777777;
	text-decoration:none;
}

.link:hover {
	font-family:verdana;
	font-size:10pt;
	color:#333333;
	text-decoration:underline;
}

td.top {
	background-color:#F5EFD7;
	font-family:verdana;
	font-size:9pt;
	color:#555555;
}

td.left {
	border-style:solid;
	border-color:#dddddd;
	border-width:1px;
	border-top:none;
	border-left:none;
	border-bottom:none;
}

td.leftnav {
	font-family:verdana;
	font-size:10pt;
	color:#777777;
}

td {
	font-family:verdana;
	font-size:10pt;
	color:#333333;
}

h1 {
	font-family:times new roman;
	font-size:14pt;
	color:#CCA833;
}

h2 {
	font-family:times new roman;
	font-size:12pt;
	color:#CCA833;
}

h3 {
	font-family:verdana;
	font-size:10pt;
	color:#CCA833;
	font-weight:bold;
}

h4 {
	font-family:verdana;
	font-size:9pt;
	font-weight:bold;
}

th {
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	text-align:left;
}

.config {
	font-family:verdana;
	font-size:8pt;
	text-align:left;
}


body {
	font-family:verdana;
	font-size:10pt;
	color:#333333;
}

pre {
	font-family:courier new;
	font-size:8pt;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	padding:5px;
	background-color:#eeeeee;
}