body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.png);
	background-attachment: fixed;
}

body, td{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.9em;
	color: #3E3E3E;
}


/* Top and bottom of page */
.mininav {
	font-size: .7em;
	text-align: center;
	background-color: #FF9933;
	height: 3px;
}

/* Border outside - white */
.outborder	{
	border: #FFFFFF medium solid;}

/* Navigation bgimage */
.nav-bground	{
	background-image: url(../images/topbar.jpg); background-repeat: no-repeat; height: 112px; width: 770px;
	border: #CCCCCC medium solid;}
	
/* Main Navigation formatting */
.nav	{
	vertical-align: bottom;
	font-size: 0.7em;
	padding-bottom: 0px;
	text-align: center;
	width: auto;
	height: 119px;
	color: #FFFFFF;
}

.number	{
	font-size: 1.2em;
	}

.numberpos	{
	position: absolute;
	top: 38px; left: 60%; /* Cannot make 262px as offsets horisontal scroll in FF!! */
	font-weight: bold;
	text-align: center;
	width: 300px;
	font-size: 1.2em;
	color: #994C00;
	}
	
.navlink:link	{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;;}
.navlink:visited	{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	}
.navlink:active	{
	text-decoration: none;
	font-weight: bold;	
	color: #FFFFFF;	}
.navlink:hover	{
	text-decoration: none;
	font-weight: bold;
	color: #999999;}

.h1_link:link	{
	text-decoration: none;
	color: #009999;
	font-weight: bold;}
.h1_link:visited	{
	text-decoration: none;
	font-weight: bold;
	color: #009999;	}
.h1_link:active	{
	text-decoration: none;
	font-weight: bold;	}
.h1_link:hover	{
	text-decoration: none;
	font-weight: bold;
	color: #1B4997;} /* #00CC66 */
	
/* imgindex & hover ORIGINAL CSS - when BGimages used

.imgindex	{
	background-repeat: no-repeat;
	height: 94px;
	width: 220px;
	font-weight: bold;
	font-size: 0.7em;
	text-align: right;
	vertical-align: top;
	padding: 14 22 8 0;}

.imgindex a{
   display: block;
   width: 100%;
   height: 70px;}

.imgindex a:link	{
	text-decoration: none;
	color: #000000;
	font-weight: bold; }
.imgindex a:visited	{
	text-decoration: none;
	font-weight: bold;
	color: #000000;	}
.imgindex a:active	{
	text-decoration: none;
	font-weight: bold;	}
.imgindex a:hover	{
	text-decoration: none;
	font-weight: bold;
	color: #339933;}
	*/
.imgindex	{
	background-repeat: no-repeat;
	width: 220px;
	font-weight: bold;
	font-size: 0.7em;
	text-align: left;
	vertical-align: top;
	padding: 4 5 0 0;}

.imgindex a{
   display: block;
   width: 100%;
   height: 10px;
   padding: 5 0 5 5;}


.imgindex a:link	{
	text-decoration: none;
	background-color: #994C00;
	color: #FFFFFF;
	font-weight: bold; }
.imgindex a:visited	{
	text-decoration: none;
	background-color: #994C00;
	font-weight: bold;
	color: #FFFFFF;	}
.imgindex a:active	{
	text-decoration: none;
	background-color: #994C00;
	font-weight: bold;	}
.imgindex a:hover	{
	text-decoration: none;
	background-color: #994C00;
	font-weight: bold;
	color:  #66CCFF;} /* #00CC66 */

/* oval bground to TD (e.g. in index.htm FAQ table) */
 .oval	{
 	background-image: url(../images/td-footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 125px;
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
	padding: 12 12 5 9;
	font-size: 0.725em;
	border-top: dotted #CCCCCC groove;
 	}

.imagetable	{
	padding: 5 5 5 5;
	border: #999999 solid thin;
	font-size: 0.7em;
	margin: 30 0 0 0 auto;
	width: 35%;
	}

.intro {font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	text-align: center; }
		
p {
	margin-top: 0px;
	/* margin-bottom: 15px;*/
}

h1 {
	color: #3299FF; /* or #339933 */
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: dotted #CCCCCC;
	width: 75%;
}

p.margin	{
	margin-top: -10px;
	}

h2 {
	color: #7D9902;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	color: #009999;
	font-size: 1em;
	font-weight: bold;
	border-bottom: dotted #CCCCCC thin;
	width: 77%;
}

a:link, a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}

table.imgcontent-r {
	float: right;
	font-size: 0.75em;
	text-align:center;
	margin-left: 10px;}

table.imgcontent-l {
	float: left;
	font-size: .9em;
	text-align:center;
	margin-right: 15px;}

table.faq
	{font-size: 0.95em;
	margin-left: 42px;
	}

.center	{ margin-left: auto; margin-right: auto;}
/* .centertxt	{text-align: center;} */

.txtright
	{text-align: right;}

.txtcenter
	{text-align: center;}

.padding	{
	padding: 10 15 0 7 ;
	vertical-align: text-top;
	font-size: 0.8em;
	}

.footer_td {
	padding-bottom: 2px;
	font-size: 10px;
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
	padding-left: 24px;
	padding-right: 24px;
	border-top: #009999 thin solid;
}

.image-float-l	{
	float: left;
	margin: 7 7 4 7 ;
	vertical-align: middle;
	}
	

.image-float-r	{
	float: right;
	margin: 7 7 4 7 ;
	vertical-align: middle;
	}

.appTable	{
	width: 500px;
	margin: 0 0;
	text-align: left;
	margin-left: 10px;
	}

.appTD	{
	background-color:#999999;
	}

.appTD a:link {
	font-size: .75em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;}
.appTD a:visited {
	font-size: .75em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;}
.appTD a:hover {
	font-size: .75em;
	color: #B4D670;	
	text-decoration: underline;
	font-weight: bold;}