table.menu
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 24pt;
}

td.button
{
	background-color: #2B7CD9;
	padding: 2px;
	border: 3px outset #FFFFFF;
	text-align: center;
	width: 20%
	}
	
td.button2
{
	background-color: #2B7CD9;
	padding: 2px;
	border: 3px outset #FFFFFF;
	text-align: center;
	width: 20%;
	}	

td.button a
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button2 a
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button a:visited
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button2 a:visited
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button a:active
{
	color: Yellow;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button2 a:active
{
	color: #FF0545;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button a:hover
{
	color: Yellow;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button2 a:hover
{
	color: #FF0545;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.style_bulletedlist {
	list-style-position: inside;
	list-style-type: circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.headline {
	font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #2B7CD9;
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2B7CD9;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.contacts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

