A:LINK, A:ACTIVE,A:VISITED {
	color : Navy;
	}

A:HOVER {
	color : Black;
}

A.menu:LINK, A.menu:ACTIVE, A.menu:VISITED{
	color : #324E8B;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8 pt;
	font-weight : bolder;
}

A.menu:HOVER {
	color : navy;
	text-decoration : none;
}
A.menuprice:LINK, A.menuprice:ACTIVE, A.menuprice:VISITED{
	color : #324E8B;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-weight : bolder;
	padding-left: 25;
	}

A.menuprice:HOVER {
	color : navy;
	text-decoration : none;
}
A.bold:LINK, A.bold:ACTIVE,A.bold:VISITED {
	color : #053686;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	font-family : "Times New Roman", Times, serif;
}

A.bold:HOVER {
	color : black;
	font-weight: bold;
	text-decoration : underline;
}
A.men:LINK, A.men:ACTIVE,A.men:VISITED {
	color : #053686;
	font-weight: bold;
	text-decoration: none;
	font-size: 8 pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.men:HOVER {
	color : black;
	font-weight: bold;
	text-decoration : underline;
}
.menuprice {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	color: #D18913;
	font-weight : bold;
	padding-left: 25;
}
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11 pt;
	color: #D18913;
	font-weight : bold;
	font-style : italic;
}

.small {
	font-family : Verdana;
	font-size : 8 pt;
	color: black;
	}
.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: black;
}
.flag {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: black;
}
.grand {
	border-bottom: 0;
}
.gran {
	padding-left: 15;
}
.button{
	background-color : #5399CC;
	font-size : xx-small;
	font-weight : bolder;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color : 666666;
	color : #000000;
	width : 95;
}
input.text {
	font:italic normal 10pt Arial;
	background-color: #cccccc;
	color: #000000;
	border : thin solid #666666;
}
	textarea.text {
	font:italic normal  10pt Arial;
	background-color: #cccccc;
	color: #000000;
	border : thin solid #666666;
	}

	
	/*ADDED BY ULFSARK 24.12.2008*/
	
	h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11 pt;
	color: #D18913;
	font-style : italic;
	margin: 0;
	padding: 10px 0;
	} 
	table.price{
		width: 100%;
		border-collapse: collapse;
		margin: 0 0 20px 0;
	}
	table.price td{
		font-size: 8pt;
		padding: 4px;
		border: 1px solid #1e357b;
		text-align: center;
	}
	table.price td.l{
		text-align: left;
		padding-left: 8px;
	}
	table.price tr.h td{
		background: #809ccc;
		color: #1e357b;
		font-weight: bold;
	}
	
	ul.price-menu{
		margin: 0;
		padding: 10px 0;
		list-style: none;
	}
	ul.price-menu li{
	color: #D18913;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-weight : bolder;
	padding: 0 0 3px 25px;
	}
	ul.price-menu li a:link, ul.price-menu li a:visited{
		color : #324E8B;
		text-decoration: none;
	}
	ul.price-menu li a:hover, ul.price-menu li a:active{
		color : navy;
		text-decoration: none;
	}
	
p.price-addon{
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}	