/* CSS Document */

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
	background-color: #FFFFCC;
	font-size: 14px;
	line-height: 140%;
	}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}

#container {
	width: 855px;
	height: 120px;
	margin: auto;
	padding: 0 0 0 25px;
	border-width: 1;
	border-color: #000000;
	background-image:url(Images/melimelum_logo_colour.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	}

#banner {
	width: 855px;
	height: 120px;
	margin: auto;
	padding: 0 0 0 25px;
	border-width: 1;
	border-color: #000000;
	background-image:url(Images/melimelum_logo_pale.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	}

#window {
	width: 880px;
	height: 514px;
	padding: 0 0 0 0;
	background-color:#FFFFFF;
	}

#box {
	padding: 25px 25px 0 25px;
	}
	
.style1 {
	font-size: 16px;
	color: #FFCC33;
	font-style: strong;
	}
	
.style2 {
	font-size: 20px;
	color: #F3333;
	}

.style3 {
	font-size: 12px;
	color: #666666;
	font-style: italic;
	}

.style4 {
	font-size: 9px;
	}
.style5 {
	font-size: 12px;
	}
