<style type="text/css">
.menutitle{
	cursor:pointer;
	margin-bottom: 1px;
	background-color:#3e3e3e;
	width:120px;
	padding:1px;
	text-align:left;
	font-weight:normal;
	/*/*/border:1px solid #FF0000;
	color: #CCCCCC;
}
.menutitle {
	cursor:pointer;
	margin-bottom: 1px;
	background-color:#3e3e3e;
	width:auto;
	padding:2px;
	text-align:left;
	font-weight:normal;
	/*/*/border:1px solid #7E261D;
	color: #FFFFFF;
}

.submenu{
	margin-bottom: 1px;
	width: auto;
	font-style: normal;
	border: 0,5px solid #7E261D;
	background-color: #333333;
	font-size: 80%;
	text-align: left;
}
a:link {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FF0000;
}

</style>

text {
	background-color: #FFFFFF;
	font-size: 14px;
}

.textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}


