<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.title
{
	font-family: Papyrus;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.content
{
	font-family: Papyrus;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.links
{
	font-family: Papyrus;
	font-size: 15px;
	color: #CCFF99;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.dropmenu
	{
	color: #000000;
	line-height : 20px;
	cursor: pointer;
	align: right;
	margin-bottom: 50px;
	}
	
.menutitle
	{
	cursor: default;
	margin-bottom: 50px;
	background-color: #000000;
	color: #000000;
	padding: 2px;
	/*/*/border:px solid #000000;/* */
	}

.submenu
	{
	margin-bottom: 0.5em;
	}

</Style>

