h1.Abba
{
	font-family: arial, serif;
	text-align: center;
	color: #001199;
}

h2.Abba
{
	background-image: url(layout/SectionHeader.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: helvetica, arial, serif;
	text-align: center;
	color: #0022C0;
}

div.Abba
{
	color: black;
	font-family: arial, serif;
}

div.Abba a:link
{
	color: blue;
	text-decoration: none;
}

div.Abba a:visited
{
	color: blue;
	text-decoration: none;
}

div.Abba a:hover
{
	color: blue;
	background-color: #CCCCFF;
}

div.Abba a:hover img
{
	background-color: #F8F4EF;
}

img.right
{
	float: right;
	display: inline;
	margin: 10px 10px 10px 10px;
}

img.left
{
	float: left;
	display: inline;
	margin: 10px 10px 10px 10px;
}

table.InfoColumn
{
	background-color: #F8F4EF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
}

/*------------------ Menu table items -----------------*/

td.MenuTable
{
	background: url(layout/ButtonLarge.png);
	background-color: #0b16f6;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}

td.MenuTable:hover
{
	background: url(layout/ButtonLargeHover.png);
	background-color: #748bf2;
	background-position: center center;
}

td.MenuTable a
{
	width: 100%;
	background: url(layout/ButtonLarge.png);
	background-color: #0b16f6;
	background-position: center center;
	font-family: tahoma, serif;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

td.MenuTable a:visited
{
	width: 100%;
	font-family: tahoma, serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

td.MenuTable a:hover
{
	width: 100%;
	background: url(layout/ButtonLargeHover.png);
	background-color: #748bf2;
	background-position: center center;
	font-family: tahoma, serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

td.MenuTableCurrentPage
{
	background-image: url(layout/ButtonLargeCurrent.png);
	background-color: #3bc264;
	background-position: center center;
	font-family: tahoma, serif;
	font-weight: bold;
	color: black;
	text-align: center;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

/*------------------ Link list items -----------------*/

a:link.LinkListItem
{
	background: url(layout/ButtonSmall.png);
	background-color: #BFCFFF;
	background-repeat: repeat;
	background-position: center center;
	height: 17px;
	font-size: 13px;
	font-family: tahoma, serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

a:visited.LinkListItem
{
	background: url(layout/ButtonSmall.png);
	background-color: #BFCFFF;
	background-repeat: repeat;
	background-position: center center;
	height: 17px;
	font-size: 13px;
	font-family: tahoma, serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

a:hover.LinkListItem
{
	background: url(layout/ButtonSmallHover.png);
	background-color: #DFEFFF;
	background-repeat: repeat;
	background-position: center center;
	height: 17px;
	font-size: 13px;
	font-family: tahoma, serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

a.LinkListItemCurrent
{
	background: url(layout/ButtonSmallCurrent.png);
	background-color: #CFFFCF;
	background-repeat: repeat;
	background-position: center center;
	height: 17px;
	font-size: 13px;
	font-family: tahoma, serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
