/* Whitsunday Ice Cool CSS */
hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

	.hide { display: none; }

	ul.spaced li, ol.spaced li {
		margin-bottom: 0.5em;
}

body {
	background-color: #f6f6f6;
}

/* Portal page box */

.portal-box {
	background: #fff url(images/portal-box-sides.png) repeat-y;
	width: 744px;
	margin: 4em auto 0;
	color: #5F6775;
}

.portal-box-header {
	min-height: 12px;
	background: #fff url(images/header.png) repeat-x;
}

.portal-box-contents {
	background: url(images/portal-box-bottom.png) no-repeat bottom left;
}

hr {
	display: block;
	background: #fff url(images/divider.png) no-repeat top center;
	height: 5px;
	margin: 1em 0 2em 0;
	border: none;
	clear: both;
}

/* Footer */

.portal-page #footer {
	border: none;
	width: 720px;
	margin: 1em auto;
	padding: 0;
	font-size: 80%;
	color: #AAA;
}

.portal-page hr {
	display: none;
}

/* Content */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {color: #0099CC}
.style2 {color: #000000}
.style3 {font-size: 8px}
.style4 {color: #00CCFF}
/* End */
