a, a:link, a:vlink
{
	color: #364E7C;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


.linkstopbottom
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	padding: 2;
	background-color: #769CD6;
}

.menu
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	color: #364E7C;
	background: url('menuitem.gif') no-repeat;
	background-color: #97B9F4;
	cursor: hand;
	padding-left: 15;
	height: 37;
}

.menu_highlight
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	color: #364E7C;
	background: url('menuhighlight.gif') no-repeat;
	background-color: #97B9F4;
	cursor: hand;
	padding-left: 15;
	height: 37;
}

.menu_selected
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	color: #FFFFFF;
	background: url('menuselected.gif') no-repeat;
	background-color: #FF9900;
	cursor: default;
	padding-left: 15;
	height: 37;
}

.title
{
	font-family: verdana;
	font-size: 30;
	font-weight: bold;
	background-color: #97B9F4;
	color: #4A5F89;
	padding: 10;
	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: url('menubg.gif');
	background-color: #DAE8FF;
	color: #213F6A;
	cursor: default;
}
