﻿body {
	/*margin:0px 0px 0px 0px;*/
    margin-top:auto;
    margin-left:auto;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
}

body, td, img, span, div, select, input, textarea, a, .rubrik {
	font-family: Arial, Verdana, Sans-Serif;
	font-size:12px;
	color:black;
	
}

#wrapper
{
    text-align:left;    
}

td {
	line-height:14px;
}

img {
	border:0px;
}

img.blackborder {
	border:1px 1px 1px 1px;
	border-style:solid;
	border-color:black;
}

h1 {
	margin:0px 0px 0px 0px;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	color: #FF2A08;
}

h2 {
	margin:0px 0px 0px 0px;
	font-size:15px;
	font-weight:700;
	line-height:20px;
	color: #FF2A08;
}

h3 {
	margin:0px 0px 0px 0px;
	font-size:13px;
	font-weight:700;
	line-height:14px;
	color: #FF2A08;
}

h4 {
	margin:0px 0px 0px 0px;
	font-size:12px;
	font-weight:700;
	font-style: italic;
}



a {
	color:#168390;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#168390;
	text-decoration:none;
	font-weight:bold;
}

.TextBoxMulti
{
	
	font-family:Arial, Verdana, Sans-Serif;
    font-size: 12px;
    height :60px; 
    width:400px;
}

.TextBoxSingle
{ 
	
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 12px;
    width:190px;
}


