
/*
style sheet for Hjertelaget
originally written by Arve Skjørestad
created by Martin Gjesdal
22.01.2001

modified:

*/

BODY {
        background: white;             
}

/* Header */
.HEAD {
	font-family: Verdana,Arial,Helvetica;       
	font-size: 15px;
	font-weight:bold;
	color:gray;
}

/* Ingress */
.INGRESS {
	font-family: Verdana, Arial, Helvetica;      
	font-size: 12px; 
	font-weight: bold;
}

/* Common text */
TD,.TEXT {
	font-family:  Verdana ,Arial, Helvetica;      
	font-size: 12px;
	color:black;
}

.SUBHEAD {
	font-family: arial,Verdana, Helvetica;      
	font-size: 12px;
	color:black;
}

.TD1 {	
	background-color:white;
}

.TD1 {	
	background-color:#EEEEEE;
}

.TD2 {	
	background-color:#EEEEEE;
}

.TD-BG {
	background-color:#111188; 
	font-weight : bold
}
                                                                                  
.small {
	font-family: Verdana,Arial,Helvetica;       
	font-size: 10px;
}
.alert {
       	font-family: Verdana, Arial, Helvetica;
       	font-size: 11px;
       	color: red;
}


A:link		{color:#550000; text-decoration: underline;		font-weight:regular;}
A:visited	{color:#550000; text-decoration: underline;		font-weight:none;}
A:hover		{color:blue; text-decoration: underline;	font-weight:none;}
A.black:link	{color:#000000; text-decoration: none;		font-weight:regular;}
A.black:visited	{color:#000000; text-decoration: none;		font-weight:none;}
A.black:hover	{color:#000000; text-decoration: underline;	font-weight:none;}

