HTML, body {
	width: 98%;
	background: #FFFFFF;
	font-family: arial;
	padding: 0px;
	margin: 5px;
	font-size: 10pt;
}

h1 {
	font-size:16pt; 
	color: #2A413B;
	font-weight: bold;
}
p {
	font-size:10pt;
}
table, td {
	padding:0px;
	margin:auto;
}

a, img {
	border:0px;
	
	}
a.extra-link:link, a.extra-link:visited, a.extra-link:hover {
	color:#2A413B;
}

a:link, a:visited, a:active {
	color:#2A413B;
	}
	
a:hover {
color:#FFFFFF;
background:#2A413B;
}
	
.innerBody {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top:0px;
	border-bottom:1px solid #000000;
	width: 755px;
	background: #158E9C;
	margin:auto;
	padding:0px;
}

/*  */

.error {
border:1px solid #CC0000;
background:#FFECEC;
color:#CC0000;
padding:20px;
}

.success {
border:1px solid #0033CC;
background:#F0F8FF;
color:#0033CC;
padding:20px;
}

/*  */

.header {
	width: 100%;
	height: 59px;
	background: #2a413b;
}

.nav {
	border-right: 1px solid #ffffff;
}

.nav a:hover {
background:none;
text-decoration:underline;
}

.navEnd {
}

.clear {
	clear:both;
	line-height:0;
	height:1px;
}
.content {
	padding: 15px;
	width: 100%;
	height: 550px;
	height: 100%;
	font-size: 10pt;
	background:url(images/pelican.gif) no-repeat 10px 10px;
}

.text {
	font-size: 10pt;
}

.footer {
	width: 100%;
	padding-top: 0px;
	font-weight: 8pt;
	border-top: 1px dotted #000000;
	background: #2A413B;
	text-align: center;
}

.footer a{
	color: #FFFFFF;
}

.footer a:visited {
	color: #FFFFFF;
}

.footer a:hover {
	color: #FFFFFF;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}

.renet,
.renet_class a
.renet a, {
	font-size:9pt;
	color: #FFFFFF;
}
	

#searchBox {
	width:500px;
	background: #FFFFFF;
	border:1px solid #2A413B;
}

.input {
	width:250px;
}



	a.num_display  {
		background: #D3E4E6;
		border:1px solid #2A413B;
		color: #2A413B;
		padding:2px 5px 2px 5px ;
		margin:1px;
		width:1px;
		text-decoration:none;
	}
		
	a.num_display:hover, a.num_display:active {
		background: #2A413B;
		color: #D3E4E6;
		text-decoration:none;
	}
	
/* - intro styles - */
	
.intro {
background: #FFFFFF;
border:1px solid #152823;
padding:3px; 
margin:5px;
}

.intro a:link, .intro a:visited, .intro a:hover, .intro a:active {
background:none;
}

.intro td.price {
width:280px;
vertical-align:top;
background:#2a413b;
color:#FFFFFF;
padding:3px;
}

.intro td.price a:link, .intro td.price a:visited, .intro td.price a:active {
color:#FFFFFF;
text-decoration:underline;
}

.intro td.price a:hover {
color:#0EEFB0;
text-decoration:underline;
}