﻿body
{
	background: #2f2f2f url(../Images/Global/Background.jpg) repeat-x;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #dedede;
}

p
{
	margin: 15px 0 15px 0;
	line-height: 18px;
	/*text-align: justify;*/
}

a
{
	color: #fabb00;
	text-decoration: none;
}

.pDatum
{
	color: #b1b2b4;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0 10px 0;
}

.colorHGray {color: #dedede;}
.colorYellow {color: #fabb00;}
.textUnderline {text-decoration: underline;}
.fs12px {font-size: 12px;}
