<style type="text/css">

.Logo
{
        text-decoration: none;

}

#WholePage
{
	position: relative;
	Width: 100%;
    	BORDER-RIGHT: thin solid;
    	BORDER-TOP: thin solid;
    	BORDER-LEFT: thin solid;
    	BORDER-BOTTOM: thin solid;
	BACKGROUND-COLOR: rgb(255,196,155);
}

#InnerPage
{
	position: relative;
	TEXT-ALIGN: center;
	top: 0px;
	Width: 90%;
	BACKGROUND-COLOR: rgb(255,255,255);
    	BORDER-RIGHT: thin solid;
    	BORDER-LEFT: thin solid;
}

#ContentFrame
{
	position: relative;
	TEXT-ALIGN: left;
	Width: 100%;
}


#HomeFrame
{
	position: relative;	
	TEXT-ALIGN: left;
	Width: 100%;
	top: 0px;
}


.tb
{
        text-decoration: none;
	color: black;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	FONT-STYLE: italic;
	FONT-WEIGHT: bolder;
}

.tb:hover
{
    COLOR: red
}

.tb_bot
{
        text-decoration: none;
	color: black;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	FONT-STYLE: italic;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	PADDING-Top: 2px;
	PADDING-Bottom: 2px;
	FONT-WEIGHT: bolder;
}

.tb_bot:hover
{
    COLOR: red
}

.tb_img
{
    BORDER-RIGHT: white thin solid;
    BORDER-TOP: white thin solid;
    BORDER-LEFT: white thin solid;
    BORDER-BOTTOM: white thin solid
}

.tb_img:hover
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: black thin solid;
    BORDER-LEFT: thin outset;
    BORDER-BOTTOM: thin outset
}

.Line
{
	color: rgb(255,196,155);
	width: 100%;
}

.ContentText
{
	font-family: Arial;
	FONT-STYLE: italic;

}

.Section
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	FONT-WEIGHT: bolder;	
}

#Fondue_Pot
{
	position: relative;
	float: right;
	TEXT-ALIGN: left;
	Width: 30%;
	margin-right: 2cm;
    	BORDER-RIGHT: thin solid;
    	BORDER-TOP: thin solid;
    	BORDER-LEFT: thin solid;
    	BORDER-BOTTOM: thin solid;
	BACKGROUND-COLOR: rgb(255,196,155);
}
#Cheese_Fondue
{	
	position: relative;
	float: right;
	BACKGROUND-COLOR: rgb(255,255,255);
}


#Fondue_Box_right
{	
	position: relative;
	float: right;
	BACKGROUND-COLOR: 
	rgb(255,255,255);
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 15px;
	PADDING-Top: 5px;
	PADDING-Bottom: 5px;
}


#Fondue_Box_left
{	
	position: relative;
	float: left;
	BACKGROUND-COLOR: 
	rgb(255,255,255);
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 15px;
	PADDING-Top: 5px;
	PADDING-Bottom: 5px;
}

