/*
Design och programering av Zebra Media, Jamie Telin
www: http://www.zebramedia.se
e-post: jamie@zebramedia.se
*/
<!--
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

/*
TEXT
*/
.smalltext {
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.smalltext a{
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.smalltext a:hover{
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	text-transform:uppercase;
	margin:0px;
}
h2{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#999999;
	margin:0px;
}
h3{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0099CC;
	margin:0px;
}
h4{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	text-transform:uppercase;
}
.largeText{
	font-size:14px;
	font-weight:bold;
}
.largeText a{
	font-size:14px;
	font-weight:bold;
}
.largeText a:hover{
	font-size:14px;
	font-weight:bold;
	color:#FFCC33;
	text-decoration:none;
}
.whitetextNormal {
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

.linkm td tr a{
	color:#FFFFFF;
}

A:link {
	text-decoration: none;
	color:#006699;
	font-weight:bold;
}
A:visited {
	text-decoration: none;
	color:#006699;
	font-weight:bold;
}
A:active {
	text-decoration: none;
	color:#006699;
	font-weight:bold;
}
A:hover {
	text-decoration:underline;
	color:#006699;
}
