body {
	background-image: url(../images/bk.jpg);
	margin-top: 0px;
	FONT-SIZE: 12px;
	color: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
li{
	list-style-image: url(../images/arrow.gif);
	padding: 10px;
}
form
{
	margin: 0;
}
A:link{
	FONT-SIZE: 12px;
	COLOR: Maroon;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:visited {
	FONT-SIZE: 12px;
	COLOR: Maroon;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:hover {
	FONT-SIZE: 12px;
	COLOR: Maroon;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: normal;
	font-weight: none;
}
A:active {
	FONT-SIZE: 12px;
	COLOR: Maroon;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.layer1 {
	width: 800px;
	margin: auto;
	background-color: white;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.newstitle {
	font-size: large;
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
	font-style: normal;
	color: #e9e3a5;
	border-bottom: 0px solid gray;
	font-weight: normal;
}
.button
{
	cursor: pointer;
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/menu_bk.jpg);
	width: 80px;
	border: thin solid Silver;
	padding: 5px;
	padding: 5px;
}
.text1 {
	cursor: pointer;
	border: 1px solid #BCCB4A;
	background-color: #e9e3a5;
	color: black;
}

/* Menu Start */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

/* Menu End */

