/* CSS Document for resedagbok */

body {
	background-color: #263965;
}

.font-small-brown {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #726053;
}

.font-small-bold-black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
/* IFRAME */
iframe {
	/*width: 230px;*/
	/* height: 230px;*/
	float: right;
 	border: none;
}
/* TABLES */
#tblmain {
	border: 1px solid #CEDFF7;
	background-color: #9FC9F7;
}

#tdmain {
	vertical-align: top;
}


/* LINKS */
.standard {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.standard a:link {
	text-decoration: underline;
	color: #000000;
}

.standard a:visited {
	text-decoration: underline;
	color: #000000;
}

.standard a:hover {
	text-decoration: none;
	color: #6E2D2B;
}

.standard a:active {
	text-decoration: none;
	color: #6E2D2B;
}

/* MENU */
.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #364975;
	text-decoration: none;
}

.menu a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #364975;
	text-decoration: none;
}

.menu a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #364975;
	text-decoration: underline;
}

.menu a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #364975;
	text-decoration: underline;
}