.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A5500C;
	font-weight:bold;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A5500C;
}

.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A5500C;
	line-height:20px;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A5500C;
	font-weight:bold;
	line-height:20px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A5500C;
	border-right-color: #A5500C;
	border-bottom-color: #A5500C;
	border-left-color: #A5500C;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}

.linka:link {
	color: #A5500C;
	text-decoration: none;
}
.linka:visited {
	text-decoration: none;
	color: #A5500C;
}
.linka:hover {
	text-decoration: underline;
	color: #000000;
}
.linka:active {
	text-decoration: none;
}