a:link{color:#000000; text-decoration:none}
a:visited{color:#000000; text-decoration:none}
a:hover{color:red; text-decoration:underline;}
a:active{color:red; text-decoration:none}

.title
	{
	font-family: tahoma;
	font-size: 18;
	font-weight: bold;
	margin-top: 5;
	margin-left: 30;
	text-align: left;
	}

.headline
	{
	font-family: tahoma;
	font-size: 12;
	font-weight: bold;
	text-align: left;
	background: #CCCCCC;
	padding-left: 10;
	padding-top: 10;
	padding-bottom: 10;
	height: 20;
	width: 240;
	text-transform: uppercase;
	}

.picture
	{
	padding: 5;
	width: 160;
	background: #CCCCCC;
	text-align: center;
	height: 200;
	vertical-align: top;
	}

.info
	{
	font-family: tahoma;
	font-size: 12;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	padding-top: 10;
	padding-left: 10;
	padding-right: 5;
	width: 350;
	vertical-align: top;
	}

.table
	{
	border: 0px none #111111;
	border-collapse: collapse;
	border-top-color:#111111;
	width: 510;
	margin-top: 10;
	margin-bottom: 40;
	margin-left: 0;
	align: center;
	}

.menu
	{
	width: 600px;
	height: 25;
	font-size: 10;
	font-family: tahoma;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20;
	border: 0px none #111111;
	border-collapse: collapse;
	text-transform: uppercase;
	}

.menu td
	{
	width: 100px;
	text-align: center;
	background-image: url(../gfx/line_black.jpg);
	}

.menu td a:link
	{
	color: white;
	}

.menu td:hover
	{
	background-image: url(../gfx/line_gold.jpg);
	}

.menu td:active
	{
background-image: url(../gfx/line_white.jpg);
	}

.menu a:hover
	{
	color: white;
	}

.wg
	{
	border: 0;
	margin-bottom: 40;
	}

.link
	{
	padding-left: 20;
	target: _blank;
	}

.div
	{
	padding-top: 0;
	width: 600;
	font-family: tahoma;
	font-size: 12;
	font-weight: normal;
	font-color: #CCCCCC;
	}





