/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;	
	background-color: #33471C;
}

.td_info {
	background-image:url(../images/bg_page.jpg);
	background-position:bottom;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #000000;
}

.text_r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #9D800E;
	font-weight: bold;
}

a:link { text-decoration: none; color: #8A710D }
a:visited { text-decoration: none; color: #8A710D }
a:active { text-decoration: none; color: #8A710D }
a:hover { color: #61500D }

/* Formulär */

.form {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #656B76; }

.kantlinje {	border: 1px solid #CCCAC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
	}