BODY  {
	background-color: #f0f0e0;   
/*        background-image: url(images/bg-stripe.jpg);  */
        font-family: verdana, helvetica, sans-serif;
        font-size: 10pt;
        color: #000000;
}

A 	{color: #000000;
	text-decoration: none;
}

A:hover {color: #2255ff;
/*	background-color: #757575;	*/
}

TABLE {
	border: 0 px;
}

TD  {
	font-family: verdana, helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
	}

TEXTAREA {
	font-family: monospace;
	font-size: 14px;
	border: solid black 1px;
	padding: 5px;
	}

.inputbox {
	border: solid black 1px;
	padding: 2px;
	}


.em-links, .em_links {
	text-decoration: underline;
}

.links {
/*	border: thin solid #eeeeff;	*/
	font-size: 10pt;
        font-weight: bold;
	color: #000000;
	padding: 5px;
	background-color: #bbbbbb;	
}

.content {
	background-color: #ffffff;
	font-size: 10pt;
	padding: 10px;
}

input.std {
		background-color: #ccccaa;
		outline: solid black 1px;
		}

.fake-button {
		padding:	5px;
		border: solid black 1px;
		text-decoration: none; 
		font-weight: bold;
		}

.small-button {
		background-image: url(images/small-button-bg.png);
				}
.small-button,  .gray-button {
		padding-left:	2px;
		padding-right: 2px;
		border: solid black 1px;
		text-decoration: none; 
		font-weight: normal;
		}

.gray-button  {
	background-color: #cccccc;
	}

.text {font-size: 10pt;
}

.sidhuvud {font-size: 24pt;
        text-align: center;
        font-weight: bold;
        background-color: #ffee22;
	padding: 10px;
	border: solid #dd0000;
	border-width: 2px;
} 

.rubrik1 {font-size: 16pt;
	font-weight: bold;
	padding: 5px;
}

.rubrik2 {font-size: 12pt;
	font-weight: bold;
	padding: 5px;
}

/* lbt = liten bildtext. */
.lbt 	{color: #333333;
        font-size: 8pt;
  	white-space: normal;
}

/* lbtv = liten bildtext, vänster. Används i DIV-taggar */
.lbtv 	{color: #333333;
        font-size: 8pt;
        text-align: left;
	width: 100%;}

/* lbtc = liten bildtext, cnentrerad. Används i DIV-taggar */
.lbtc 	{color: #333333;
        font-size: 8pt;
        text-align: center;
	width: 100%;}

/* lbth = liten bildtext, höger. Används i DIV-taggar */
.lbth { color: #333333;
        font-size: 8pt;
        text-align: right;
	width: 100%;
	padding-right: 10px;
}
.tooltip {
	background-color: #fff994;
	padding: 2px;
	}