
/* annet på siden */
input 
{
	font-family:Arial;
	font-size:10px;
	color:#000000;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

TEXTAREA
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

TH
{
    color:#68A8BE;
}

TD
{
   font-family:Arial;
	font-size:10px;
	line-height:17px;
	color:#005c84;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

TABLE
{
    font-family:Arial;
	font-size:10px;
	color:#005c84;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

select 
{	
	font-family:Arial;
	font-size:10px;
	color:#005c84;
    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:Arial;
	font-size:12px;
	color:#000000;
    FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

img
{
	border:0px;
}

p
{
	padding:0px;
	margin:0px;
	border:0px;
}

/* a tags */
.a
{
	color:#005c84;
	letter-spacing:0px;
	line-height:17px;
    text-decoration: none;
    font-size: 11px;
}
a,a:link, a:active, a:visited {
    
    
    color:#005c84;
	letter-spacing:0px;
	line-height:17px;
    text-decoration: none;
    font-size: 11px;

}

a:hover
{
    color:#00b3be;
	text-decoration: none;
}

.a:hover
{
    color:#00b3be;
	text-decoration: none;
}

/* END */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family:Arial;
	font-size:10px;
	color:#005c84;
	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:Arial;
	font-size:35px;
	line-height:35px;
	color:#68a8be;
	font-weight:normal;
	min-height:35px;
	TEXT-DECORATION: none;
}
h2
{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:22px;
	line-height:24px;
	color:#000000;
	font-weight:bold;
	TEXT-DECORATION: none;
}
h3
{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:20px;
	color:#000000;
	font-weight:bold;
	TEXT-DECORATION: none;
}
h4
{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	TEXT-DECORATION: none;
}
h5
{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	TEXT-DECORATION: none;
}
h6
{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	TEXT-DECORATION: none;
}
input{
	outline:none;
}
/* END */