/*--------------------------

 styler.css

 THE stylesheet for The Portal.

--------------------------*/

body
{
	background-color: white;
	padding: 0px;
	margin: 0px;
}

body, table, td, span, div, a
{
	color: white;
	font-family: Trebuchet MS;
	font-size: 10pt;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	color: #cccccc;
}

.banner
{
	background-image: url('banner.gif');
}

.banner .l
{
	background-image: url('portal_logo.gif');
	background-position: center right;
	background-repeat: no-repeat;
}