/* Fix för peekaboo-bugg i IE6 */
* html .ieFix{
	height: 0.01%;
}

body
{
	background: #00a0c6 url('/Css/images/bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
}

ul,p,h1,h2,h3,h4,h5,h6,li {
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, h6
{
	color: #0075be;
	line-height: 1.1em;
}

h2
{
	font-size: 18pt;
	margin-bottom: 10px;
}

h3
{
	font-size: 11pt;
}

h4
{
	font-size: 9pt;
}

p,span,td,label {
	font: normal 12px/18px Arial, Sans-Serif;
}

a
{
	font-size: 10pt;
	color: #009dff;
	text-decoration: none;
}
a:hover
{
	color: #5dc1ff;
}





