body {
	font-size: 12px;
}
td {
	font-size: 12px;
}
h1 {
	color: #006699;
	border-top: 0px none #000000;
	border-right: 0px none #000000;
	border-bottom: 1px solid #999999;
	border-left: 0px none #000000;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.info_neutral {
	color: #999999;
}
.info_positive {
	color: #00AA00;
	font-weight: bold;
}

/**********************************************************************/
/* Tekst in menubox */
/**********************************************************************/

.menu_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.menu_subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.menu_item {
	font-size: 10px;
	color: #000000;
}

/**********************************************************************/
/* Links */
/**********************************************************************/

#navigation a {
	font-size: 12px;
	color:#113255;
	text-decoration:none;
	margin-right: 10px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	height: 30px;
	vertical-align: middle;
	padding-top: 4px;	
}

#navigation a:hover {
}


/**********************************************************************/
/* Ad */
/**********************************************************************/

.ad_text_120x60 {
	height: 60px;
	width: 120px;
	border: 1px solid #006699;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	
}

.ad_text_234x60 {
	height: 60px;
	width: 234px;
	border: 1px solid #006699;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	
}

/**********************************************************************/
/* Tekst in ads */
/**********************************************************************/

.ad_text_title {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	font-size: 12px;
}
.ad_text_desc {
	color: #333333;
	font-size: 12px;
}
.ad_text_url {
	font-size: 10px;
	color: #999999;
}

/**********************************************************************/
/* Table related */
/**********************************************************************/

.tbl {
	border: 1px solid #CCCCCC;

}

.tblheader td{
	background-color: #F0F5FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4DBFF;
	font-size: 11px;
	font-weight: bold;
}

.tblrow {
	font-size: 11px;

}

.tblsummaryrow td {
	background-color: FAFAFA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;

}