body {
	background-image: url(../images/bg.jpg);
	margin-top: 0px;
	FONT-SIZE: 13px;
	color: gray;
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
}
li{
	list-style-image: url(../images/arrow.gif);
}
form
{
	margin: 0;
}
A:link{
	FONT-SIZE: 12px;
	COLOR: #D57E0D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:visited {
	FONT-SIZE: 12px;
	COLOR: #D57E0D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:hover {
	FONT-SIZE: 12px;
	COLOR: #D57E0D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
A:active {
	FONT-SIZE: 12px;
	COLOR: #D57E0D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.layer1 {
	width: 1000px;
	margin: auto;
	background-color: #195B95;
	padding: 0px 0px 0px 0px;
}
.title1 {
	font-size: 12;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: gray;
	border-bottom: 0px solid gray;
	font-weight: bold;
}
.newstitle {
	font-size: large;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #d57e0d;
	border-bottom: 1px dotted #0674c1;
	font-weight: normal;
}
.button
{
	cursor: pointer;
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-color: #F7F4EB;
	width: 80px;
	border: thin solid Silver;
	padding: 5px;
	padding: 5px;
}
.buttonsearch
{
	cursor: pointer;
	color: white;
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #8A8B85;
	border: thin solid #8A8B85;
	padding: 0px;
	padding: 0px;
}
.text1 {
	cursor: pointer;
	border: 1px solid #8A8B85;
	background-color: #F7F4EB;
	color: black;
}
.imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 5px 5px 5px;
padding: 5px;
}
.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 5px 5px 5px;
padding: 5px;
}


/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/off.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #004c99;
	border-top:1px solid #74b0c6;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#195B95;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("../images/divider.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("../images/hover.gif") no-repeat top right;	
	}
