a:link {
	color: #333;
}
a:visited {
	color: #000;
}
a:hover {
	color: #F00;
}
a:active {
	color: #000;
}
body {
	background-color: #ff3333;
	background-image: url(images/layout/layout1_01.jpg);
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: right;
}
.background {
	background-color: #090945;
	background-image: url(images/layout/layout1_01.jpg);
	background-repeat: repeat-x;
}
.backgroundheader {
	background-color: #CCC;
	background-image: url(images/layout/layout2_13.jpg);
	background-repeat: repeat-x;
}
.text-header {
	font-size: 22px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.rss-background {
	background-color: #FFF;
	background-image: url(images/pages/background-rss2.jpg);
	background-repeat: repeat-x;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
.text-large-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
.horizontal-line {
	background-image: url(images/layout/horizontal-line.jpg);
	background-repeat: repeat-x;
}
.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
}

