A {
	color: #004a42;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
A:hover {
	color: Maroon;
	font-weight: bolder;
	text-decoration: underline;
}
body {
    background-image: url(images/back1.jpg);
	background-attachment: fixed;
	color: #004a42;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


body p {
    font-size: 70%;
	margin: 0px 0px 0px 0px;
}

h1 {
	color: #004a42;
        letter-spacing: 1px;
        text-align: center;
        font-size: 1.2em;
		margin-bottom: 0px;
}
h2 {
	color: #0094C1;
        letter-spacing: 1px;
        text-align: left;
        font-size: 1.2em;
        vertical-align: bottom;
        margin: 5px 0 5px 5px;
}

.menu p {
		color: ccc;
		text-align: center;
		font-weight: bolder;
		margin: 5px;
		background-color: #ffc;
		font-size: 90%;
	}
	 
.menu a {
		color: #004a42;
		font-weight: bolder;
		text-decoration:none;
		letter-spacing: 2pt;
		font-size: 65%;
}

.menu a:hover {
        color: maroon;
}

.menu img{
margin: 3px 5px 0 0;
}

.footer p {
    font-size: 70%;
    text-align: center;
	font-weight: 700;
	margin: 5px 0 3px 0;
	}

.footer a {
    font-size: 90%;
    color: #003366;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1pt;
	text-align: center;
}

.footer A:hover {
	color: red;
	font-weight: normal;
	text-decoration: underline;
}

ul {
list-style: url(images/blue01_next_1.gif) inside;
background-color:#FFF;
font-size: 75%;
text-align:right;
margin-left: 0px;
font-weight: normal;
}

li {
background-color:#FFF;
}

hr{
width: 175px; 
color: #009966;
text-align: left;
border-width: 1px;
}

img {
margin: 3px 0 3px 0;
}
	
