/* CSS Document */

BODY{
	margin:10px 10px 0px 10px;
	padding:0px;
	font-family:tahoma;font-size:12px;
	color:#000000;
	text-decoration:none;
	text-align:center;
	background-color:#FFFFFF;
}

A:link
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
A:active
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
A:visited
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
A:hover
{
	color:#FF6600;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.logo
{
	width:618px;
	height:374px;
}

.text
{
	font-weight: bold;
	width:540px;
	font-size:14px;
}.title
{
	font-weight: bold;
	font-size:18px;
	text-decoration:underline;
}