@charset "utf-8";
/* CSS Document */

img, div, td, tr, table { behavior: url(iepngfix.htc) }

body { 
	background-color: #111111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.portdetailbox {
	background-color: 222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	color: 979797;
	text-decoration: none;
	padding: 15px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.linkbox {
	background-color: 1d1d1d;
}



a.Nextimage
{
	display: block;
	width: 6px;
	height: 6px;
	background-image: url("images/links/nextimage.png");
	background-repeat: no-repeat;
	border: 0px;
}

a.Nextimage:visited {
	background-image: url("images/links/visitedimages.png");
	background-repeat: no-repeat;
}
