body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	FONT-SIZE: 14px;
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
	background-color: #efeee6;
}
li{
	list-style-image: url(../images/arrow.gif);
	padding: 10px;
}
A:link{
	FONT-SIZE: 12px;
	COLOR: red;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:visited {
	FONT-SIZE: 12px;
	COLOR: red;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:hover {
	FONT-SIZE: 12px;
	COLOR: red;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
A:active {
	FONT-SIZE: 12px;
	COLOR: red;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.layer1 {
	width: 1000px;
	margin: auto;
	background-color: #f2f2f2;
	padding: 0px 0px 0px 0px;
}
.newstitle {
	font-size: small;
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
	font-style: normal;
	color: black;
	border-bottom: 0px solid gray;
	font-weight: bold;
}
.title {
	font-size: 20pt;
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-style: normal;
	color: green;
	letter-spacing: 0px;
}
.title1 {
	font-size: 16pt;
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-style: normal;
	color: green;
	letter-spacing: 0px;
}
.button
{
	cursor: pointer;
	color: white;
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-image: url(../images/bk.gif);
	width: 80px;
	border: thin solid Silver;
	padding: 5px;
	padding: 5px;
}
.text1 {
	cursor: pointer;
	border: 1px solid orange;
	background-color: #cecfc9;
	color: black;
}
img {
   border : none;
}

.imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 15px 10px 10px;
padding: 5px;
}

.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 5px;
}
#footer{
	color: white;
}
#footer A:link{
	FONT-SIZE: 12px;
	COLOR: white;
	TEXT-DECORATION: underline;
}
#footer A:visited {
	FONT-SIZE: 12px;
	COLOR: white;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
}
#footer A:hover {
	FONT-SIZE: 12px;
	COLOR: white;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
}
#footer A:active {
	FONT-SIZE: 12px;
	COLOR: white;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
}