body {
	margin: 10px 10px 10px 10px;
}

.Summary {
	background: #fbfbfb; 
	border: 1; 
	border-color:#333333;
}

.bgGrey {
	background: #eaeaea; 
}

.bgGreyDark {
	background: #dddcdc; 
}

.textTilte {

	color: #0467bc;
	font-family: Tahoma, Arial;
	font-size: 11pt;
	font-weight: bold;
}

.textNormal { 
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color:#333333; 
	font-size: 10pt 
}

.textSmall { 
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color:#000000; 
	font-size: 8pt 
}

hr 
{ 
	color:#444444; 
	background: #444444; 
	border: 0; 
	Height:1px;
}


a:link		{text-decoration: underline}

a:active	{text-decoration: underline}

a:visited	{text-decoration: underline}

a:hover		{color: #AF3933; text-decoration: none}


