a, a:link, a:vlink
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #ff8686;
	text-decoration: none;
}


.linkstopbottom
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	padding: 2;
	background-color: #112a3c;
}

.menu
{
	font-family: verdana;
	font-size: 14;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #646e8b;
	cursor: hand;
	padding-left: 15;
	height: 30;
	border-bottom: 1px solid #000000;
}
.menu_hover
{
	font-family: verdana;
	font-size: 14;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #31498d;
	cursor: hand;
	padding-left: 15;
	height: 30;
	border-bottom: 1px solid #000000;
}

.menu_selected
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #d68d00;
	cursor: default;
	padding-left: 15;
	height: 30;
	border-bottom: 1px solid #000000;
}


.title
{
	font-family: verdana;
	font-size: 30;
	font-weight: bold;
	background-color: #8c7b65;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #000000;
	cursor: default;
}

.content
{
	font-family: verdana;
	font-size: 13;
	background-color: #FFFFFF;
	padding: 20;
	text-align: justify;
	cursor: default;
}

.table-left
{
	font-family: verdana;
	font-size: 13;
	padding-right: 20;
	text-align: justify;
	cursor: default;
}

.table-right
{
	font-family: verdana;
	font-size: 13;
	padding-left: 20;
	text-align: justify;
	cursor: default;
}

.table-content
{
	font-family: verdana;
	font-size: 13;
	text-align: justify;
	cursor: default;
}

.left
{
	font-family: verdana;
	font-size: 12;
	background-color: #d9d4ba;
	color: #000000;
	cursor: default;
	text-align: center;
}
