/*
Design och programering av Zebra Media, Jamie Telin, Juli 2007
www: http://www.zebramedia.se
e-post: jamie@zebramedia.se
*/
<!--
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
body {
	background-color:#FFFFFF;
	margin:0px;
	background-image:url(layoutimg/bg_orange.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-repeat:repeat-y;
}
.top {
	background-color:#000000;
	width:600px;
	height:225px;
}
.bot {
	background-color:#000000;
	width:600px;
	height:191px;
}
.menu {
	background-color:#000000;
	width:600px;
	height:30px;
}
/*IMAGE*/
img{
border:0px;
}
/*TEXT*/
.h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
}
.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}
.whitetext a{
	font-size: 12px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.whitetext {
	font-size: 12px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}