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

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:small;
	color: #333333;
}
.body {
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
}
.a {
	font-weight: normal;
	font-size: x-small;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:medium;
	color: #333333;
}
.foot {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:x-small;
	color: #333333;
}
.div2
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:small;
	color: #333333;
	border:1px solid #E7E7E7;
	padding:5px;
	left:200px;top:50px;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}


