body { }

p {
}

td {
}

a:link {
	color: #666666;
	text-decoration: underline;

}
a:visited {
	color: #666666;
	text-decoration: underline;

}
a:hover {
	color: #CC0066;
	text-decoration: none;
}

a:active {
color: #666666;
	text-decoration: underline;
}
a:active:hover {
color: #cc0066;
	text-decoration: none;
}
.button  a:link {
	color: #cc0066;
	text-decoration: none;
}
.button  a:visited {
	color: #cc0066;
	text-decoration: none;
}
.button  a:active {
	color: #cc0066;
	text-decoration: none;
}
.button a:hover {
		color : #3333ff;
}
.buttontop  a:link {
	color: #3333ff;
	text-decoration: none;
}
.buttontop  a:visited {
	color: #3333ff;
	text-decoration: none;
}
.buttontop  a:active {
	color: #3333ff;
	text-decoration: none;
}
.buttontop a:hover {
		color : #cc0066;
}
.inbox {
	padding: 0px;
	margin: 5px 10px;
	list-style-image: url(/images/down.jpg);

}
.inbox  a:link {
	color: #333333;
	text-decoration: underline;
}
.inbox a:visited {
	color: #990033;
	text-decoration: none;
}
.inbox  a:active {
	color: #ffffff;
	text-decoration: none;
}
.inbox a:hover {
		color : #99ff33;
}

.bg {
	background-repeat: no-repeat;
	background-position: center center;


}
