﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma;
	font-size:84%;
}
.footer_copyright {
	color: #FFFFFF;
	font-size: 70%;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
}
.title {
	color: #000000;
	font-size:100%;
	font-family: tahoma;
	font-weight: bold;
}

.title_centered {
	color: #000000;
	font-size:100%;
	font-family: tahoma;
	font-weight: bold;
	text-align: center;
}

.normaltext {
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	font-size:84%;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #286ea0;
	background-color: inherit;
}

a:hover
{
	text-decoration: underline;
	color: #286ea0;
	background-color: inherit;
}

a img
{
	border: 0;
}

.leftalign {
	text-align: left;
}
.centeralign {
	text-align: center;
}
