@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.textleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
.gritext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: justify;
}
/* ----------------- my ----------------- */
.my {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #666666;
}
.my p {
	margin: 0px;
}
.my a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.my a:hover {
	color: #999999;
}
/* ----------------- hedlines ----------------- */
h1 {
	font-family: UB-HelveticaCond;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: UB-HelveticaCond;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
}
h3 {
	font-family: UB-HelveticaCond;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	margin-left: 10px;
}

/* ----------------- back ----------------- */
.back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #999999;
	padding-right: 15px;
}
.back p {
	margin: 0px;
}
.back a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.back a:hover {
	color: #FFFFFF;
