a div p {
	font-family: tahoma, arial, sans;
	font-size: 12px;
	color: #666666;
}

a.menu {
	text-decoration: none;
	color: #666666;
}

a.shbutton {
	text-decoration: none;
}

a.topiclist{
	text-decoration: none;
	color: #EEEEEE;
}

hr{
	height: 1px;
	background-color: #666666;
}

input.submit{
	border: 1px solid black;
	color: #CCCCCC;
	background-color: #666666;
	padding: 3px;
}

td.menuItem {
	width: 100%;
	height: 30px;
	vertical-align: middle;
	padding: 2px 10px 2px 10px;
	background-color:#9F9F9F;
	color: #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
	margin: 0px
}

td.menuItem2 {
	width: 100%;
	height: 18px;
	vertical-align: middle;
	padding: 2px 10px 2px 10px;
	background-color:#CCCCCC;
	color: #666666;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
	margin: 0px;
	font-size: 11px;
	text-align: left;
}

td.menuItem:hover{
	background-color: #666666;
}


p {
	line-height: 18px;
	padding: 2px 10px 5px 10px;
	margin: 0;
}


h1{
	font-family: tahoma, arial, sans;
	font-size: 18px;
	font-weight: bold;
}

h3{
	border-bottom: 1px solid white;
	color: #666666;
	background-color: #CCCCCC;
	padding: 2px 10px 2px 10px;
	font-size: 13px;
}

p.list:hover {
	font-weight: bold;
	color: white;
}

td {
	font-family: tahoma, arial, sans;
	font-size: 12px;
	color: #666666;
}

pre {
	font-family: tahoma, arial, sans;
	font-size: 12px;
	color: #666666;
	 word-wrap: break-word;
	 white-space: inherit-moz-pre-wrap;
}

textarea{
	font-family: tahoma, arial, sans;
	font-size: 12px;
}

textarea.topicdescription{
	background: transparent;
	width:300;
	border: 0px;
	color:#666666;
}