body{
	background-color : #ffffff;
	padding : 0px 0px 0px 0px;
}

td, A, .white, .whiteBold, .black, .blackBold, .active, .activeBold, .red, .redBold,  textarea, input, select, .button
	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: black;
}

pre{
	font-size: x-small;
	line-height : 60%;
}

A{
	color : Black;
	text-decoration : none;
}
A:hover{
	text-decoration: underline;
}
.rubrik, .rubrikYellow, .rubrikBlue, .rubrikBlack, B.rubrik{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: x-small;
}
.rubrik{
	color : #ffffff;
}
.rubrikYellow{
	color : #FFCC33;
}
.rubrikBlue{
	color : #5D77A2;
}
.rubrikBlack{
	color : #000000;
}
B.rubrik{
	color : #000000;
}

.white{
	color : White;
}
.whiteBold{
	color : White;
	font-weight : bold;
}
.black{
	color : Black;
}
.blackBold{
	color : Black;
	font-weight : bold;
}
.red{
	color : #660000;
}
.redBold{
	color : #660000;
	font-weight : bold;
}
.green{
	color : #70792B;
}
.greenBold{
	color : #70792B;
	font-weight : bold;
}
.yellow{
	color : #FFCC33;
}
.yellowBold{
	color : #FFCC33;
	font-weight : bold;
}
.blue{
	color : #5D77A2;
}
.blueBold{
	color : #5D77A2;
	font-weight : bold;
}

.bild
	{
	border : 1px solid #000000;
}

input
	{
	width: 250px;
	border:solid 1px #000000;
}
textarea 
	{
	width: 250px;
	height: 170px;
	border:solid 1px #000000;
}
select 
	{
	width: 250px;
	border: solid 1px #000000;
}
.button 
	{
	font-weight: bold;
	border:solid 1px #000000;
	color: #000000;
	background-color: #F5F5F5;
	width: 80;
	height: 20;
	cursor: hand;
}
