/* Fix för peekaboo-bugg i IE6 */
* html .ieFix{
	height: 0.01%;
}

body
{
	background: #bcbcbc url('/Css/images/bodybg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', Verdana, Arial;
}

ul,p,h1,h2,h3,h4,h5,h6,li {
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, h6
{
	color: #555557;
	line-height: 1em;
}

h2
{
	font-size: 12pt;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: #c6c7c8 1px solid;
	letter-spacing: 2px;
	line-height: 19px;
	padding: 0px 0px 3px 0px;
}

h3
{
	font-size: 11pt;
}

h4
{
	font-size: 9pt;
}

p,span,td,label 
{
	font-size: 11pt;
	font-family: 'Times New Roman', Verdana, Arial;
	letter-spacing: 1px;
	line-height: 17px;
	color: #545451;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	border: 0px none;
}

div 
{
	padding: 0;
	margin: 0;
}

a
{
	font-size: 11pt;
	color: #009dff;
	text-decoration: none;
}
a:hover
{
	color: #5dc1ff;
}

table
{
	border: 0px none;
	padding: 0;
	margin: 0;
}






