body {
	background-color: #8098D6;
	background-image: url(img/back.png);

}
/**** TEXT TAGS ETC ****/

h1    {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	color: #993333;
} 
h2    {
	font-size: 10pt;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
} 
p     {margin-left: 50px}

h3    {
	font-size: 12pt;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

h4    {
	font-size: 12pt;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	color: #993333;

}

h5    {
	font-size: 8pt;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;

}

h7    {
	font-size: 14pt;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	color: #993333;
}

p, td {
	font-size: 12px;
}

a {
	color: #993333;;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}


/**** FORM TAGS ****/

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	border: 1px solid #DADADA;
	background:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

input:hover, textarea:hover, select:hover {
	background-color: #E6E3E3;
}

input[type=radio], input[type=checkbox] {
	border: 0;
	background: transparent;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	background: #E6E3E3;
	color: #010101;
}


/**** GALLERY CLASSES ****/

div.gallery img {
	border: 1px solid #F8F8F8;
	margin-bottom: 4px;
}

div.gallery img.nb {
	border: 0;
	margin: 0;
}

div.gallery td.thumb {
	background: #F8F8F8;
	color: #010101;
	border: 1px solid #000000;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	font-weight: bold;
}

div.gallery td.photo {
	background: #F8F8F8;
	color: #010101;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	padding: 16px;
	font-weight: bold;
}

div.gallery a.thumb {
	text-decoration: none;
	color: #010101;
	font-weight: bold;
}

div.gallery a.thumb:hover {
	text-decoration: underline;
}

div.gallery div.title {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}

div.gallery div.nav {
	font-size: 10px;
	text-align: center;
}

div.gallery input {
	border-color: #010101;
}

div.gallery td {
	vertical-align: middle;
}

div.gallery table {
	border: 0;
}

/**** FILES CLASSES ****/

div.files table {
	width: 400px;
}

div.files tr.odd {
	background-color: #E6E3E3;
}

/**** Meny CLASSES ****/
A.menulink {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: Microsoft Sans Serif, arial;
	color: #993333;
	border: solid 1px #000000;
	width: 158px;/* border: solid 1px #FFFFFF;  */
	height: 22px;
	text-decoration: none;
	font-weight: bold;
}


A.menulink:hover {
border: solid 1px #000000;
background-color:#F8F8F8;
text-decoration: none;
}

/**** DIV CLASSES ****/

.tabback	{
background-color:#CECECE;
}

.meny1	{
background-color:#FFFFFF;

}
/****** DIV TAGS *******/
 
.classic {
   border-width:thin;
   border-color: #000000;
   background-color: #FFFFFF;
   padding:0px;
}