
/* annet på siden */
input 
{
	font-family:Tahoma;
	font-size:14px;
	color:#353535;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

TEXTAREA
{
	font-family:Tahoma;
	font-size:14px;
	color:#353535;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

TD
{
   font-family:Tahoma;
	font-size:14px;
	color:#353535;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

TABLE
{
    font-family:Tahoma;
	font-size:14px;
	color:#353535;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

select 
{	
	font-family:Tahoma;
	font-size:14px;
	color:#353535;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

form 
{	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

fieldset
{
	margin: 0px 0px 0px 0px;
	padding: 4px;
}
legend
{
	font-family:Tahoma;
	font-size:14px;
	color:#353535;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

img
{
	border:0px;
}

p
{
	padding:0px;
	margin:0px;
	border:0px;
}

/* a tags */
.a
{
	font-family: Tahoma;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
	color:#0060af;
}
a,a:link, a:active, a:visited {
    font-family: Tahoma;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
	color:#0060af;
}

a:hover
{
    color:#17469e;
	text-decoration:none;
	border-bottom:dotted 1px #9194c9;
	border-top:dotted 1px #9194c9;
}
/* END */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family:Tahoma;
	font-size:14px;
	line-height:18px;
	color:#353535;
	text-align:left;

	/* used in text.css
	width:566px;
	font-family:times;
	line-height:16px;
	*/
}


html { height:100%; }


/* title (h tags) */
/* doctitle */
h1
{
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:24px;
	line-height:41px;
	color:#00346a;
	font-weight:bold;
	TEXT-DECORATION: none;
}
h2
{
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:22px;
	line-height:24px;
	color:#00346a;
	font-weight:bold;
	TEXT-DECORATION: none;
}
h3
{
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:20px;
	line-height:30px;
	color:#00346a;
	font-weight:normal;
	TEXT-DECORATION: none;
}
h4
{
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:18px;
	line-height:25px;
	color:#00346a;
	font-weight:normal;
	TEXT-DECORATION: none;
}
h5
{
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:16px;
	line-height:18px;
	color:#00346a;
	font-weight:normal;
	TEXT-DECORATION: none;
}
h6
{
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:15px;
	color:#1f285f;
	font-weight:normal;
	TEXT-DECORATION: none;
}

input
{
	outline:none;
}

hr
{
    margin:0px;
	padding:0px;
	border-bottom:1px solid #b0b0b0;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	height:1px;
	display:block;
}

ul
{
    padding:0px;
    margin:0px;
    
    padding-left:25px;
    padding-top:10px;
    padding-bottom:10px;
    
}

li
{
    padding:0px;
    margin:0px;
    
   list-style-type:none;
   list-style-image:url('../images/li_image.png');
   
   line-height:20px;
   background-position:center;
}

/* END */