/** 
 * 
 * © 2009 Emanuil Rusev (www.flashstall.com), All rights reserved.
 * 
 */

a
{
	color: #159;
	outline: none;
	text-decoration: none;
}

a:hover
{
	color: #d33;
}

a img
{
	border: none;
}

body
{
	color: #333;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 20px;
}

form
{
	margin: 0;
	padding: 0;
}

img
{
	outline: none;
}

object
{
	outline: none;
}

table
{
	border-spacing: 0;
}

ul
{
	list-style-type: square;
}

/**/

.secondary, .secondary a
{
	color: #777;
}

/**/

.black
{
	color: #333;
}

.green
{
	color: #373;
}

.grey
{
	color: #777;
}

.red
{
	color: #d33;
}

.white
{
	color: #fff;
}

/**/

.black_
{
	background: #333;
	color: #fff;
	padding: 2px 3px;
}

.blue_
{
	background: #37b;
	color: #fff;
	padding: 2px 3px;
}

.green_
{
	background: #373;
	color: #fff;
	padding: 2px 3px;
}

.red_
{
	background: #f66;
	color: #fff;
	padding: 2px 3px;
}

.yellow_
{
	background: #fff1a8;
}

.white_
{
	background: #fff;
}

/**/

.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

/**/

.big
{
	font-size: 20px;
	/*
	font-weight: bold;
	*/
}

.small
{
	font-size: 10px;
	line-height: 13px;
}