<!--

/* Egenskaper för text och backgrundsfärger */
.bakgrund{	
			background-image:url("img/bgDrags.gif");
			background-repeat: no-repeat;
		}

BODY	{
			font-family: Tahoma,Verdana;
			font-size:12px;
			background-color:#28337D;
			background-image:url(img/blaabg2.gif);
			background-repeat:repeat-x;
			
		}

.whiteBG{
			background-color:white;
			background-image:none;
		}



.onBlue	{
			font-size:12px;
			color:#EBC345;
		}

.headers{
			font-size:16px;
			color:#EBC345;
			font-weight:bold;
		}

.headers_blue{
			font-size:16px;
			color:#28337D;
			font-weight:bold;
		}

.plaintext	{	
				font-size:12px;
				color:#28337D;
			}
.plaintextBold{
				font-weight:bold;
			}
		
.plaintextY	{	
				font-size:12px;
				color:#EBC345;
			}
.errortext	{	
				font-size:15px;
				color:red;
			}

.links	{	font-size:16px;
			font-weight:bold;
		
		}
a:link { color: #28337D; text-decoration: none;}
a:visited { color: #28337D; text-decoration: none;}	
a:active { color: #28337D; text-decoration: none;}	
a:hover { color: #EBC345; text-decoration: none;}

-->
