/* CSS Document */

#container .text p
{
	margin-left:50px;
	width:520px;
	text-indent:10px;
	text-align:justify;
}

#container .footer p
{
	margin-left:120px;
	margin-top:0px;
	line-height:1.2em;/*+ quirk-IE */
}

a
{
	font-family:"Trebuchet MS";
	color:#0066cc;
}

a:visited
{
	font-family:"Trebuchet MS";
	color:#0066cc;
}

.textarea
{
	font-family:"Trebuchet MS";
	font-size:12px;
	padding:4px;
	border:1px solid #cdcdcd;
	width:250px;
}

.button
{
	font-family:"Trebuchet MS";
	font-size:12px;
	padding:0px;
	border:1px solid #cdcdcd;
	width:50px;
	background-color:#efefef;
}