/*
-------------------------color codes-------------------
#F8D35C body background
#ffffff 
#406080 mainbody background
#917107 link hover

-----------------------font families---------------------
font-family: Times New Roman, Times, Serif;


-----------------------other code---------------------
letter-spacing: 1px;

a:link {color: #000000; background:#000000;}
a:visited {color: #000000; background:#000000;}
a:active {color: #000000; background:#000000;}
a:hover {color: #917107;; background:#000000;}2B6D05
*/


body
{
	padding: 0px; 
	margin: 0px;
	font-size: 14px;
	font-family: Times New Roman, Times, Serif;
/*	scrollbar-face-color:#406080;*/				/* hovedfargen */
/*	scrollbar-arrow-color:#000000;*/			/* pilfargen */
/*	scrollbar-track-color:#70A1D1;*/ 			/* bakgrunnsfargen */
/*	scrollbar-shadow-color:#3A556F;*/ 		/* skygge */
/*	scrollbar-highlight-color:#ffffff;*/ 			/* highlight */
/*	scrollbar-3dlight-color:#000000;*/ 			/* highlight ramme */
/*	scrollbar-darkshadow-color:#000000;*/	/* skygge ramme */
}

/*body
{
	padding: 0px;
	margin: 0px;
	background: #F8D35C;
	color : #000000;
	font-family: Times New Roman, Times, Serif;
}*/

a
{
	text-decoration: none;
	font-weight: bold;
	background: #F8D35C;
	color: #000000;
}

a:hover {
	background: #F8D35C;
	color: #ffffff;
}

a.button
{
	text-decoration: none;
	font-weight: bold;
	background: #2b6d05;
	color: #ffffff;
}

a.button:hover {
	background: #2b6d05;
	color: #F8D35C;
}

.footerText
{
	font-size: 11px;
}

.heading
{
	font-weight: bold;
	font-style: italic;
	font-size: 42px;
}

.popUpHeading
{
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}

.popUpTxt
{
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

TD
{
	vertical-align: top;
	padding: 10px; 
	margin: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Times New Roman, Times, Serif;
	align : left;
}

