body {
	background-color: #ffc;
    background-image:url(images/bg.gif);
    background-repeat:repeat;
    background-attachment:fixed;
    color: #004a42;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:75%;
	text-align: left;
}

p {
    font-size:70%;
	margin: 5px 0 5px 0;
	text-align: left;
}

p.top {
font-size: 125%;
text-align: left;
color: maroon;
}

p.menu  {
text-align: right;
font-weight: bolder;
letter-spacing: 2pt;
}

.menu a:hover{
    color: #666;
}

p.menu1  {
text-align: center;
font-weight: bolder;
letter-spacing: 2pt;
}

.menu1 a:hover{
    color: #666;
}

A {
	color:#F39D10;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	background: none;
}
A:hover {
	color: #FF8C00;
	font-weight: bolder;
	text-decoration: underline;
}

.copyright {
	text-align: center;
}

.copyright p {
    font-size: 150%;
}

.copyright a {
    font-size: 130%;
	letter-spacing: 2pt;
}

.copyright a:hover{
    color: #666;
}

.copyright table {
font-size: 85%;
text-align: center;
}

.copyright td p{
text-align: center;
}

h1 {
	font-style:normal;
	font-size:110%;
	color:#666;
	text-align: center;
	margin-top: 5px;
}

ul {
	list-style: url(images/sorange.gif) inside;
	margin: 35px 0px 10px 0px;
	font-size: 75%;
	font-weight: 700;
	text-align: right;
}
	
li {
	font-size: 95%;
	line-height: 1.2;
	margin: 0 3px 10px 10px;
	background-color: transparent;
	color: #004a42;
}

