/* CSS Document */
.but
{
	font-family:verdana;
	font-size:12px;
	color:#545454;
	font-weight:bold;
	text-decoration:none;
}
.but:hover
{
	font-family:verdana;
	font-size:12px;
	color:#ff6900;
	font-weight:bold;
	text-decoration:none;
}

.text
{
	padding:20px 100px 20px 50px;
	font-family:arial;
	font-size:12px;
	color:#000000;
	line-height:20px;
}

.hometext
{
	font-family:arial;
	font-size:12px;
	color:#000000;
	line-height:20px;
}

.footer
{
	font-family:Arial;
	font-size:11px;
	color:#545454;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}
.footer:hover
{
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}
.mail
{
	font-family:Arial;
	font-size:12px;
	color:#545454;
	font-weight:bold;
	text-decoration:none;
}
.mail:hover
{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
