@charset "utf-8";
/* CSS Document */
p
{
	font: normal normal normal 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0.7em 0 0.7em 0;
	text-align: left;
}

p a
{
	color: #CC9966;
}

h1{
	font: bold 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #CC9966;
	margin: 0.7em 0 0.7em 0;
	text-align: left;
}

a
{
	color: #777;
	text-decoration: none;
}

a:hover{
	/*text-decoration: underline;*/
	color: #fff;
}

.floatLeft{
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.floatRight{
	float: right;
	margin: 0 0 0.5em 0.5em;
}