.bar
{
    SCROLLBAR-base-COLOR: #FFD52E;
}

a
{
	color: #993300;
	text-decoration: none;
}

a:hover
{
	color: #993300;
	text-decoration: underline;
}


a:link
{
	color: #993300;
	text-decoration: none;
}

a:vlink
{
	color: #993300;
	text-decoration: none;
}


.linkstopbottom
{
	font-family: verdana;
	font-size: 10;
	font-weight: bold;
	padding: 2;
}

.menu
{
	font-family: verdana;
	font-size: 12;
	background-color: #F2CA85;
	cursor: hand;
	padding: 4;
}

.menu_selected
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	background-color: #FCBB55;
	cursor: hand;
	padding: 4;
}

.title
{
	font-family: verdana;
	font-size: 20;
	font-weight: bold;
	background-color: #F2CA85;
	padding: 10;
	text-align: center;
}

.content
{
	font-family: verdana;
	font-size: 13;
	background-color: #FFFFFF;
	padding: 20;
	text-align: justify;
}

.left
{
	font-family: verdana;
	font-size: 10;
	padding: 5;
	background-color: #FFEED4;
}