BODY
{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/ptrn.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.ptrn
{
    background-image: url(../images/ptrn.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.main_text
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.link
{
	color: #000000;
	text-decoration: underline;
}
.link:hover
{
	color: #000000;
	text-decoration: none;
}

/* FLASH */

A
{
	color: #FFFFFF;
	text-decoration: underline;
}
A:hover
{
    color: #FFFFFF;
	text-decoration: none;
}

/*li
{
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}*/