/* Global HTML tags */

body
	{
	background-color: #154D40;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

a, a:link, a:visited
	{
	color: #191970;
	}

img
	{
	border:none;
	}


/* Layout */

.navbar
	{
	}

.content
	{
	background:#FFFFFF;
	}

.listing
	{
	border-bottom:thin;
	border-bottom-color:#FF0033;
	}

.smallgrid
	{
	font-size:x-small;
	}

.under
	{
	border-bottom:thin;
	border-bottom-color:#0033FF;
	}

.popup
	{
	position: absolute;
	top: 0px;
	left: 25px;
	margin: 0px;
	border: 0px;
	}
