
	/* START - FCK Standard CSS Styles Do not change */
		
	body
	{
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
		margin: 0px;
	}
	
	body, td
	{
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 12px;
	}
	
	a
	{
		color: #01abe6 !important;
		text-decoration: none; 	/* For Firefox... mark as important, otherwise it becomes black */

	}
	
	P
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
		
	/* END - FCK Standard CSS Styles Do not change */
	
	/* Instruktions - For the parser to be able to read this file no ID elements is alowed */
	
	.Bold
	{
		font-weight: bold;
	}
	
	.Title
	{
		font-weight: bold;
		font-size: 18px;
		color: #cc3300;
	}
	
	.Code
	{
		border: #8b4513 1px solid;
		padding-right: 5px;
		padding-left: 5px;
		color: #000066;
		font-family: 'Courier New' , Monospace;
		background-color: #ff9933;
	}