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

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


/* Top and bottom of page */
.mininav {
	font-size: .7em;
	text-align: center;
	background-color: #8dc5da;
	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: 106px; width: 770px;
	border: #CCCCCC medium solid;}
	
/* Main Navigation formatting */
.nav	{
	vertical-align: bottom;
	font-size: 0.7em;
	padding-bottom: 10px;
	text-align: center;
	width: auto;
	height: 98px;
	color: #FFFFFF;
}

.number	{
	font-size: 1.2em;
	}

.numberpos	{
	position: absolute;
	top: 28px; left: 59%; /* Cannot make 262px as offsets horisontal scroll in FF!! */
	color: #1D4897;
	font-weight: bold;
	text-align: center;
	width: 300px;
	font-size: 1.2em;
	color: #CC6600;
	}
	
.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: #CC3399;} /* #00CC66 */

.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	{
	/* border-bottom: solid thin #6ECCD8;*/
	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: #0000CC;} /* #00CC66 */

/* oval bground to TD (e.g. in index.htm FAQ table) */
 .oval	{
 	background-image: url(../images/td-bg-oval.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 220px;
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
	padding: 12 12 5 9;
	font-size: 0.7em;
 	}

.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: #009999;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: dotted #CCCCCC;
	width: 75%;
}

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

h2 {
	color: #56bdd0;
	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: 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;} -->

.padding	{
	padding: 10 3 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-right: 5px;
	}

.image-float-r	{
	float: right;
	margin-left: 5px;
	}

*/