.text {
	font-family: tahoma;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}

.text_small {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}

.title {
	font-family: tahoma;
	font-size: 11px;
	line-height: 25px;
	color: #9D3246;
	text-decoration: none;
	font-weight: bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BCBCDE;
}

.footer {
	font-family: tahoma;
	font-size: 10px;
	line-height: 30px;
	color: #414189;
	text-decoration: none;
}

a:link {
	text-decoration: underline;
	color: #414189;
}
a:visited {
	text-decoration: underline;
	color: #414189;
}
a:hover {
	text-decoration: none;
	color: #414189;
}
a:active {
	text-decoration: underline;
	color: #414189;
}

a.link:link,a.link:active,
a.link:visited{
	background-color: #414189;
	border: 1px solid #D1D1E9;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.link:hover
{
	color: #414189;
	background-color: #FFFFFF;
}
