/*  Fortiss Style */
/*
These classes define the styles that change for different categories of page.
i.e. 'Themes'
*/

.border
{
	height: 7px;
	width: 7px;
	background-color: #77002A;
}
.menubar
{
	color: #DEBB58;
	background: #77002A;
}
A.menubarlink:hover
{
	color: #DEBB58;
}
.MainNavArea
{
	width: 233px;
	background-color: #735046;
}

