@charset "utf-8";

/*
 * BASIC DESIGN
 */
*
{
	padding				: 0px;
	margin				: 0px;
}

body
{
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 0.9em;
	color				: #575757;
	background-color	: #FFFFFF;
}

a
{
	color				: #575757;
	text-decoration		: none;
}

a:hover
{
	color				: #202120;
	text-decoration		: underline;
}

a.underline
{
	text-decoration		: underline;
}

img
{
	border				: none;
}

h1
{
	font-size			: 20px;
}

p
{
	font-size			: 13px;
	line-height			: 20px;
}

.spacer
{
	clear				: both;
	height				: 1px;
	line-height			: 1px;
}

.project_name
{
	margin				: 0 20px 0 0;
	text-transform		: uppercase;
	font-weight			: bold;
	font-size			: 12px;
	font-family			: Verdana, Arial, Tahoma;
	font-weight			: bold;
	line-height			: 1.5em;
	color				: #494949;
}

.project_name a
{
	color				: #494949;
	text-decoration		: none;
}

.project_name a:hover
{
	color				: #566703;
	text-decoration		: none;
}