.texttopleft {
	background-image: url(graphics/text/topleft.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.textleft {
	background-image: url(graphics/text/left.png);
	background-repeat: repeat-y;
	background-position: left;
}
.textleftbottom {
	background-image: url(graphics/text/bottomleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.texttop {
	background-image: url(graphics/text/top.png);
	background-repeat: repeat-x;
	background-position: top;
}
.textbottom {
	background-image: url(graphics/text/bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.textrighttop {
	background-image: url(graphics/text/topright.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.textright {
	background-image: url(graphics/text/right.png);
	background-repeat: repeat-y;
	background-position: right;
}
.textrightbottom {
	background-image: url(graphics/text/bottomright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: justify;
	vertical-align: top;
	white-space: normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	vertical-align: top;
	background-color: #FFFFFF;
}
body {
	background-image: url(graphics/background.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #33CCCC;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
.text2 {font-size: 16px}
.photos {
	position:absolute;
	width:100%;
	top:100px;
	z-index:100;
	
}
	