@charset "UTF-8";
/*
 * 	vim: set fdm=marker:
 *	Common Styles for ProjectName 2009/2010
 *	(c) 2009 by neomagic Studios, http://www.neomagic.pl/
 *	Authors: Robert Adrianowski (neomagister@gmail.com)
 *
 */
 
@media screen, projection	{
	/* {{{ standard style */
	html, body {
		margin: 0;
		padding: 0;
		height: 100%;
	}
	body {
		font: 0.8em Arial, sans-serif;
		color: #999c9f;
		line-height: 1.4em;
	}
	img {
		border: 0;
		margin-bottom: -3px;
	}
	p {
		margin: 0;
		padding: 0 0 10px 0;
		text-align: justify;
	}
	a	{
		color: #000;
		font-weight: normal;
		text-decoration: none;
	}
	a:hover	{
		text-decoration: underline;
	}
	h2, h4	{
		margin: 0;
		padding: 0 0 20px;
		color: #412d2b;
		text-transform: uppercase;
		font: normal normal normal 1.4em/1em Arial;
	}
	.noneMarginBottom	{
		margin-bottom: 0 !important;
	}
	.noneMarginRight	{
		margin-right: 0 !important;
	}
	.clear {
		margin: 0;
		padding: 0;
		height: 0;
		font-size: 0;
		clear: both;
		overflow: hidden;
	}
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.bold	{
		font-weight: bold;
	}
	.left	{
		float: left;
	}
	.right	{
		float: right;
	}
	/* }}} */
}