<!--
 	body { 	background-color: #FFFFFF;
		margin-top:	0px;
		margin-left:	0px;
		margin-bottom:	0px;
		margin-right:	0px;	
	}

h1{font-size:      18px;font-weight:    bold;}

/*Table elements*/
table.uber {height:             100%;}
        td {    font-family: 	Verdana,Arial,Helvetica, sans-serif;
                font-size: 	11px;
                color:		#000000;
        }

/*A elements*/

        A {     font-family: 	Verdana,Arial,Helvetica, sans-serif;
                font-size: 	11px;
                color: 		#993300;
		text-decoration:underline;
        }
        A:hover {
                font-family: 	Verdana,Arial,Helvetica, sans-serif;
                font-size: 	11px;
                color: 		#000000;
                text-decoration:underline;
        }
	A.pif_black { color:          	#000000;
		text-decoration:	none;
	}
        A.pif_black_underline { color:            #000000;
                text-decoration:        underline;
        }
	A.bold {font-family:    Verdana,Arial,Helvetica, sans-serif;
                font-size:      11px;
                color:          #993300;
		font-weight:    bold;
                text-decoration:none;
        }


/*Form elements*/

        textarea {
                font-family: Verdana,Arial,Helvetica, sans-serif;
                font-size: 11px;
                font-style: normal;
                color: #000000;
                text-decoration: none;
                text-align: left;
        }
        SELECT {
                font-size: 11px;
                font-family: Verdana,Arial, Helvetica, sans-serif;
        }
        INPUT {	border: 1px solid black;
                //border-right: 1px solid black;
                font-size: 11px;
                font-family: Verdana,Arial Helvetica, sans-serif;
        }
        INPUT.rad{ border-style: none;
        }
        INPUT.but{height: 20px;
                width: 75px;
        }


/*Misc elements*/

	hr {    border-style: solid;
        	color: #C0C0C0;
	}


/*Generiska*/

        .cen {  text-align:     	center;
        }
        .rig { 	text-align:		right;
        }
        .bol {  font-weight:   		bold;
        }
        .ita {  font-style: 		italic;
        }
	.gre {  background-color:       #D9D9D9;
	}
	.lgre { background-color: 	#F6F6F6;
        }
	.pif_border{
		bottom-border:     	3px solid;
		border-color: 		#111111;		 	
	}
	.pif_table_border{border:   	1px solid;
		 border-color: 		#C0C0C0;
        }
	.pif_attention{
		color:          	#CC3333;
		font-weight:            bold;
	}
	.pif_subject{
                border-bottom:          1px solid;
		border-collapse: 	collapse;
		border-color:           #C0C0C0;
		background-image:	url(../td_bg.jpg);
                color: white;
	}
	.pif_game{
		color: 			#000000;
		background-color:	#88CC00;
		text-align:		center;
		height:			30px;
		
	}

-->
