body {
	font: small "Times New Roman", Times, serif;
	margin: 0;
	text-align: justify;
	color: #333333;
	background-color: #EAEAE5;
	background-image: url(../images/background.png);
} 

#band { 
    background-image: url(../images/band.png);
	background-repeat: repeat-x;
    background-position: center center 
}

#header { 
    background-image: url(../images/header.png);
	background-repeat: no-repeat;
    background-position: center center; 
}

#middle { 
    background-image: url(../images/body.png);
	background-repeat: repeat-y;
    background-position: center center; 
	margin: -1px 0px 0px 0px;
}

#bottom { 
    background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
    background-position: center center; 
}

.h1 {
    color: #a4d3d0;
	font-weight: bold;
}

.h2 {
    color: #a4d3d0;
	font: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}

.h3 {
    color: #a4d3d0;
	font-size: large;
	font-weight: bold;
}

.style1 {
	font-size: medium;
	font-weight: bold;
	text-align: right;
}

/* links */

a:link {
	color: #a4d3d0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a4d3d0;
}
a:hover {
	text-decoration: underline;
	color: #a4d3d0;
}
a:active {
	text-decoration: none;
	color: #a4d3d0;
}


.footer {
   font: small "Times New Roman", Times, serif;
   color: #333333;
}


/* submit form */


.submit{
	font-size:8pt;
	background:#a4d3d0;
	color:#333333;
	border:1px solid #FFFFFA;
	cursor: pointer;
	}
		
.submit_over{
	font-size:8pt; 
	background:#c5c1b7; 
	color:#333333; 
	border:1px solid #FFFFFA;
	cursor: pointer;
	}

.submit_down{
    font-size:8pt; 
	background:#EAEAE5; 
	color:#333333; 
	border:1px solid #FFFFFA;
	cursor: pointer;
	}
