@charset "utf-8";
/* CSS Document */

body {
	margin:-10px 0 0 0px; 
	background-color:#ffffff;	}

.style-body {

 background-color:#ffffff;
}

.style-border {
	background-image:url(border.jpg);
	width:5px;
}


.style-header {
	background-image:url(http://lunalt.com/unique/images/header.png);
	height:190px;
}

.style-hfade {

 background-color:#ffffff;
 background-image:url(header-fade.jpg);
 height:52px;
}

.style-space15 {

 background-color:#ffffff;
 height:15px;
}

.style-center {
	text-align:center;}
	
.style-h1 {

 font-family: Arial, Helvetica, sans-serif;
 color: #ff7e00;
 font-size:18px;
 font-style:normal;
 text-align:left;
}
.style-h3 {

 font-family: Arial, Helvetica, sans-serif;
 color: #000;
 font-size:14px;
 list-style:none;
 text-align:left;
 font-weight:normal;
 list-style: disc;
}

.style-tiny {

 font-family: Arial, Helvetica, sans-serif;
 color: #000;
 font-size:8px;
 text-align:center;
}


.style-descriptionbox {
 background-image:url(description-bg.jpg);
 background-repeat: no-repeat;
 width: 421px;
 height: 335px;
 padding:15px;
}

a:link {
 color: #ff7e00;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #ff7e00;
}
a:hover {
 text-decoration: underline;
 color: #999999;
}
a:active {
 text-decoration: none;
 color: #ff7e00;
}